Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code4craft/jsoup-learning
/ functions
Functions
1,337 in github.com/code4craft/jsoup-learning
⨍
Functions
1,337
◇
Types & classes
164
↓ 3 callers
Method
ignoreContentType
Get the current ignoreContentType configuration. @return true if invalid content-types will be ignored; false (default) if they will cause an IOExcept
src/main/java/org/jsoup/Connection.java:403
↓ 3 callers
Method
ignoreHttpErrors
Get the current ignoreHttpErrors configuration. @return true if errors will be ignored; false (default) if HTTP errors will cause an IOException to be
src/main/java/org/jsoup/Connection.java:390
↓ 3 callers
Method
inSpecificScope
(String targetName, String[] baseTypes, String[] extraTypes)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:436
↓ 3 callers
Method
indexInList
(Element search, List<E> elements)
src/main/java/org/jsoup/nodes/Element.java:528
↓ 3 callers
Method
insertMarkerToFormattingElements
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:671
↓ 3 callers
Method
isBlock
Gets if this is a block tag. @return if block tag
src/main/java/org/jsoup/parser/Tag.java:72
↓ 3 callers
Method
isCharacter
()
src/main/java/org/jsoup/parser/Token.java:256
↓ 3 callers
Method
lastCharIsWhitespace
(StringBuilder sb)
src/main/java/org/jsoup/nodes/TextNode.java:128
↓ 3 callers
Method
matches
Test if the element meets the evaluator's requirements. @param root Root of the matching subtree @param element tested element
src/main/java/org/jsoup/select/Evaluator.java:29
↓ 3 callers
Method
matchesAny
(char... seq)
src/main/java/org/jsoup/parser/CharacterReader.java:230
↓ 3 callers
Method
nextElementSibling
Gets the next sibling element of this element. E.g., if a {@code div} contains two {@code p}s, the {@code nextElementSibling} of the first {@code p} i
src/main/java/org/jsoup/nodes/Element.java:472
↓ 3 callers
Method
nextSibling
Get this node's next sibling. @return next sibling, or null if this is the last sibling
src/main/java/org/jsoup/nodes/Node.java:480
↓ 3 callers
Method
normaliseTextNodes
(Element element)
src/main/java/org/jsoup/nodes/Document.java:124
↓ 3 callers
Method
normaliseWhitespace
(String text)
src/main/java/org/jsoup/nodes/TextNode.java:119
↓ 3 callers
Method
originalState
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:116
↓ 3 callers
Method
parse
Parse HTML into a Document. @param html HTML to parse @param baseUri base URI of document (i.e. original fetch location), for resolving relative URLs
src/main/java/org/jsoup/parser/Parser.java:89
↓ 3 callers
Method
parser
Specify the parser to use when parsing the document. @param parser parser to use. @return this Request, for chaining
src/main/java/org/jsoup/Connection.java:430
↓ 3 callers
Method
peekLast
Look at the last element, if there is one. @return the last element, or null
src/main/java/org/jsoup/helper/DescendableLinkedList.java:31
↓ 3 callers
Method
processResponseHeaders
(Map<String, List<String>> resHeaders)
src/main/java/org/jsoup/helper/HttpConnection.java:566
↓ 3 callers
Method
pushActiveFormattingElements
(Element in)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:566
↓ 3 callers
Method
remainingLength
()
src/main/java/org/jsoup/parser/TokenQueue.java:34
↓ 3 callers
Method
resetInsertionMode
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:385
↓ 3 callers
Method
response
Get the response, once the request has been executed @return response
src/main/java/org/jsoup/Connection.java:221
↓ 3 callers
Method
runParser
()
src/main/java/org/jsoup/parser/TreeBuilder.java:45
↓ 3 callers
Method
select
Find elements matching selector. @param query CSS selector @param root root element to descend into @return matching elements, empty if not
src/main/java/org/jsoup/select/Selector.java:78
↓ 3 callers
Method
setSiblingIndex
(int siblingIndex)
src/main/java/org/jsoup/nodes/Node.java:520
↓ 3 callers
Method
siblingElements
Get sibling elements. If the element has no sibling elements, returns an empty list. An element is not a sibling of itself, so will not be included in
src/main/java/org/jsoup/nodes/Element.java:452
↓ 3 callers
Method
siblingNodes
Retrieves this node's sibling nodes. Similar to {@link #childNodes() node.parent.childNodes()}, but does not include this node (a node is not a
src/main/java/org/jsoup/nodes/Node.java:464
↓ 3 callers
Method
splitText
Split this text node into two nodes at the specified string offset. After splitting, this node will contain the original text up to the offset, and wi
src/main/java/org/jsoup/nodes/TextNode.java:78
↓ 3 callers
Method
toString
()
src/main/java/org/jsoup/safety/Whitelist.java:457
↓ 3 callers
Method
traverse
Perform a depth-first traversal through this node and its descendants. @param nodeVisitor the visitor callbacks to perform on each node @return this n
src/main/java/org/jsoup/nodes/Node.java:529
↓ 3 callers
Method
unescape
Unescaped a \ escaped string. @param in backslash escaped string @return unescaped string
src/main/java/org/jsoup/parser/TokenQueue.java:289
↓ 3 callers
Method
userAgent
Set the request user-agent header. @param userAgent user-agent to use @return this Connection, for chaining
src/main/java/org/jsoup/Connection.java:49
↓ 3 callers
Method
val
Get the value of a form element (input, textarea, etc). @return the value of the form element, or empty string if not set.
src/main/java/org/jsoup/nodes/Element.java:1049
↓ 3 callers
Method
val
Get the form element's value of the first matched element. @return The form element's value, or empty if not set. @see Element#val()
src/main/java/org/jsoup/select/Elements.java:162
↓ 3 callers
Method
wrap
Wrap the supplied HTML around this element. @param html HTML to wrap around this element, e.g. {@code <div class="head"></div>}. Can be arbitrarily d
src/main/java/org/jsoup/nodes/Element.java:442
↓ 2 callers
Method
addFirst
Add a character to the start of the queue (will be the next character retrieved). @param c character to add
src/main/java/org/jsoup/parser/TokenQueue.java:50
↓ 2 callers
Method
addSiblingHtml
(int index, String html)
src/main/java/org/jsoup/nodes/Node.java:320
↓ 2 callers
Method
appendNormalisedText
(StringBuilder accum, TextNode textNode)
src/main/java/org/jsoup/nodes/Element.java:867
↓ 2 callers
Method
appropriateEndTagName
()
src/main/java/org/jsoup/parser/Tokeniser.java:195
↓ 2 callers
Method
asDoctype
()
src/main/java/org/jsoup/parser/Token.java:228
↓ 2 callers
Method
before
Insert the specified HTML into the DOM before this element (as a preceding sibling). @param html HTML to add before this element @return this element
src/main/java/org/jsoup/nodes/Element.java:388
↓ 2 callers
Method
charset
Get the document's current output charset, which is used to control which characters are escaped when generating HTML (via the <code>html()</code> met
src/main/java/org/jsoup/nodes/Document.java:249
↓ 2 callers
Method
chompToIgnoreCase
(String seq)
src/main/java/org/jsoup/parser/TokenQueue.java:247
↓ 2 callers
Method
clean
Creates a new, clean document, from the original dirty document, containing only elements allowed by the whitelist. The original document is not
src/main/java/org/jsoup/safety/Cleaner.java:41
↓ 2 callers
Method
clearStackToTableRowContext
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:341
↓ 2 callers
Method
clone
()
src/main/java/org/jsoup/nodes/Element.java:1143
↓ 2 callers
Method
closeCell
(HtmlTreeBuilder tb)
src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java:1203
↓ 2 callers
Method
consumeCssIdentifier
Consume a CSS identifier (ID or class) off the queue (letter, digit, -, _) http://www.w3.org/TR/CSS2/syndata.html#value-def-identifier @retu
src/main/java/org/jsoup/parser/TokenQueue.java:358
↓ 2 callers
Method
copySafeNodes
(Element source, Element dest)
src/main/java/org/jsoup/safety/Cleaner.java:112
↓ 2 callers
Method
dataset
Get this element's HTML5 custom data attributes. Each attribute in the element that has a key starting with "data-" is included the dataset. <p> E.g.,
src/main/java/org/jsoup/nodes/Element.java:133
↓ 2 callers
Method
dataset
Retrieves a filtered view of attributes that are HTML5 custom data attributes; that is, attributes with keys starting with {@code data-}. @return map
src/main/java/org/jsoup/nodes/Attributes.java:128
↓ 2 callers
Method
empty
Remove all of the element's child nodes. Any attributes are left as-is. @return this element
src/main/java/org/jsoup/nodes/Element.java:431
↓ 2 callers
Method
execute
()
src/main/java/org/jsoup/helper/HttpConnection.java:171
↓ 2 callers
Method
exitTableBody
(Token t, HtmlTreeBuilder tb)
src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java:1077
↓ 2 callers
Method
findElements
()
src/main/java/org/jsoup/select/QueryParser.java:141
↓ 2 callers
Method
getActiveFormattingElement
(String nodeName)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:655
↓ 2 callers
Method
getAttributes
()
src/main/java/org/jsoup/parser/Token.java:95
↓ 2 callers
Method
getElementsByAttributeValue
Find elements that have an attribute with the specific value. Case insensitive. @param key name of the attribute @param value value of the attribute
src/main/java/org/jsoup/nodes/Element.java:623
↓ 2 callers
Method
getFromStack
(String elName)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:272
↓ 2 callers
Method
getHeaderCaseInsensitive
(String name)
src/main/java/org/jsoup/helper/HttpConnection.java:256
↓ 2 callers
Method
getPublicIdentifier
()
src/main/java/org/jsoup/parser/Token.java:35
↓ 2 callers
Method
getSystemIdentifier
()
src/main/java/org/jsoup/parser/Token.java:39
↓ 2 callers
Method
getUrl
()
src/main/java/org/jsoup/HttpStatusException.java:22
↓ 2 callers
Method
handleDataDoubleEscapeTag
(Tokeniser t, CharacterReader r, TokeniserState primary, TokeniserState fallback)
src/main/java/org/jsoup/parser/TokeniserState.java:1807
↓ 2 callers
Method
handleMissingTr
(Token t, TreeBuilder tb)
src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java:1145
↓ 2 callers
Method
hasCookie
Check if a cookie is present @param name name of cookie @return if the cookie is present in this request/response
src/main/java/org/jsoup/Connection.java:325
↓ 2 callers
Method
hasText
()
src/test/java/org/jsoup/select/ElementsTest.java:101
↓ 2 callers
Method
headers
Retrieve all of the request/response headers as a map @return headers
src/main/java/org/jsoup/Connection.java:300
↓ 2 callers
Method
html
Get the combined inner HTML of all matched elements. @return string of all element's inner HTML. @see #text() @see #outerHtml()
src/main/java/org/jsoup/select/Elements.java:212
↓ 2 callers
Method
inSelectScope
(String targetName)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:482
↓ 2 callers
Method
indexOf
(Object o)
src/main/java/org/jsoup/select/Elements.java:545
↓ 2 callers
Method
initialiseParse
(String input, String baseUri, ParseErrorList errors)
src/main/java/org/jsoup/parser/TreeBuilder.java:23
↓ 2 callers
Method
insertForm
(Token.StartTag startTag, boolean onStack)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:199
↓ 2 callers
Method
insertInFosterParent
(Node in)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:675
↓ 2 callers
Method
is
Test if any of the matched elements match the supplied query. @param query A selector @return true if at least one element in the list matches the que
src/main/java/org/jsoup/select/Elements.java:443
↓ 2 callers
Method
isElementInQueue
(DescendableLinkedList<Element> queue, Element element)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:261
↓ 2 callers
Method
isFragmentParsing
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:148
↓ 2 callers
Method
isInline
Gets if this tag is an inline tag. @return if this tag is an inline tag.
src/main/java/org/jsoup/parser/Tag.java:99
↓ 2 callers
Method
isKnownTag
Get if this is a pre-defined tag, or was auto created on parsing. @return if a known tag
src/main/java/org/jsoup/parser/Tag.java:135
↓ 2 callers
Method
isSafeTag
Test if the supplied tag is allowed by this whitelist @param tag test tag @return true if allowed
src/main/java/org/jsoup/safety/Whitelist.java:327
↓ 2 callers
Method
lastIndexOf
(Object o)
src/main/java/org/jsoup/select/Elements.java:547
↓ 2 callers
Method
loadEntities
(String filename)
src/main/java/org/jsoup/nodes/Entities.java:146
↓ 2 callers
Method
mark
()
src/main/java/org/jsoup/parser/CharacterReader.java:51
↓ 2 callers
Method
newPendingTableCharacters
()
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:520
↓ 2 callers
Method
next
Get the next element. @return the next element.
src/main/java/org/jsoup/helper/DescendableLinkedList.java:71
↓ 2 callers
Method
normaliseStructure
(String tag, Element htmlEl)
src/main/java/org/jsoup/nodes/Document.java:143
↓ 2 callers
Method
outerHtml
Get the combined outer HTML of all matched elements. @return string of all element's outer HTML. @see #text() @see #html()
src/main/java/org/jsoup/select/Elements.java:228
↓ 2 callers
Method
parents
Get this element's parent and ancestors, up to the document root. @return this element's stack of parents, closest first.
src/main/java/org/jsoup/nodes/Element.java:146
↓ 2 callers
Method
parseBodyFragment
Parse a fragment of HTML into the {@code body} of a Document. @param bodyHtml fragment of HTML @param baseUri base URI of document (i.e. original fet
src/main/java/org/jsoup/parser/Parser.java:129
↓ 2 callers
Method
post
Execute the request as a POST, and parse the result. @return parsed Document @throws java.net.MalformedURLException if the request URL is not a HTTP o
src/main/java/org/jsoup/Connection.java:191
↓ 2 callers
Method
prepend
Add inner HTML into this element. The supplied HTML will be parsed, and each node prepended to the start of the element's children. @param html HTML t
src/main/java/org/jsoup/nodes/Element.java:373
↓ 2 callers
Method
prependElement
Create a new element by tag name, and add it as the first child. @param tagName the name of the tag (e.g. {@code div}). @return the new element, to a
src/main/java/org/jsoup/nodes/Element.java:323
↓ 2 callers
Method
preserveWhitespace
(Node node)
src/main/java/org/jsoup/nodes/Element.java:883
↓ 2 callers
Method
push
(Element element)
src/main/java/org/jsoup/parser/HtmlTreeBuilder.java:249
↓ 2 callers
Method
referrer
Set the request referrer (aka "referer") header. @param referrer referrer to use @return this Connection, for chaining
src/main/java/org/jsoup/Connection.java:73
↓ 2 callers
Method
register
(Tag tag)
src/main/java/org/jsoup/parser/Tag.java:308
↓ 2 callers
Method
reindexChildren
()
src/main/java/org/jsoup/nodes/Node.java:453
↓ 2 callers
Method
remove
Remove the current element.
src/main/java/org/jsoup/helper/DescendableLinkedList.java:78
↓ 2 callers
Method
removeClass
Remove a class name from this element's {@code class} attribute. @param className class name to remove @return this element
src/main/java/org/jsoup/nodes/Element.java:1017
← previous
next →
301–400 of 1,337, ranked by callers