MCPcopy Create free account

hub / github.com/code4craft/jsoup-learning / functions

Functions1,337 in github.com/code4craft/jsoup-learning

↓ 6 callersMethodownText
Gets the text owned by this element only; does not get the combined text of all children. <p> For example, given HTML {@code <p>Hello <b>there</b> now
src/main/java/org/jsoup/nodes/Element.java:850
↓ 6 callersMethodparse
Parse a CSS query into an Evaluator. @param query CSS query @return Evaluator
src/main/java/org/jsoup/select/QueryParser.java:36
↓ 6 callersMethodparseFragment
Parse a fragment of HTML into a list of nodes. The context element, if supplied, supplies parsing context. @param fragmentHtml the fragment of HTML t
src/main/java/org/jsoup/parser/Parser.java:104
↓ 6 callersMethodprint
(String msgFormat, Object... msgParams)
src/test/java/org/jsoup/integration/Benchmark.java:34
↓ 6 callersMethodremoveChild
(Node out)
src/main/java/org/jsoup/nodes/Node.java:420
↓ 6 callersMethodtoString
()
src/main/java/org/jsoup/parser/Token.java:176
↓ 6 callersMethodtoString
()
src/main/java/org/jsoup/nodes/Element.java:1126
↓ 5 callersMethodaddTags
Add a list of allowed elements to a whitelist. (If a tag is not allowed, it will be removed from the HTML.) @param tags tag names to allow
src/main/java/org/jsoup/safety/Whitelist.java:184
↓ 5 callersMethodappend
(String text)
src/main/java/org/jsoup/examples/HtmlToPlainText.java:77
↓ 5 callersMethodattributes
()
src/test/java/org/jsoup/select/ElementsTest.java:28
↓ 5 callersMethodcanAddError
()
src/main/java/org/jsoup/parser/ParseErrorList.java:20
↓ 5 callersMethodcharacterReferenceError
(String message)
src/main/java/org/jsoup/parser/Tokeniser.java:209
↓ 5 callersMethodcreate
(String key, String value)
src/main/java/org/jsoup/helper/HttpConnection.java:659
↓ 5 callersMethodelements
Get the list of form control elements associated with this form. @return form controls associated with this element.
src/main/java/org/jsoup/nodes/FormElement.java:35
↓ 5 callersMethodgetErrors
Retrieve the parse errors, if any, from the last parse. @return list of parse errors, up to the size of the maximum errors tracked.
src/main/java/org/jsoup/parser/Parser.java:76
↓ 5 callersMethodgetFormElement
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:512
↓ 5 callersMethodhasHeader
Check if a header is present @param name name of header (case insensitive) @return if the header is present in this request/response
src/main/java/org/jsoup/Connection.java:287
↓ 5 callersMethodisEmpty
()
src/main/java/org/jsoup/select/Elements.java:507
↓ 5 callersMethodjoin
Join a collection of strings by a seperator @param strings collection of string objects @param sep string to place between strings @return joined stri
src/main/java/org/jsoup/helper/StringUtil.java:19
↓ 5 callersMethodload
Loads a file to a Document. @param in file to load @param charsetName character set of input @param baseUri base URI of document, to resolve relative
src/main/java/org/jsoup/helper/DataUtil.java:33
↓ 5 callersMethodmarkInsertionMode
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:112
↓ 5 callersMethodmatches
(Element root, Element element)
src/main/java/org/jsoup/select/StructuralEvaluator.java:22
↓ 5 callersMethodonStack
(Element el)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:257
↓ 5 callersMethodpadding
Returns space padding @param width amount of padding desired @return string of spaces width
src/main/java/org/jsoup/helper/StringUtil.java:50
↓ 5 callersMethodparseByteData
(ByteBuffer byteData, String charsetName, String baseUri, Parser parser)
src/main/java/org/jsoup/helper/DataUtil.java:74
↓ 5 callersMethodpreviousElementSibling
Gets the previous element sibling of this element. @return the previous element, or null if there is no previous element @see #nextElementSibling()
src/main/java/org/jsoup/nodes/Element.java:488
↓ 5 callersMethodremoveFromStack
(Element el)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:283
↓ 5 callersMethodtext
Get the combined text of all the matched elements. <p> Note that it is possible to get repeats if the matched elements contain both parent elements an
src/main/java/org/jsoup/select/Elements.java:188
↓ 5 callersMethodtextNodes
Get this element's child text nodes. The list is unmodifiable but the text nodes may be manipulated. <p/> This is effectively a filter on {@link #chil
src/main/java/org/jsoup/nodes/Element.java:208
↓ 5 callersMethodtimeout
Get the request timeout, in milliseconds. @return the timeout in milliseconds.
src/main/java/org/jsoup/Connection.java:350
↓ 5 callersMethodxmlParser
Create a new XML parser. This parser assumes no knowledge of the incoming tags and does not treat it as HTML, rather creates a simple tree directly fr
src/main/java/org/jsoup/parser/Parser.java:178
↓ 4 callersMethodaboveOnStack
(Element el)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:356
↓ 4 callersMethodanythingElse
(Tokeniser t, CharacterReader r)
src/main/java/org/jsoup/parser/TokeniserState.java:301
↓ 4 callersMethodclear
()
src/main/java/org/jsoup/select/Elements.java:531
↓ 4 callersMethodclone
Create a stand-alone, deep copy of this node, and all of its children. The cloned node will have no siblings or parent node. As a stand-alone object,
src/main/java/org/jsoup/nodes/Node.java:595
↓ 4 callersMethodconsumeToAny
(final char... chars)
src/main/java/org/jsoup/parser/CharacterReader.java:123
↓ 4 callersMethodconsumeWhitespace
Pulls the next run of whitespace characters of the queue.
src/main/java/org/jsoup/parser/TokenQueue.java:307
↓ 4 callersMethodcontainsIgnoreCase
(String seq)
src/main/java/org/jsoup/parser/CharacterReader.java:274
↓ 4 callersMethodcreateDoctypePending
()
src/main/java/org/jsoup/parser/Tokeniser.java:177
↓ 4 callersMethodcssNthChild
(boolean backwards, boolean ofType)
src/main/java/org/jsoup/select/QueryParser.java:277
↓ 4 callersMethodgetElementsByClass
Find elements that have this class, including or under this element. Case insensitive. <p> Elements can have multiple classes (e.g. {@code <div class=
src/main/java/org/jsoup/nodes/Element.java:584
↓ 4 callersMethodgetWholeData
Get the data contents of this node. Will be unescaped and with original new lines, space etc. @return data
src/main/java/org/jsoup/nodes/DataNode.java:28
↓ 4 callersMethodhandleRawtext
(Token.StartTag startTag, HtmlTreeBuilder tb)
src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java:1479
↓ 4 callersMethodhasClass
Tests if this element has a class. Case insensitive. @param className name of class to check for @return true if it does, false if not
src/main/java/org/jsoup/nodes/Element.java:988
↓ 4 callersMethodindent
(StringBuilder accum, int depth, Document.OutputSettings out)
src/main/java/org/jsoup/nodes/Node.java:567
↓ 4 callersMethodindentAmount
Get the current tag indent amount, used when pretty printing. @return the current indent amount
src/main/java/org/jsoup/nodes/Document.java:321
↓ 4 callersMethodinsertNode
(Node node)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:224
↓ 4 callersMethodinsertNode
(Node node)
src/main/java/org/jsoup/parser/XmlTreeBuilder.java:46
↓ 4 callersMethodisAppropriateEndTagToken
()
src/main/java/org/jsoup/parser/Tokeniser.java:189
↓ 4 callersMethodisFalse
Validates that the value is false @param val object to test
src/main/java/org/jsoup/helper/Validate.java:52
↓ 4 callersMethodisSpecial
(Element el)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:551
↓ 4 callersMethodisValid
Test if the input HTML has only tags and attributes allowed by the Whitelist. Useful for form validation. The input HTML should still be run thro
src/main/java/org/jsoup/Jsoup.java:246
↓ 4 callersMethodkey
Update the key of a keyval @param key new key @return this KeyVal, for chaining
src/main/java/org/jsoup/Connection.java:498
↓ 4 callersMethodmatchConsumeIgnoreCase
(String seq)
src/main/java/org/jsoup/parser/CharacterReader.java:265
↓ 4 callersMethodouterHtml
()
src/main/java/org/jsoup/nodes/Document.java:178
↓ 4 callersMethodoutline
Get if outline mode is enabled. Default is false. If enabled, the HTML output methods will consider all tags as block. @return if outline mode is enab
src/main/java/org/jsoup/nodes/Document.java:303
↓ 4 callersMethodownerDocument
Gets the Document associated with this Node. @return the Document associated with this Node, or null if there is no such Document.
src/main/java/org/jsoup/nodes/Node.java:253
↓ 4 callersMethodprependChild
Add a node to the start of this element's children. @param child node to add. @return this element, so that you can add more child nodes or elements.
src/main/java/org/jsoup/nodes/Element.java:274
↓ 4 callersMethodquirksMode
()
src/main/java/org/jsoup/nodes/Document.java:374
↓ 4 callersMethodreadToByteBuffer
Read the input stream into a byte buffer. @param inStream the input stream to read from @param maxSize the maximum size in bytes to read from the stre
src/main/java/org/jsoup/helper/DataUtil.java:115
↓ 4 callersMethodremove
()
src/test/java/org/jsoup/select/ElementsTest.java:193
↓ 4 callersMethodremoveFromActiveFormattingElements
(Element el)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:640
↓ 4 callersMethodrewindToMark
()
src/main/java/org/jsoup/parser/CharacterReader.java:55
↓ 4 callersMethodsetFosterInserts
(boolean fosterInserts)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:508
↓ 4 callersMethodsetTrackErrors
Enable or disable parse error tracking for the next parse. @param maxErrors the maximum number of errors to track. Set to 0 to disable. @return this,
src/main/java/org/jsoup/parser/Parser.java:67
↓ 4 callersMethodsubmit
Prepare to submit this form. A Connection object is created with the request set up from the form values. You can then set up other options (like user
src/main/java/org/jsoup/nodes/FormElement.java:56
↓ 4 callersMethodtoString
()
src/main/java/org/jsoup/parser/TokenQueue.java:390
↓ 4 callersMethodtoString
Get the combined outer HTML of all matched elements. Alias of {@link #outerHtml()}. @return string of all element's outer HTML. @see #text() @see #htm
src/main/java/org/jsoup/select/Elements.java:244
↓ 4 callersMethodtraverse
Start a depth-first traverse of the root and all of its descendants. @param root the root node point to traverse.
src/main/java/org/jsoup/select/NodeTraversor.java:25
↓ 4 callersMethodvalue
Update the value of a keyval @param value the new value @return this KeyVal, for chaining
src/main/java/org/jsoup/Connection.java:511
↓ 4 callersMethodvalueOf
(String value)
src/main/java/org/jsoup/safety/Whitelist.java:404
↓ 3 callersMethodanyOtherEndTag
(Token t, HtmlTreeBuilder tb)
src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java:765
↓ 3 callersMethodappendText
Create and append a new TextNode to this element. @param text the unencoded text to add @return this element
src/main/java/org/jsoup/nodes/Element.java:335
↓ 3 callersMethodchompTo
Pulls a string off the queue (like consumeTo), and then pulls off the matched string (but does not return it). <p> If the queue runs out of characters
src/main/java/org/jsoup/parser/TokenQueue.java:241
↓ 3 callersMethodclearFormattingElementsToLastMarker
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:631
↓ 3 callersMethodclearStackToContext
(String... nodeNames)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:345
↓ 3 callersMethodclearStackToTableBodyContext
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:337
↓ 3 callersMethodclearStackToTableContext
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:333
↓ 3 callersMethodclone
()
src/main/java/org/jsoup/nodes/Document.java:199
↓ 3 callersMethodcombinator
(char combinator)
src/main/java/org/jsoup/select/QueryParser.java:74
↓ 3 callersMethodconsumeIndex
()
src/main/java/org/jsoup/select/QueryParser.java:313
↓ 3 callersMethodconsumeLetterThenDigitSequence
()
src/main/java/org/jsoup/parser/CharacterReader.java:156
↓ 3 callersMethodcontains
(boolean own)
src/main/java/org/jsoup/select/QueryParser.java:328
↓ 3 callersMethodcreateShell
Create a valid, empty shell of a document, suitable for adding more elements to. @param baseUri baseUri of document @return document with ht
src/main/java/org/jsoup/nodes/Document.java:36
↓ 3 callersMethoddata
Add a request data parameter. Request parameters are sent in the request query string for GETs, and in the request body for POSTs. A request may have
src/main/java/org/jsoup/Connection.java:115
↓ 3 callersMethoddataNodes
Get this element's child data nodes. The list is unmodifiable but the data nodes may be manipulated. <p/> This is effectively a filter on {@link #chil
src/main/java/org/jsoup/nodes/Element.java:225
↓ 3 callersMethodensureAttributeValue
()
src/main/java/org/jsoup/parser/Token.java:132
↓ 3 callersMethodfindFirstElementByTagName
(String tag, Node node)
src/main/java/org/jsoup/nodes/Document.java:165
↓ 3 callersMethodfollowRedirects
Get the current followRedirects configuration. @return true if followRedirects is enabled.
src/main/java/org/jsoup/Connection.java:376
↓ 3 callersMethodformData
Get the data that this form submits. The returned list is a copy of the data, and changes to the contents of the list will not be reflected in the DOM
src/main/java/org/jsoup/nodes/FormElement.java:74
↓ 3 callersMethodgetBaseUri
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:132
↓ 3 callersMethodgetData
Get the contents of the comment. @return comment content
src/main/java/org/jsoup/nodes/Comment.java:28
↓ 3 callersMethodgetDocument
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:128
↓ 3 callersMethodgetElementsByAttribute
Find elements that have a named attribute set. Case insensitive. @param key name of the attribute, e.g. {@code href} @return elements that have this
src/main/java/org/jsoup/nodes/Element.java:596
↓ 3 callersMethodgetPendingTableCharacters
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:524
↓ 3 callersMethodgetPseudoClass
()
src/main/java/org/jsoup/select/Evaluator.java:429
↓ 3 callersMethodhandleDataEndTag
Handles RawtextEndTagName, ScriptDataEndTagName, and ScriptDataEscapedEndTagName. Same body impl, just different else exit transitions.
src/main/java/org/jsoup/parser/TokeniserState.java:1767
↓ 3 callersMethodhasClass
Determine if any of the matched elements have this class name set in their {@code class} attribute. @param className class name to check for
src/main/java/org/jsoup/select/Elements.java:149
↓ 3 callersMethodhasNext
Check if there is another element on the list. @return if another element
src/main/java/org/jsoup/helper/DescendableLinkedList.java:63
↓ 3 callersMethodhtml
Get the HTML representation of these attributes. @return HTML
src/main/java/org/jsoup/nodes/Attributes.java:136
← previousnext →201–300 of 1,337, ranked by callers