- data(String, String) - Method in interface org.jsoup.Connection
-
Add a request data parameter.
- data(String, String, InputStream) - Method in interface org.jsoup.Connection
-
Add an input stream as a request data parameter.
- data(String, String, InputStream, String) - Method in interface org.jsoup.Connection
-
Add an input stream as a request data parameter.
- data(Collection<Connection.KeyVal>) - Method in interface org.jsoup.Connection
-
Adds all of the supplied data to the request data parameters
- data(Map<String, String>) - Method in interface org.jsoup.Connection
-
Adds all of the supplied data to the request data parameters
- data(String...) - Method in interface org.jsoup.Connection
-
Add one or more request key, val
data parameter pairs.
- data(String) - Method in interface org.jsoup.Connection
-
Get the data KeyVal for this key, if any
- data(Connection.KeyVal) - Method in interface org.jsoup.Connection.Request
-
Add a data parameter to the request
- data() - Method in interface org.jsoup.Connection.Request
-
Get all of the request's data parameters
- data(String, String) - Method in class org.jsoup.helper.HttpConnection
-
- data(String, String, InputStream) - Method in class org.jsoup.helper.HttpConnection
-
- data(String, String, InputStream, String) - Method in class org.jsoup.helper.HttpConnection
-
- data(Map<String, String>) - Method in class org.jsoup.helper.HttpConnection
-
- data(String...) - Method in class org.jsoup.helper.HttpConnection
-
- data(Collection<Connection.KeyVal>) - Method in class org.jsoup.helper.HttpConnection
-
- data(String) - Method in class org.jsoup.helper.HttpConnection
-
- data - Variable in class org.jsoup.helper.HttpConnection.Request
-
- data(Connection.KeyVal) - Method in class org.jsoup.helper.HttpConnection.Request
-
- data() - Method in class org.jsoup.helper.HttpConnection.Request
-
- data() - Method in class org.jsoup.nodes.Element
-
Get the combined data of this element.
- data - Variable in class org.jsoup.parser.Token.Character
-
- data(String) - Method in class org.jsoup.parser.Token.Character
-
- data - Variable in class org.jsoup.parser.Token.Comment
-
- dataBuffer - Variable in class org.jsoup.parser.Tokeniser
-
- dataKey(String) - Static method in class org.jsoup.nodes.Attributes
-
- DataNode - Class in org.jsoup.nodes
-
A data node, for contents of style, script tags etc, where contents should not show in text().
- DataNode(String) - Constructor for class org.jsoup.nodes.DataNode
-
Create a new DataNode.
- dataNodes() - Method in class org.jsoup.nodes.Element
-
Get this element's child data nodes.
- dataNodes() - Method in class org.jsoup.select.Elements
-
Get
DataNode
nodes that are direct child nodes of the selected elements.
- dataPrefix - Static variable in class org.jsoup.nodes.Attributes
-
- dataS - Variable in class org.jsoup.parser.Token.Comment
-
- dataset() - Method in class org.jsoup.nodes.Attributes
-
Retrieves a filtered view of attributes that are HTML5 custom data attributes; that is, attributes with keys
starting with data-
.
- Dataset(Attributes) - Constructor for class org.jsoup.nodes.Attributes.Dataset
-
- dataset() - Method in class org.jsoup.nodes.Element
-
Get this element's HTML5 custom data attributes.
- DatasetIterator() - Constructor for class org.jsoup.nodes.Attributes.Dataset.DatasetIterator
-
- DataUtil - Class in org.jsoup.helper
-
Internal static utilities for handling data.
- DataUtil() - Constructor for class org.jsoup.helper.DataUtil
-
- DataUtil.BomCharset - Class in org.jsoup.helper
-
- DdDt - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- decodePart(String) - Static method in class org.jsoup.helper.UrlBuilder
-
- deduplicate(ParseSettings) - Method in class org.jsoup.nodes.Attributes
-
Internal method.
- DEFAULT_UA - Static variable in class org.jsoup.helper.HttpConnection
-
Many users would get caught by not setting a user-agent and therefore getting different responses on their desktop
vs in jsoup, which would otherwise default to Java
.
- defaultCharsetName - Static variable in class org.jsoup.helper.DataUtil
-
- DefaultOutput - Static variable in class org.jsoup.nodes.Entities
-
- defaultSettings() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- defaultSettings() - Method in class org.jsoup.parser.TreeBuilder
-
- defaultSettings() - Method in class org.jsoup.parser.XmlTreeBuilder
-
- DefaultSize - Static variable in class org.jsoup.internal.ConstrainableInputStream
-
- DefaultUploadType - Static variable in class org.jsoup.helper.HttpConnection
-
- dest - Variable in class org.jsoup.helper.W3CDom.W3CBuilder
-
- destination - Variable in class org.jsoup.safety.Cleaner.CleaningVisitor
-
- detectCharsetFromBom(ByteBuffer) - Static method in class org.jsoup.helper.DataUtil
-
- doc - Variable in class org.jsoup.helper.W3CDom.W3CBuilder
-
- doc - Variable in class org.jsoup.parser.TreeBuilder
-
- doClone(Node) - Method in class org.jsoup.nodes.Element
-
- doClone(Node) - Method in class org.jsoup.nodes.LeafNode
-
- doClone(Node) - Method in class org.jsoup.nodes.Node
-
- Doctype() - Constructor for class org.jsoup.parser.Token.Doctype
-
- doctypePending - Variable in class org.jsoup.parser.Tokeniser
-
- Document - Class in org.jsoup.nodes
-
A HTML Document.
- Document(String) - Constructor for class org.jsoup.nodes.Document
-
Create a new, empty Document.
- Document.OutputSettings - Class in org.jsoup.nodes
-
A Document's output settings control the form of the text() and html() methods.
- Document.OutputSettings.Syntax - Enum in org.jsoup.nodes
-
The output serialization syntax.
- Document.QuirksMode - Enum in org.jsoup.nodes
-
- documentType() - Method in class org.jsoup.nodes.Document
-
Returns this Document's doctype.
- DocumentType - Class in org.jsoup.nodes
-
A <!DOCTYPE>
node.
- DocumentType(String, String, String) - Constructor for class org.jsoup.nodes.DocumentType
-
Create a new doctype element.
- doSetBaseUri(String) - Method in class org.jsoup.nodes.Element
-
- doSetBaseUri(String) - Method in class org.jsoup.nodes.LeafNode
-
- doSetBaseUri(String) - Method in class org.jsoup.nodes.Node
-
Set the baseUri for just this node (not its descendants), if this Node tracks base URIs.
- eachAttr(String) - Method in class org.jsoup.select.Elements
-
Get the attribute value for each of the matched elements.
- eachText() - Method in class org.jsoup.select.Elements
-
Get the text content of each of the matched elements.
- el - Variable in class org.jsoup.safety.Cleaner.ElementMeta
-
- Element - Class in org.jsoup.nodes
-
An HTML Element consists of a tag name, attributes, and child nodes (including text nodes and other elements).
- Element(String) - Constructor for class org.jsoup.nodes.Element
-
Create a new, standalone element.
- Element(Tag, String, Attributes) - Constructor for class org.jsoup.nodes.Element
-
Create a new, standalone Element.
- Element(Tag, String) - Constructor for class org.jsoup.nodes.Element
-
Create a new Element from a Tag and a base URI.
- Element.NodeList - Class in org.jsoup.nodes
-
- ElementMeta(Element, int) - Constructor for class org.jsoup.safety.Cleaner.ElementMeta
-
- elements - Variable in class org.jsoup.nodes.FormElement
-
- elements() - Method in class org.jsoup.nodes.FormElement
-
Get the list of form control elements associated with this form.
- Elements - Class in org.jsoup.select
-
A list of
Element
s, with methods that act on every element in the list.
- Elements() - Constructor for class org.jsoup.select.Elements
-
- Elements(int) - Constructor for class org.jsoup.select.Elements
-
- Elements(Collection<Element>) - Constructor for class org.jsoup.select.Elements
-
- Elements(List<Element>) - Constructor for class org.jsoup.select.Elements
-
- Elements(Element...) - Constructor for class org.jsoup.select.Elements
-
- ElementSelectorChars - Static variable in class org.jsoup.parser.TokenQueue
-
- elementSiblingIndex() - Method in class org.jsoup.nodes.Element
-
Get the list index of this element in its element sibling list.
- emit(Token) - Method in class org.jsoup.parser.Tokeniser
-
- emit(String) - Method in class org.jsoup.parser.Tokeniser
-
- emit(StringBuilder) - Method in class org.jsoup.parser.Tokeniser
-
- emit(char) - Method in class org.jsoup.parser.Tokeniser
-
- emit(char[]) - Method in class org.jsoup.parser.Tokeniser
-
- emit(int[]) - Method in class org.jsoup.parser.Tokeniser
-
- emitCommentPending() - Method in class org.jsoup.parser.Tokeniser
-
- emitDoctypePending() - Method in class org.jsoup.parser.Tokeniser
-
- emitPending - Variable in class org.jsoup.parser.Tokeniser
-
- emitTagPending() - Method in class org.jsoup.parser.Tokeniser
-
- empty() - Method in class org.jsoup.nodes.Element
-
Remove all the element's child nodes.
- empty - Static variable in class org.jsoup.nodes.Entities
-
- empty() - Method in class org.jsoup.nodes.LeafNode
-
- empty() - Method in class org.jsoup.nodes.Node
-
Delete all this node's children.
- empty - Variable in class org.jsoup.parser.Tag
-
- empty() - Method in class org.jsoup.select.Elements
-
Empty (remove all child nodes from) each matched element.
- emptyByteBuffer() - Static method in class org.jsoup.helper.DataUtil
-
- EmptyChildren - Static variable in class org.jsoup.nodes.Element
-
- emptyEnd - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- emptyName - Static variable in class org.jsoup.nodes.Entities
-
- EmptyNodes - Static variable in class org.jsoup.nodes.Node
-
- EmptyRequestHeaders - Static variable in class org.jsoup.helper.CookieUtil
-
- EmptyString - Static variable in class org.jsoup.nodes.Attributes
-
- EmptyString - Static variable in class org.jsoup.nodes.Node
-
- emptyTags - Static variable in class org.jsoup.parser.Tag
-
- encodeMimeName(String) - Static method in class org.jsoup.helper.HttpConnection
-
- encoder() - Method in class org.jsoup.nodes.Document.OutputSettings
-
- encoderThreadLocal - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- end - Variable in class org.jsoup.nodes.Range
-
- end() - Method in class org.jsoup.nodes.Range
-
Get the end position of this node.
- end - Variable in class org.jsoup.parser.TreeBuilder
-
- endPending - Variable in class org.jsoup.parser.Tokeniser
-
- endPos - Variable in class org.jsoup.parser.Token
-
- endPos() - Method in class org.jsoup.parser.Token
-
- endPos(int) - Method in class org.jsoup.parser.Token
-
- EndRangeKey - Static variable in class org.jsoup.nodes.Range
-
- endSourceRange() - Method in class org.jsoup.nodes.Element
-
Get the source range (start and end positions) of the end (closing) tag for this Element.
- EndTag() - Constructor for class org.jsoup.parser.Token.EndTag
-
- enforcedAttributes - Variable in class org.jsoup.safety.Safelist
-
- ensureAttributes() - Method in class org.jsoup.nodes.LeafNode
-
- ensureAttrName() - Method in class org.jsoup.parser.Token.Tag
-
- ensureAttrValue() - Method in class org.jsoup.parser.Token.Tag
-
- ensureChildNodes() - Method in class org.jsoup.nodes.Element
-
- ensureChildNodes() - Method in class org.jsoup.nodes.LeafNode
-
- ensureChildNodes() - Method in class org.jsoup.nodes.Node
-
- ensureData() - Method in class org.jsoup.parser.Token.Comment
-
- ensureMetaCharsetElement() - Method in class org.jsoup.nodes.Document
-
Ensures a meta charset (html) or xml declaration (xml) with the current
encoding used.
- ensureNotNull(Object) - Static method in class org.jsoup.helper.Validate
-
Verifies the input object is not null, and returns that object.
- ensureNotNull(Object, String, Object...) - Static method in class org.jsoup.helper.Validate
-
Verifies the input object is not null, and returns that object.
- Entities - Class in org.jsoup.nodes
-
HTML entities, and escape routines.
- Entities() - Constructor for class org.jsoup.nodes.Entities
-
- Entities.CoreCharset - Enum in org.jsoup.nodes
-
- Entities.EscapeMode - Enum in org.jsoup.nodes
-
- EntitiesData - Class in org.jsoup.nodes
-
Holds packed data that represents Entity name=value pairs.
- EntitiesData() - Constructor for class org.jsoup.nodes.EntitiesData
-
- entrySet() - Method in class org.jsoup.nodes.Attributes.Dataset
-
- EntrySet() - Constructor for class org.jsoup.nodes.Attributes.Dataset.EntrySet
-
- EOF - Static variable in class org.jsoup.parser.CharacterReader
-
- EOF() - Constructor for class org.jsoup.parser.Token.EOF
-
- eof - Static variable in enum org.jsoup.parser.TokeniserState
-
- eofError(TokeniserState) - Method in class org.jsoup.parser.Tokeniser
-
- eq(int) - Method in class org.jsoup.select.Elements
-
Get the nth matched element as an Elements object.
- equals(Object) - Method in class org.jsoup.nodes.Attribute
-
- equals(Object) - Method in class org.jsoup.nodes.Attributes
-
Checks if these attributes are equal to another set of attributes, by comparing the two sets.
- equals(Object) - Method in class org.jsoup.nodes.Node
-
Check if this node is the same instance of another (object identity test).
- equals(Object) - Method in class org.jsoup.nodes.Range
-
- equals(Object) - Method in class org.jsoup.nodes.Range.Position
-
- equals(Object) - Method in class org.jsoup.parser.Tag
-
- equals(Object) - Method in class org.jsoup.safety.Safelist.TypedValue
-
- error(HtmlTreeBuilderState) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- error(TokeniserState) - Method in class org.jsoup.parser.Tokeniser
-
- error(String) - Method in class org.jsoup.parser.Tokeniser
-
- error(String, Object...) - Method in class org.jsoup.parser.Tokeniser
-
- error(String) - Method in class org.jsoup.parser.TreeBuilder
-
If the parser is tracking errors, add an error at the current position.
- error(String, Object...) - Method in class org.jsoup.parser.TreeBuilder
-
If the parser is tracking errors, add an error at the current position.
- errorMsg - Variable in class org.jsoup.parser.ParseError
-
- errors - Variable in class org.jsoup.parser.Parser
-
- errors - Variable in class org.jsoup.parser.Tokeniser
-
- ESC - Static variable in class org.jsoup.parser.TokenQueue
-
- escape(String, Document.OutputSettings) - Static method in class org.jsoup.nodes.Entities
-
HTML escape an input string.
- escape(String) - Static method in class org.jsoup.nodes.Entities
-
HTML escape an input string, using the default settings (UTF-8, base entities).
- escape(Appendable, String, Document.OutputSettings, boolean, boolean, boolean, boolean) - Static method in class org.jsoup.nodes.Entities
-
- escapeCssIdentifier(String) - Static method in class org.jsoup.parser.TokenQueue
-
- escapeMode - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- escapeMode() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get the document's current HTML escape mode: base
, which provides a limited set of named HTML
entities and escapes other characters as numbered entities for maximum compatibility; or extended
,
which uses the complete set of HTML named entities.
- escapeMode(Entities.EscapeMode) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Set the document's escape mode, which determines how characters are escaped when the output character set
does not support a given character:- using either a named or a numbered escape.
- EscapeMode(String, int) - Constructor for enum org.jsoup.nodes.Entities.EscapeMode
-
- eval - Variable in class org.jsoup.select.Collector.FirstFinder
-
- evalRoot - Variable in class org.jsoup.select.Collector.FirstFinder
-
- evals - Variable in class org.jsoup.select.QueryParser
-
- Evaluator - Class in org.jsoup.select
-
Evaluates that an element matches the selector.
- Evaluator() - Constructor for class org.jsoup.select.Evaluator
-
- evaluator - Variable in class org.jsoup.select.StructuralEvaluator
-
- Evaluator.AllElements - Class in org.jsoup.select
-
Evaluator for any / all element matching
- Evaluator.Attribute - Class in org.jsoup.select
-
Evaluator for attribute name matching
- Evaluator.AttributeKeyPair - Class in org.jsoup.select
-
Abstract evaluator for attribute name/value matching
- Evaluator.AttributeStarting - Class in org.jsoup.select
-
Evaluator for attribute name prefix matching
- Evaluator.AttributeWithValue - Class in org.jsoup.select
-
Evaluator for attribute name/value matching
- Evaluator.AttributeWithValueContaining - Class in org.jsoup.select
-
Evaluator for attribute name/value matching (value containing)
- Evaluator.AttributeWithValueEnding - Class in org.jsoup.select
-
Evaluator for attribute name/value matching (value ending)
- Evaluator.AttributeWithValueMatching - Class in org.jsoup.select
-
Evaluator for attribute name/value matching (value regex matching)
- Evaluator.AttributeWithValueNot - Class in org.jsoup.select
-
Evaluator for attribute name != value matching
- Evaluator.AttributeWithValueStarting - Class in org.jsoup.select
-
Evaluator for attribute name/value matching (value prefix)
- Evaluator.Class - Class in org.jsoup.select
-
Evaluator for element class
- Evaluator.ContainsData - Class in org.jsoup.select
-
Evaluator for matching Element (and its descendants) data
- Evaluator.ContainsOwnText - Class in org.jsoup.select
-
Evaluator for matching Element's own text
- Evaluator.ContainsText - Class in org.jsoup.select
-
Evaluator for matching Element (and its descendants) text
- Evaluator.ContainsWholeOwnText - Class in org.jsoup.select
-
Evaluator for matching Element (but not its descendants) wholeText.
- Evaluator.ContainsWholeText - Class in org.jsoup.select
-
Evaluator for matching Element (and its descendants) wholeText.
- Evaluator.CssNthEvaluator - Class in org.jsoup.select
-
- Evaluator.Id - Class in org.jsoup.select
-
Evaluator for element id
- Evaluator.IndexEquals - Class in org.jsoup.select
-
Evaluator for matching by sibling index number (e = idx)
- Evaluator.IndexEvaluator - Class in org.jsoup.select
-
Abstract evaluator for sibling index matching
- Evaluator.IndexGreaterThan - Class in org.jsoup.select
-
Evaluator for matching by sibling index number (e > idx)
- Evaluator.IndexLessThan - Class in org.jsoup.select
-
Evaluator for matching by sibling index number (e < idx)
- Evaluator.IsEmpty - Class in org.jsoup.select
-
- Evaluator.IsFirstChild - Class in org.jsoup.select
-
Evaluator for matching the first sibling (css :first-child)
- Evaluator.IsFirstOfType - Class in org.jsoup.select
-
- Evaluator.IsLastChild - Class in org.jsoup.select
-
Evaluator for matching the last sibling (css :last-child)
- Evaluator.IsLastOfType - Class in org.jsoup.select
-
- Evaluator.IsNthChild - Class in org.jsoup.select
-
css-compatible Evaluator for :eq (css :nth-child)
- Evaluator.IsNthLastChild - Class in org.jsoup.select
-
css pseudo class :nth-last-child)
- Evaluator.IsNthLastOfType - Class in org.jsoup.select
-
- Evaluator.IsNthOfType - Class in org.jsoup.select
-
css pseudo class nth-of-type
- Evaluator.IsOnlyChild - Class in org.jsoup.select
-
- Evaluator.IsOnlyOfType - Class in org.jsoup.select
-
- Evaluator.IsRoot - Class in org.jsoup.select
-
css3 pseudo-class :root
- Evaluator.Matches - Class in org.jsoup.select
-
Evaluator for matching Element (and its descendants) text with regex
- Evaluator.MatchesOwn - Class in org.jsoup.select
-
Evaluator for matching Element's own text with regex
- Evaluator.MatchesWholeOwnText - Class in org.jsoup.select
-
Evaluator for matching Element's own whole text with regex.
- Evaluator.MatchesWholeText - Class in org.jsoup.select
-
Evaluator for matching Element (and its descendants) whole text with regex.
- Evaluator.MatchText - Class in org.jsoup.select
-
- Evaluator.Tag - Class in org.jsoup.select
-
Evaluator for tag name
- Evaluator.TagEndsWith - Class in org.jsoup.select
-
Evaluator for tag name that ends with
- evaluators - Variable in class org.jsoup.select.CombiningEvaluator
-
- execute() - Method in interface org.jsoup.Connection
-
Execute the request.
- execute() - Method in class org.jsoup.helper.HttpConnection
-
- execute(HttpConnection.Request) - Static method in class org.jsoup.helper.HttpConnection.Response
-
- execute(HttpConnection.Request, HttpConnection.Response) - Static method in class org.jsoup.helper.HttpConnection.Response
-
- executed - Variable in class org.jsoup.helper.HttpConnection.Response
-
- executing - Variable in class org.jsoup.helper.HttpConnection.Request
-
- expectFirst(String) - Method in class org.jsoup.nodes.Element
-
- expectForm(String) - Method in class org.jsoup.nodes.Document
-
Selects the first
FormElement
in this document that matches the query.
- expired() - Method in class org.jsoup.internal.ConstrainableInputStream
-
- extraDotSegmentsPattern - Static variable in class org.jsoup.internal.StringUtil
-
- factory - Variable in class org.jsoup.helper.W3CDom
-
- fail(String) - Static method in class org.jsoup.helper.Validate
-
Cause a failure.
- fail(String, Object...) - Static method in class org.jsoup.helper.Validate
-
Cause a failure.
- FieldsAreNonnullByDefault - Annotation Type in org.jsoup.internal
-
- fillInStackTrace() - Method in exception org.jsoup.helper.ValidationException
-
- filter(NodeFilter) - Method in class org.jsoup.nodes.Element
-
- filter(NodeFilter) - Method in class org.jsoup.nodes.Node
-
Perform a depth-first filtering through this node and its descendants.
- filter(NodeFilter) - Method in class org.jsoup.select.Elements
-
Perform a depth-first filtering on each of the selected elements.
- filter(NodeFilter, Node) - Static method in class org.jsoup.select.NodeTraversor
-
Start a depth-first filtering of the root and all of its descendants.
- filter(NodeFilter, Elements) - Static method in class org.jsoup.select.NodeTraversor
-
Start a depth-first filtering of all elements.
- filterOut(Collection<Element>, Collection<Element>) - Static method in class org.jsoup.select.Selector
-
- FilterResult() - Constructor for enum org.jsoup.select.NodeFilter.FilterResult
-
- finaliseTag() - Method in class org.jsoup.parser.Token.Tag
-
- find(Element, Element) - Method in class org.jsoup.select.Collector.FirstFinder
-
- findElements() - Method in class org.jsoup.select.QueryParser
-
- finder - Variable in class org.jsoup.select.StructuralEvaluator.Has
-
- findFirst(Evaluator, Element) - Static method in class org.jsoup.select.Collector
-
Finds the first Element that matches the Evaluator that descends from the root, and stops the query once that first
match is found.
- first - Variable in class org.jsoup.internal.StringUtil.StringJoiner
-
- first() - Method in class org.jsoup.select.Elements
-
Get the first matched element.
- firstChild() - Method in class org.jsoup.nodes.Node
-
Gets the first child node of this node, or null
if there is none.
- firstElementChild() - Method in class org.jsoup.nodes.Element
-
Gets the first child of this Element that is an Element, or null
if there is none.
- firstElementSibling() - Method in class org.jsoup.nodes.Element
-
Gets the first Element sibling of this element.
- FirstFinder(Evaluator) - Constructor for class org.jsoup.select.Collector.FirstFinder
-
- firstReadBufferSize - Static variable in class org.jsoup.helper.DataUtil
-
- fixHeaderEncoding(String) - Static method in class org.jsoup.helper.HttpConnection.Base
-
- followRedirects(boolean) - Method in interface org.jsoup.Connection
-
Configures the connection to (not) follow server redirects.
- followRedirects() - Method in interface org.jsoup.Connection.Request
-
Get the current followRedirects configuration.
- followRedirects(boolean) - Method in interface org.jsoup.Connection.Request
-
Configures the request to (not) follow server redirects.
- followRedirects(boolean) - Method in class org.jsoup.helper.HttpConnection
-
- followRedirects - Variable in class org.jsoup.helper.HttpConnection.Request
-
- followRedirects() - Method in class org.jsoup.helper.HttpConnection.Request
-
- followRedirects(boolean) - Method in class org.jsoup.helper.HttpConnection.Request
-
- forceQuirks - Variable in class org.jsoup.parser.Token.Doctype
-
- forEach(Consumer<? super Element>) - Method in class org.jsoup.nodes.Element
-
Perform the supplied action on this Element and each of its descendant Elements, during a depth-first traversal.
- forEach(Consumer<? super Element>) - Method in class org.jsoup.nodes.Element
-
- forEachNode(Consumer<? super Node>) - Method in class org.jsoup.nodes.Element
-
- forEachNode(Consumer<? super Node>) - Method in class org.jsoup.nodes.Node
-
Perform the supplied action on this Node and each of its descendants, during a depth-first traversal.
- forEachNode(Consumer<? super Node>) - Method in class org.jsoup.nodes.Node
-
- FORM_URL_ENCODED - Static variable in class org.jsoup.helper.HttpConnection
-
- formatAsBlock - Variable in class org.jsoup.parser.Tag
-
- formatAsBlock() - Method in class org.jsoup.parser.Tag
-
Gets if this tag should be formatted as a block (or as inline)
- formatAsInlineTags - Static variable in class org.jsoup.parser.Tag
-
- formattingElements - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- FormattingVisitor() - Constructor for class org.jsoup.examples.HtmlToPlainText.FormattingVisitor
-
- formData() - Method in class org.jsoup.nodes.FormElement
-
Get the data that this form submits.
- FormElement - Class in org.jsoup.nodes
-
A HTML Form Element provides ready access to the form fields/controls that are associated with it.
- FormElement(Tag, String, Attributes) - Constructor for class org.jsoup.nodes.FormElement
-
Create a new, standalone form element.
- formElement - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- formList - Variable in class org.jsoup.parser.Tag
-
- formListedTags - Static variable in class org.jsoup.parser.Tag
-
- forms() - Method in class org.jsoup.nodes.Document
-
Get each of the <form>
elements contained in this document.
- forms() - Method in class org.jsoup.select.Elements
-
Get the
FormElement
forms from the selected elements, if any.
- formSubmit - Variable in class org.jsoup.parser.Tag
-
- formSubmitTags - Static variable in class org.jsoup.parser.Tag
-
- fosterInserts - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- fragmentParsing - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- framesetOk - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- framesetOk(boolean) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- framesetOk() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- fromJsoup(Document) - Method in class org.jsoup.helper.W3CDom
-
Convert a jsoup Document to a W3C Document.
- fromJsoup(Element) - Method in class org.jsoup.helper.W3CDom
-
Convert a jsoup DOM to a W3C Document.
- fullPoints - Static variable in class org.jsoup.nodes.EntitiesData
-
- generateImpliedEndTags(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
13.2.6.3 Closing elements that have implied end tags
When the steps below require the UA to generate implied end tags, then, while the current node is a dd element, a dt element, an li element, an optgroup element, an option element, a p element, an rb element, an rp element, an rt element, or an rtc element, the UA must pop the current node off the stack of open elements.
- generateImpliedEndTags() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- generateImpliedEndTags(boolean) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Pops elements off the stack according to the implied end tag rules
- get() - Method in interface org.jsoup.Connection
-
Execute the request as a GET, and parse the result.
- get() - Method in class org.jsoup.helper.HttpConnection
-
- get(String) - Method in class org.jsoup.nodes.Attributes
-
Get an attribute value by key.
- getActiveFormattingElement(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getAllElements() - Method in class org.jsoup.nodes.Element
-
Find all elements under this element (including self, and children of children).
- getBaseUri() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getByName(String) - Static method in class org.jsoup.nodes.Entities
-
Get the character(s) represented by the named entity
- getCharsetFromContentType(String) - Static method in class org.jsoup.helper.DataUtil
-
Parse out a charset from a content type header.
- getCursorPos() - Method in class org.jsoup.parser.ParseError
-
Get the formatted line:column cursor position where the error occurred.
- getData() - Method in class org.jsoup.nodes.Comment
-
Get the contents of the comment.
- getData() - Method in class org.jsoup.parser.Token.Character
-
- getData() - Method in class org.jsoup.parser.Token.Comment
-
- getDeepChild(Element) - Method in class org.jsoup.nodes.Node
-
- getDocument() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getElementById(String) - Method in class org.jsoup.nodes.Element
-
Find an element by ID, including or under this element.
- getElementsByAttribute(String) - Method in class org.jsoup.nodes.Element
-
Find elements that have a named attribute set.
- getElementsByAttributeStarting(String) - Method in class org.jsoup.nodes.Element
-
Find elements that have an attribute name starting with the supplied prefix.
- getElementsByAttributeValue(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that have an attribute with the specific value.
- getElementsByAttributeValueContaining(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that have attributes whose value contains the match string.
- getElementsByAttributeValueEnding(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that have attributes that end with the value suffix.
- getElementsByAttributeValueMatching(String, Pattern) - Method in class org.jsoup.nodes.Element
-
Find elements that have an attribute whose value matches the supplied regular expression.
- getElementsByAttributeValueMatching(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that have attributes whose values match the supplied regular expression.
- getElementsByAttributeValueNot(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that either do not have this attribute, or have it with a different value.
- getElementsByAttributeValueStarting(String, String) - Method in class org.jsoup.nodes.Element
-
Find elements that have attributes that start with the value prefix.
- getElementsByClass(String) - Method in class org.jsoup.nodes.Element
-
Find elements that have this class, including or under this element.
- getElementsByIndexEquals(int) - Method in class org.jsoup.nodes.Element
-
Find elements whose sibling index is equal to the supplied index.
- getElementsByIndexGreaterThan(int) - Method in class org.jsoup.nodes.Element
-
Find elements whose sibling index is greater than the supplied index.
- getElementsByIndexLessThan(int) - Method in class org.jsoup.nodes.Element
-
Find elements whose sibling index is less than the supplied index.
- getElementsByTag(String) - Method in class org.jsoup.nodes.Element
-
Finds elements, including and recursively under this element, with the specified tag name.
- getElementsContainingOwnText(String) - Method in class org.jsoup.nodes.Element
-
Find elements that directly contain the specified string.
- getElementsContainingText(String) - Method in class org.jsoup.nodes.Element
-
Find elements that contain the specified string.
- getElementsMatchingOwnText(Pattern) - Method in class org.jsoup.nodes.Element
-
Find elements whose own text matches the supplied regular expression.
- getElementsMatchingOwnText(String) - Method in class org.jsoup.nodes.Element
-
Find elements whose own text matches the supplied regular expression.
- getElementsMatchingText(Pattern) - Method in class org.jsoup.nodes.Element
-
Find elements whose text matches the supplied regular expression.
- getElementsMatchingText(String) - Method in class org.jsoup.nodes.Element
-
Find elements whose text matches the supplied regular expression.
- getEnforcedAttributes(String) - Method in class org.jsoup.safety.Safelist
-
- getErrorMessage() - Method in class org.jsoup.parser.ParseError
-
Retrieve the error message.
- getErrors() - Method in class org.jsoup.parser.Parser
-
Retrieve the parse errors, if any, from the last parse.
- getFormElement() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getFromStack(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getHeadElement() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getHeadersCaseInsensitive(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- getIgnoreCase(String) - Method in class org.jsoup.nodes.Attributes
-
Get an attribute's value by case-insensitive key
- getKey() - Method in class org.jsoup.nodes.Attribute
-
Get the attribute key.
- getMaxSize() - Method in class org.jsoup.parser.ParseErrorList
-
- getMimeType() - Method in exception org.jsoup.UnsupportedMimeTypeException
-
- getName() - Method in class org.jsoup.parser.Tag
-
Get this tag's name.
- getName() - Method in class org.jsoup.parser.Token.Doctype
-
- getPendingTableCharacters() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getPlainText(Element) - Method in class org.jsoup.examples.HtmlToPlainText
-
Format an Element to plain-text
- getPosition() - Method in class org.jsoup.parser.ParseError
-
Retrieves the offset of the error.
- getPseudoClass() - Method in class org.jsoup.select.Evaluator.CssNthEvaluator
-
- getPseudoClass() - Method in class org.jsoup.select.Evaluator.IsNthChild
-
- getPseudoClass() - Method in class org.jsoup.select.Evaluator.IsNthLastChild
-
- getPseudoClass() - Method in class org.jsoup.select.Evaluator.IsNthLastOfType
-
- getPseudoClass() - Method in class org.jsoup.select.Evaluator.IsNthOfType
-
- getPublicIdentifier() - Method in class org.jsoup.parser.Token.Doctype
-
- getPubSysKey() - Method in class org.jsoup.parser.Token.Doctype
-
- getStack() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- getState() - Method in class org.jsoup.parser.Tokeniser
-
- getStatusCode() - Method in exception org.jsoup.HttpStatusException
-
- getSystemIdentifier() - Method in class org.jsoup.parser.Token.Doctype
-
- getTreeBuilder() - Method in class org.jsoup.parser.Parser
-
Get the TreeBuilder currently in use.
- getUrl() - Method in exception org.jsoup.HttpStatusException
-
- getUrl() - Method in exception org.jsoup.UnsupportedMimeTypeException
-
- getUserData(String) - Method in class org.jsoup.nodes.Attributes
-
Get an arbitrary user data object by key.
- getValidKey(String, Document.OutputSettings.Syntax) - Static method in class org.jsoup.nodes.Attribute
-
- getValue() - Method in class org.jsoup.nodes.Attribute
-
Get the attribute value.
- getWholeData() - Method in class org.jsoup.nodes.DataNode
-
Get the data contents of this node.
- getWholeDeclaration() - Method in class org.jsoup.nodes.XmlDeclaration
-
Get the unencoded XML declaration.
- getWholeDeclaration(Appendable, Document.OutputSettings) - Method in class org.jsoup.nodes.XmlDeclaration
-
- getWholeText() - Method in class org.jsoup.nodes.TextNode
-
Get the (unencoded) text of this text node, including any newlines and spaces present in the original.
- GrowthFactor - Static variable in class org.jsoup.nodes.Attributes
-
- handleDataDoubleEscapeTag(Tokeniser, CharacterReader, TokeniserState, TokeniserState) - Static method in enum org.jsoup.parser.TokeniserState
-
- handleDataEndTag(Tokeniser, CharacterReader, TokeniserState) - Static method in enum org.jsoup.parser.TokeniserState
-
Handles RawtextEndTagName, ScriptDataEndTagName, and ScriptDataEscapedEndTagName.
- handleRawtext(Token.StartTag, HtmlTreeBuilder) - Static method in enum org.jsoup.parser.HtmlTreeBuilderState
-
- handleRcData(Token.StartTag, HtmlTreeBuilder) - Static method in enum org.jsoup.parser.HtmlTreeBuilderState
-
- has(String) - Method in class org.jsoup.nodes.DocumentType
-
- has() - Method in class org.jsoup.select.QueryParser
-
- Has(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.Has
-
- hasAttr(String) - Method in class org.jsoup.nodes.LeafNode
-
- hasAttr(String) - Method in class org.jsoup.nodes.Node
-
Test if this Node has an attribute.
- hasAttr(String) - Method in class org.jsoup.select.Elements
-
Checks if any of the matched elements have this attribute defined.
- hasAttribute(String) - Method in class org.jsoup.parser.Token.Tag
-
- hasAttributes() - Method in class org.jsoup.nodes.Element
-
- hasAttributes() - Method in class org.jsoup.nodes.LeafNode
-
- hasAttributes() - Method in class org.jsoup.nodes.Node
-
Check if this Node has an actual Attributes object.
- hasAttributes() - Method in class org.jsoup.parser.Token.Tag
-
- hasAttrName - Variable in class org.jsoup.parser.Token.Tag
-
- hasAttrValue - Variable in class org.jsoup.parser.Token.Tag
-
- hasBody - Variable in enum org.jsoup.Connection.Method
-
- hasBody() - Method in enum org.jsoup.Connection.Method
-
Check if this HTTP method has/needs a request body
- hasChildNodes() - Method in class org.jsoup.nodes.Element
-
Internal test to check if a nodelist object has been created.
- hasClass(String) - Method in class org.jsoup.nodes.Element
-
Tests if this element has a class.
- hasClass(String) - Method in class org.jsoup.select.Elements
-
Determine if any of the matched elements have this class name set in their class
attribute.
- hasCookie(String) - Method in interface org.jsoup.Connection.Base
-
Check if a cookie is present
- hasCookie(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- hasDeclaredValue() - Method in class org.jsoup.nodes.Attribute
-
Check if this Attribute has a value.
- hasDeclaredValueForKey(String) - Method in class org.jsoup.nodes.Attributes
-
Check if these attributes contain an attribute with a value for this key.
- hasDeclaredValueForKeyIgnoreCase(String) - Method in class org.jsoup.nodes.Attributes
-
Check if these attributes contain an attribute with a value for this key.
- hasEmptyAttrValue - Variable in class org.jsoup.parser.Token.Tag
-
- hashCode() - Method in class org.jsoup.nodes.Attribute
-
- hashCode() - Method in class org.jsoup.nodes.Attributes
-
Calculates the hashcode of these attributes, by iterating all attributes and summing their hashcodes.
- hashCode() - Method in class org.jsoup.nodes.Node
-
Provides a hashCode for this Node, based on its object identity.
- hashCode() - Method in class org.jsoup.nodes.Range
-
- hashCode() - Method in class org.jsoup.nodes.Range.Position
-
- hashCode() - Method in class org.jsoup.parser.Tag
-
- hashCode() - Method in class org.jsoup.safety.Safelist.TypedValue
-
- hasHeader(String) - Method in interface org.jsoup.Connection.Base
-
Check if a header is present
- hasHeader(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- hasHeaderWithValue(String, String) - Method in interface org.jsoup.Connection.Base
-
Check if a header is present, with the given value
- hasHeaderWithValue(String, String) - Method in class org.jsoup.helper.HttpConnection.Base
-
Test if the request has a header with this value (case insensitive).
- hasInputStream() - Method in interface org.jsoup.Connection.KeyVal
-
Does this keyval have an input stream?
- hasInputStream() - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- hasKey(String) - Method in class org.jsoup.nodes.Attributes
-
Tests if these attributes contain an attribute with this key.
- hasKeyIgnoreCase(String) - Method in class org.jsoup.nodes.Attributes
-
Tests if these attributes contain an attribute with this key.
- hasNext() - Method in class org.jsoup.nodes.Attributes.Dataset.DatasetIterator
-
- hasParent() - Method in class org.jsoup.nodes.Node
-
Checks if this node has a parent.
- hasSameValue(Object) - Method in class org.jsoup.nodes.Node
-
Check if this node has the same content as another node.
- hasText() - Method in class org.jsoup.nodes.Element
-
Checks if the current element or any of its child elements contain non-whitespace text.
- hasText() - Method in class org.jsoup.select.Elements
-
Test if any matched Element has any text content, that is not just whitespace.
- head(Node, int) - Method in class org.jsoup.examples.HtmlToPlainText.FormattingVisitor
-
- head(Node, int) - Method in class org.jsoup.helper.W3CDom.W3CBuilder
-
- head() - Method in class org.jsoup.nodes.Document
-
Get this document's head
element.
- head(Node, int) - Method in class org.jsoup.nodes.Node.OuterHtmlVisitor
-
- head(Node, int) - Method in class org.jsoup.safety.Cleaner.CleaningVisitor
-
- head(Node, int) - Method in class org.jsoup.select.Collector.FirstFinder
-
- head(Node, int) - Method in interface org.jsoup.select.NodeFilter
-
Callback for when a node is first visited.
- head(Node, int) - Method in interface org.jsoup.select.NodeVisitor
-
Callback for when a node is first visited.
- headElement - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- header(String) - Method in interface org.jsoup.Connection.Base
-
Get the value of a header.
- header(String, String) - Method in interface org.jsoup.Connection.Base
-
Set a header.
- header(String, String) - Method in interface org.jsoup.Connection
-
Set a request header.
- header(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- header(String, String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- header(String, String) - Method in class org.jsoup.helper.HttpConnection
-
- headers(String) - Method in interface org.jsoup.Connection.Base
-
Get the values of a header.
- headers() - Method in interface org.jsoup.Connection.Base
-
Retrieve all of the request/response header names and corresponding values as a map.
- headers(Map<String, String>) - Method in interface org.jsoup.Connection
-
Adds each of the supplied headers to the request.
- headers - Variable in class org.jsoup.helper.HttpConnection.Base
-
- headers(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- headers() - Method in class org.jsoup.helper.HttpConnection.Base
-
- headers(Map<String, String>) - Method in class org.jsoup.helper.HttpConnection
-
- Headings - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- html() - Method in class org.jsoup.nodes.Attribute
-
Get the HTML representation of this attribute; e.g.
- html(Appendable, Document.OutputSettings) - Method in class org.jsoup.nodes.Attribute
-
- html(String, String, Appendable, Document.OutputSettings) - Static method in class org.jsoup.nodes.Attribute
-
- html() - Method in class org.jsoup.nodes.Attributes
-
Get the HTML representation of these attributes.
- html(Appendable, Document.OutputSettings) - Method in class org.jsoup.nodes.Attributes
-
- html() - Method in class org.jsoup.nodes.Element
-
Retrieves the element's inner HTML.
- html(T) - Method in class org.jsoup.nodes.Element
-
- html(String) - Method in class org.jsoup.nodes.Element
-
Set this element's inner HTML.
- html(T) - Method in class org.jsoup.nodes.Node
-
Write this node and its children to the given Appendable
.
- html() - Method in class org.jsoup.select.Elements
-
Get the combined inner HTML of all matched elements.
- html(String) - Method in class org.jsoup.select.Elements
-
Set the inner HTML of each matched element.
- htmlDefault - Static variable in class org.jsoup.parser.ParseSettings
-
HTML default settings: both tag and attribute names are lower-cased during parsing.
- htmlEl() - Method in class org.jsoup.nodes.Document
-
Find the root HTML element, or create it if it doesn't exist.
- htmlKeyReplace - Static variable in class org.jsoup.nodes.Attribute
-
- htmlKeyValid - Static variable in class org.jsoup.nodes.Attribute
-
- htmlNoValidate(String, String, Appendable, Document.OutputSettings) - Static method in class org.jsoup.nodes.Attribute
-
- htmlParser() - Static method in class org.jsoup.parser.Parser
-
Create a new HTML parser.
- HtmlToPlainText - Class in org.jsoup.examples
-
HTML to plain-text.
- HtmlToPlainText() - Constructor for class org.jsoup.examples.HtmlToPlainText
-
- HtmlToPlainText.FormattingVisitor - Class in org.jsoup.examples
-
- HtmlTreeBuilder - Class in org.jsoup.parser
-
HTML Tree Builder; creates a DOM from Tokens.
- HtmlTreeBuilder() - Constructor for class org.jsoup.parser.HtmlTreeBuilder
-
- HtmlTreeBuilderState - Enum in org.jsoup.parser
-
The Tree Builder's current state.
- HtmlTreeBuilderState() - Constructor for enum org.jsoup.parser.HtmlTreeBuilderState
-
- HtmlTreeBuilderState.Constants - Class in org.jsoup.parser
-
- HTTP_TEMP_REDIR - Static variable in class org.jsoup.helper.HttpConnection
-
- HttpConnection - Class in org.jsoup.helper
-
- HttpConnection() - Constructor for class org.jsoup.helper.HttpConnection
-
Create a new, empty HttpConnection.
- HttpConnection(HttpConnection.Request) - Constructor for class org.jsoup.helper.HttpConnection
-
Create a new Request by deep-copying an existing Request.
- HttpConnection(HttpConnection.Request, HttpConnection.Response) - Constructor for class org.jsoup.helper.HttpConnection
-
Create a new Connection that just wraps the provided Request and Response
- HttpConnection.Base<T extends Connection.Base<T>> - Class in org.jsoup.helper
-
- HttpConnection.KeyVal - Class in org.jsoup.helper
-
- HttpConnection.Request - Class in org.jsoup.helper
-
- HttpConnection.Response - Class in org.jsoup.helper
-
- HttpStatusException - Exception in org.jsoup
-
Signals that a HTTP request resulted in a not OK HTTP response.
- HttpStatusException(String, int, String) - Constructor for exception org.jsoup.HttpStatusException
-
- id() - Method in class org.jsoup.nodes.Element
-
Get the id
attribute of this element.
- id(String) - Method in class org.jsoup.nodes.Element
-
Set the id
attribute of this element.
- Id(String) - Constructor for class org.jsoup.select.Evaluator.Id
-
- id - Variable in class org.jsoup.select.Evaluator.Id
-
- ignoreContentType(boolean) - Method in interface org.jsoup.Connection
-
Ignore the document's Content-Type when parsing the response.
- ignoreContentType() - Method in interface org.jsoup.Connection.Request
-
Get the current ignoreContentType configuration.
- ignoreContentType(boolean) - Method in interface org.jsoup.Connection.Request
-
Configures the request to ignore the Content-Type of the response.
- ignoreContentType(boolean) - Method in class org.jsoup.helper.HttpConnection
-
- ignoreContentType - Variable in class org.jsoup.helper.HttpConnection.Request
-
- ignoreContentType() - Method in class org.jsoup.helper.HttpConnection.Request
-
- ignoreContentType(boolean) - Method in class org.jsoup.helper.HttpConnection.Request
-
- ignoreHttpErrors(boolean) - Method in interface org.jsoup.Connection
-
Configures the connection to not throw exceptions when a HTTP error occurs.
- ignoreHttpErrors() - Method in interface org.jsoup.Connection.Request
-
Get the current ignoreHttpErrors configuration.
- ignoreHttpErrors(boolean) - Method in interface org.jsoup.Connection.Request
-
Configures the request to ignore HTTP errors in the response.
- ignoreHttpErrors(boolean) - Method in class org.jsoup.helper.HttpConnection
-
- ignoreHttpErrors - Variable in class org.jsoup.helper.HttpConnection.Request
-
- ignoreHttpErrors() - Method in class org.jsoup.helper.HttpConnection.Request
-
- ignoreHttpErrors(boolean) - Method in class org.jsoup.helper.HttpConnection.Request
-
- ImmediateParent(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.ImmediateParent
-
- ImmediatePreviousSibling(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.ImmediatePreviousSibling
-
- in(String, String...) - Static method in class org.jsoup.internal.StringUtil
-
- InBodyEndAdoptionFormatters - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyEndClosers - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyEndOtherErrors - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyEndTableFosters - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartApplets - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartDrop - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartInputAttribs - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartLiBreakers - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartMedia - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartPClosers - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InBodyStartToHead - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- inButtonScope(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- InCaptionIgnore - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InCellBody - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InCellCol - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InCellNames - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InCellTable - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- indent(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Node
-
- indentAmount - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- indentAmount() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get the current tag indent amount, used when pretty printing.
- indentAmount(int) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Set the indent amount for pretty printing
- index - Variable in class org.jsoup.select.Evaluator.IndexEvaluator
-
- IndexEquals(int) - Constructor for class org.jsoup.select.Evaluator.IndexEquals
-
- indexEquals() - Method in class org.jsoup.select.QueryParser
-
- IndexEvaluator(int) - Constructor for class org.jsoup.select.Evaluator.IndexEvaluator
-
- IndexGreaterThan(int) - Constructor for class org.jsoup.select.Evaluator.IndexGreaterThan
-
- indexGreaterThan() - Method in class org.jsoup.select.QueryParser
-
- indexInList(Element, List<E>) - Static method in class org.jsoup.nodes.Element
-
- IndexLessThan(int) - Constructor for class org.jsoup.select.Evaluator.IndexLessThan
-
- indexLessThan() - Method in class org.jsoup.select.QueryParser
-
- indexOfKey(String) - Method in class org.jsoup.nodes.Attributes
-
- indexOfKeyIgnoreCase(String) - Method in class org.jsoup.nodes.Attributes
-
- InHeadEmpty - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InHeadEnd - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InHeadNoScriptHead - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InHeadNoscriptIgnore - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InHeadRaw - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- INITIAL_CAPACITY - Static variable in class org.jsoup.parser.ParseErrorList
-
- InitialCapacity - Static variable in class org.jsoup.nodes.Attributes
-
- initialCapacity - Variable in class org.jsoup.parser.ParseErrorList
-
- initialiseParse(Reader, String, Parser) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- initialiseParse(Reader, String, Parser) - Method in class org.jsoup.parser.TreeBuilder
-
- initialiseParse(Reader, String, Parser) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- inlineTags - Static variable in class org.jsoup.parser.Tag
-
- inListItemScope(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- inputStream(InputStream) - Method in interface org.jsoup.Connection.KeyVal
-
Add or update an input stream to this keyVal
- inputStream() - Method in interface org.jsoup.Connection.KeyVal
-
Get the input stream associated with this keyval, if any
- inputStream(InputStream) - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- inputStream() - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- inputStreamRead - Variable in class org.jsoup.helper.HttpConnection.Response
-
- InRowIgnore - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InRowMissing - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- inScope(String[]) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- inScope(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- inScope(String, String[]) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- InSelectEnd - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- inSelectScope(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- InSelectTableEnd - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- insert(Token.StartTag) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insert(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insert(Element, Token) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insert(Token.Comment) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insert(Token.Character) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Inserts the provided character token into the current element.
- insert(Token.Character, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insert(Token.StartTag) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insert(Token.Comment) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insert(Token.Character) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insert(Token.Doctype) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insertChildren(int, Collection<? extends Node>) - Method in class org.jsoup.nodes.Element
-
Inserts the given child nodes into this element at the specified index.
- insertChildren(int, Node...) - Method in class org.jsoup.nodes.Element
-
Inserts the given child nodes into this element at the specified index.
- insertEmpty(Token.StartTag) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insertForm(Token.StartTag, boolean, boolean) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insertInFosterParent(Node) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insertMarkerToFormattingElements() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insertNode(Node, Token) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Inserts the provided character token into the provided element.
- insertNode(Node) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insertNode(Node, Token) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- insertOnStackAfter(Element, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- insertStartTag(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- inSorted(String, String[]) - Static method in class org.jsoup.internal.StringUtil
-
- inSpecificScope(String, String[], String[]) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- inSpecificScope(String[], String[], String[]) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- InTableAddBody - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableBodyEndIgnore - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableBodyExit - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableEndErr - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableEndIgnore - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableFoster - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- inTableScope(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- InTableToBody - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTableToHead - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTemplateToHead - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- InTemplateToTable - Static variable in class org.jsoup.parser.HtmlTreeBuilderState.Constants
-
- internalKey(String) - Static method in class org.jsoup.nodes.Attributes
-
- InternalPrefix - Static variable in class org.jsoup.nodes.Attributes
-
- interrupted - Variable in class org.jsoup.internal.ConstrainableInputStream
-
- ioException() - Method in exception org.jsoup.UncheckedIOException
-
- is(String) - Method in class org.jsoup.nodes.Element
-
Checks if this element matches the given
Selector
CSS query.
- is(Evaluator) - Method in class org.jsoup.nodes.Element
-
Check if this element matches the given evaluator.
- is(String) - Method in class org.jsoup.select.Elements
-
Test if any of the matched elements match the supplied query.
- isActuallyWhitespace(int) - Static method in class org.jsoup.internal.StringUtil
-
Tests if a code point is "whitespace" as defined by what it looks like.
- isAppropriateEndTagToken() - Method in class org.jsoup.parser.Tokeniser
-
- isAscii(String) - Static method in class org.jsoup.internal.StringUtil
-
Tests that a String contains only ASCII characters.
- isBaseNamedEntity(String) - Static method in class org.jsoup.nodes.Entities
-
Check if the input is a known named entity in the base entity set.
- isBlank(String) - Static method in class org.jsoup.internal.StringUtil
-
Tests if a string is blank: null, empty, or only whitespace (" ", \r\n, \t, etc)
- isBlank() - Method in class org.jsoup.nodes.TextNode
-
Test if this text node is blank -- that is, empty or only whitespace (including newlines).
- isBlock() - Method in class org.jsoup.nodes.Element
-
Test if this element is a block-level element.
- isBlock - Variable in class org.jsoup.parser.Tag
-
- isBlock() - Method in class org.jsoup.parser.Tag
-
Gets if this is a block tag.
- isBooleanAttribute(String) - Static method in class org.jsoup.nodes.Attribute
-
Checks if this attribute name is defined as a boolean attribute in HTML5
- isCData() - Method in class org.jsoup.parser.Token
-
- isCharacter() - Method in class org.jsoup.parser.Token
-
- isComment() - Method in class org.jsoup.parser.Token
-
- isContentForTagData(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isContentForTagData(String) - Method in class org.jsoup.parser.Parser
-
(An internal method, visible for Element.
- isContentForTagData(String) - Method in class org.jsoup.parser.TreeBuilder
-
(An internal method, visible for Element.
- isDataAttribute() - Method in class org.jsoup.nodes.Attribute
-
- isDataAttribute(String) - Static method in class org.jsoup.nodes.Attribute
-
- isDoctype() - Method in class org.jsoup.parser.Token
-
- isEffectivelyFirst() - Method in class org.jsoup.nodes.Node
-
Test if this node is the first child, or first following blank text.
- isEmitPending - Variable in class org.jsoup.parser.Tokeniser
-
- isEmpty() - Method in class org.jsoup.nodes.Attributes
-
Test if this Attributes list is empty (size==0).
- isEmpty() - Method in class org.jsoup.parser.CharacterReader
-
Tests if all the content has been read.
- isEmpty() - Method in class org.jsoup.parser.Tag
-
Get if this is an empty tag
- isEmpty() - Method in class org.jsoup.parser.TokenQueue
-
Is the queue empty?
- IsEmpty() - Constructor for class org.jsoup.select.Evaluator.IsEmpty
-
- isEmptyNoBufferUp() - Method in class org.jsoup.parser.CharacterReader
-
- isEndTag() - Method in class org.jsoup.parser.Token
-
- isEOF() - Method in class org.jsoup.parser.Token
-
- isFalse(boolean) - Static method in class org.jsoup.helper.Validate
-
Validates that the value is false
- isFalse(boolean, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the value is false
- IsFirstChild() - Constructor for class org.jsoup.select.Evaluator.IsFirstChild
-
- IsFirstOfType() - Constructor for class org.jsoup.select.Evaluator.IsFirstOfType
-
- isForceQuirks() - Method in class org.jsoup.parser.Token.Doctype
-
- isFormatAsBlock(Document.OutputSettings) - Method in class org.jsoup.nodes.Element
-
- isFormListed() - Method in class org.jsoup.parser.Tag
-
Get if this tag represents a control associated with a form.
- isFormSubmittable() - Method in class org.jsoup.parser.Tag
-
Get if this tag represents an element that should be submitted with a form.
- isFosterInserts() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isFragmentParsing() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isInActiveFormattingElements(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isInline() - Method in class org.jsoup.parser.Tag
-
Gets if this tag is an inline tag.
- isInlineable(Document.OutputSettings) - Method in class org.jsoup.nodes.Element
-
- isInternalKey(String) - Method in class org.jsoup.nodes.Attributes
-
- isInvisibleChar(int) - Static method in class org.jsoup.internal.StringUtil
-
- isKnownTag() - Method in class org.jsoup.parser.Tag
-
Get if this is a pre-defined tag, or was auto created on parsing.
- isKnownTag(String) - Static method in class org.jsoup.parser.Tag
-
Check if this tagname is a known tag.
- IsLastChild() - Constructor for class org.jsoup.select.Evaluator.IsLastChild
-
- IsLastOfType() - Constructor for class org.jsoup.select.Evaluator.IsLastOfType
-
- isNamedEntity(String) - Static method in class org.jsoup.nodes.Entities
-
Check if the input is a known named entity
- isNode(Node, String) - Static method in class org.jsoup.nodes.Node
-
Test if this node is not null and has the supplied normal name.
- isNode(String) - Method in class org.jsoup.nodes.Node
-
Test if this node has the supplied normal name.
- IsNthChild(int, int) - Constructor for class org.jsoup.select.Evaluator.IsNthChild
-
- IsNthLastChild(int, int) - Constructor for class org.jsoup.select.Evaluator.IsNthLastChild
-
- IsNthLastOfType(int, int) - Constructor for class org.jsoup.select.Evaluator.IsNthLastOfType
-
- IsNthOfType(int, int) - Constructor for class org.jsoup.select.Evaluator.IsNthOfType
-
- isNumeric(String) - Static method in class org.jsoup.internal.StringUtil
-
Tests if a string is numeric, i.e.
- ISO_8859_1 - Static variable in class org.jsoup.helper.HttpConnection
-
- IsOnlyChild() - Constructor for class org.jsoup.select.Evaluator.IsOnlyChild
-
- IsOnlyOfType() - Constructor for class org.jsoup.select.Evaluator.IsOnlyOfType
-
- isProcessingInstruction - Variable in class org.jsoup.nodes.XmlDeclaration
-
- IsRoot() - Constructor for class org.jsoup.select.Evaluator.IsRoot
-
- isSafeAttribute(String, Element, Attribute) - Method in class org.jsoup.safety.Safelist
-
Test if the supplied attribute is allowed by this safelist for this tag
- isSafeTag(String) - Method in class org.jsoup.safety.Safelist
-
Test if the supplied tag is allowed by this safelist
- isSameFormattingElement(Element, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isSelfClosing() - Method in class org.jsoup.parser.Tag
-
Get if this tag is self closing.
- isSelfClosing() - Method in class org.jsoup.parser.Token.Tag
-
- isSpecial(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- isStartTag() - Method in class org.jsoup.parser.Token
-
- isTracked() - Method in class org.jsoup.nodes.Range
-
Test if this source range was tracked during parsing.
- isTracked() - Method in class org.jsoup.nodes.Range.Position
-
Test if this position was tracked during parsing.
- isTrackErrors() - Method in class org.jsoup.parser.Parser
-
Check if parse error tracking is enabled.
- isTrackNewlines() - Method in class org.jsoup.parser.CharacterReader
-
Check if the tracking of newlines is enabled.
- isTrackPosition() - Method in class org.jsoup.parser.Parser
-
Test if position tracking is enabled.
- isTrue(boolean) - Static method in class org.jsoup.helper.Validate
-
Validates that the value is true
- isTrue(boolean, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the value is true
- isValid(String, Safelist) - Static method in class org.jsoup.Jsoup
-
Test if the input body HTML has only tags and attributes allowed by the Safelist.
- isValid(Document) - Method in class org.jsoup.safety.Cleaner
-
Determines if the input document's body is valid, against the safelist.
- isValidAnchor(String) - Method in class org.jsoup.safety.Safelist
-
- isValidBodyHtml(String) - Method in class org.jsoup.safety.Cleaner
-
Determines if the input document's body HTML is valid, against the safelist.
- isWhitespace(int) - Static method in class org.jsoup.internal.StringUtil
-
Tests if a code point is "whitespace" as defined in the HTML spec.
- isWhitespace(Token) - Static method in enum org.jsoup.parser.HtmlTreeBuilderState
-
- isXmlDeclaration() - Method in class org.jsoup.nodes.Comment
-
Check if this comment looks like an XML Declaration.
- isXmlDeclarationData(String) - Static method in class org.jsoup.nodes.Comment
-
- iterator() - Method in class org.jsoup.nodes.Attributes.Dataset.EntrySet
-
- iterator() - Method in class org.jsoup.nodes.Attributes
-
- main(String...) - Static method in class org.jsoup.examples.HtmlToPlainText
-
- main(String[]) - Static method in class org.jsoup.examples.ListLinks
-
- main(String[]) - Static method in class org.jsoup.examples.Wikipedia
-
- mark() - Method in class org.jsoup.parser.CharacterReader
-
- markInsertionMode() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- markupStartPos - Variable in class org.jsoup.parser.Tokeniser
-
- match - Variable in class org.jsoup.select.Collector.FirstFinder
-
- matchChomp(String) - Method in class org.jsoup.parser.TokenQueue
-
Tests if the queue matches the sequence (as with match), and if they do, removes the matched string from the
queue.
- matchConsume(String) - Method in class org.jsoup.parser.CharacterReader
-
- matchConsumeIgnoreCase(String) - Method in class org.jsoup.parser.CharacterReader
-
- matches(char) - Method in class org.jsoup.parser.CharacterReader
-
- matches(String) - Method in class org.jsoup.parser.CharacterReader
-
- matches(String) - Method in class org.jsoup.parser.TokenQueue
-
Tests if the next characters on the queue match the sequence.
- matches(Element, Element) - Method in class org.jsoup.select.CombiningEvaluator.And
-
- matches(Element, Element) - Method in class org.jsoup.select.CombiningEvaluator.Or
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AllElements
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.Attribute
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeStarting
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValue
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValueContaining
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValueEnding
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValueMatching
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValueNot
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.AttributeWithValueStarting
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.Class
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.ContainsData
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.ContainsOwnText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.ContainsText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.ContainsWholeOwnText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.ContainsWholeText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.CssNthEvaluator
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.Id
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IndexEquals
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IndexGreaterThan
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IndexLessThan
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsEmpty
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsFirstChild
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsLastChild
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsOnlyChild
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsOnlyOfType
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.IsRoot
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator
-
Test if the element meets the evaluator's requirements.
- Matches(Pattern) - Constructor for class org.jsoup.select.Evaluator.Matches
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.Matches
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.MatchesOwn
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.MatchesWholeOwnText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.MatchesWholeText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.MatchText
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.Tag
-
- matches(Element, Element) - Method in class org.jsoup.select.Evaluator.TagEndsWith
-
- matches(boolean) - Method in class org.jsoup.select.QueryParser
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.Has
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.ImmediateParent
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.ImmediatePreviousSibling
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.Not
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.Parent
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.PreviousSibling
-
- matches(Element, Element) - Method in class org.jsoup.select.StructuralEvaluator.Root
-
- matchesAny(char...) - Method in class org.jsoup.parser.CharacterReader
-
- matchesAny(String...) - Method in class org.jsoup.parser.TokenQueue
-
Tests if the next characters match any of the sequences.
- matchesAny(char...) - Method in class org.jsoup.parser.TokenQueue
-
- matchesAnySorted(char[]) - Method in class org.jsoup.parser.CharacterReader
-
- matchesAsciiAlpha() - Method in class org.jsoup.parser.CharacterReader
-
Checks if the current pos matches an ascii alpha (A-Z a-z) per https://infra.spec.whatwg.org/#ascii-alpha
- matchesCssIdentifier(String...) - Method in class org.jsoup.parser.TokenQueue
-
- matchesDigit() - Method in class org.jsoup.parser.CharacterReader
-
- matchesIgnoreCase(String) - Method in class org.jsoup.parser.CharacterReader
-
- matchesLetter() - Method in class org.jsoup.parser.CharacterReader
-
- MatchesOwn(Pattern) - Constructor for class org.jsoup.select.Evaluator.MatchesOwn
-
- matchesWhitespace() - Method in class org.jsoup.parser.TokenQueue
-
Tests if queue starts with a whitespace character.
- MatchesWholeOwnText(Pattern) - Constructor for class org.jsoup.select.Evaluator.MatchesWholeOwnText
-
- MatchesWholeText(Pattern) - Constructor for class org.jsoup.select.Evaluator.MatchesWholeText
-
- matchesWholeText(boolean) - Method in class org.jsoup.select.QueryParser
-
- matchesWord() - Method in class org.jsoup.parser.TokenQueue
-
Test if the queue matches a word character (letter or digit).
- MatchText() - Constructor for class org.jsoup.select.Evaluator.MatchText
-
- MAX_REDIRECTS - Static variable in class org.jsoup.helper.HttpConnection.Response
-
- MaxAttributes - Static variable in class org.jsoup.parser.Token.Tag
-
- maxBodySize(int) - Method in interface org.jsoup.Connection
-
Set the maximum bytes to read from the (uncompressed) connection into the body, before the connection is closed,
and the input truncated (i.e.
- maxBodySize() - Method in interface org.jsoup.Connection.Request
-
Get the maximum body size, in bytes.
- maxBodySize(int) - Method in interface org.jsoup.Connection.Request
-
Update the maximum body size, in bytes.
- maxBodySize(int) - Method in class org.jsoup.helper.HttpConnection
-
- maxBodySize() - Method in class org.jsoup.helper.HttpConnection.Request
-
- maxBodySize(int) - Method in class org.jsoup.helper.HttpConnection.Request
-
- maxBodySizeBytes - Variable in class org.jsoup.helper.HttpConnection.Request
-
- maxBufferLen - Static variable in class org.jsoup.parser.CharacterReader
-
- MaxCachedBuilderSize - Static variable in class org.jsoup.internal.StringUtil
-
- MaxIdleBuilders - Static variable in class org.jsoup.internal.StringUtil
-
- maxPaddingWidth - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- maxPaddingWidth() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get the current max padding amount, used when pretty printing
so very deeply nested nodes don't get insane padding amounts.
- maxPaddingWidth(int) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Set the max padding amount for pretty printing so very deeply nested nodes don't get insane padding amounts.
- maxQueueDepth - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- maxQueueDepth - Static variable in class org.jsoup.parser.XmlTreeBuilder
-
- MaxScopeSearchDepth - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- maxSize - Variable in class org.jsoup.internal.ConstrainableInputStream
-
- maxSize - Variable in class org.jsoup.parser.ParseErrorList
-
- maxStringCacheLen - Static variable in class org.jsoup.parser.CharacterReader
-
- maxUsedFormattingElements - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- maxWidth - Static variable in class org.jsoup.examples.HtmlToPlainText.FormattingVisitor
-
- maybeSetBaseUri(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- method() - Method in interface org.jsoup.Connection.Base
-
Get the request method, which defaults to GET
- method(Connection.Method) - Method in interface org.jsoup.Connection.Base
-
Set the request method
- method(Connection.Method) - Method in interface org.jsoup.Connection
-
Set the request method to use, GET or POST.
- Method(boolean) - Constructor for enum org.jsoup.Connection.Method
-
- method - Variable in class org.jsoup.helper.HttpConnection.Base
-
- method() - Method in class org.jsoup.helper.HttpConnection.Base
-
- method(Connection.Method) - Method in class org.jsoup.helper.HttpConnection.Base
-
- method(Connection.Method) - Method in class org.jsoup.helper.HttpConnection
-
- methodMap(String) - Static method in class org.jsoup.helper.W3CDom
-
- mimeBoundary() - Static method in class org.jsoup.helper.DataUtil
-
Creates a random string, suitable for use as a mime boundary
- mimeBoundaryChars - Static variable in class org.jsoup.helper.DataUtil
-
- mimeType - Variable in exception org.jsoup.UnsupportedMimeTypeException
-
- minReadAheadLen - Static variable in class org.jsoup.parser.CharacterReader
-
- multiHeaders() - Method in interface org.jsoup.Connection.Base
-
Retreive all of the headers, keyed by the header name, and with a list of values per header.
- multiHeaders() - Method in class org.jsoup.helper.HttpConnection.Base
-
- MULTIPART_FORM_DATA - Static variable in class org.jsoup.helper.HttpConnection
-
- multipointHolder - Variable in class org.jsoup.parser.Tokeniser
-
- multipoints - Static variable in class org.jsoup.nodes.Entities
-
- NAME - Static variable in class org.jsoup.nodes.DocumentType
-
- name() - Method in class org.jsoup.nodes.DocumentType
-
Get this doctype's name (when set, or empty string)
- name() - Method in class org.jsoup.nodes.XmlDeclaration
-
Get the name of this declaration.
- name - Variable in class org.jsoup.parser.Token.Doctype
-
- name() - Method in class org.jsoup.parser.Token.Tag
-
Preserves case
- name(String) - Method in class org.jsoup.parser.Token.Tag
-
- nameAttr(String, Attributes) - Method in class org.jsoup.parser.Token.StartTag
-
- nameForCodepoint(int) - Method in enum org.jsoup.nodes.Entities.EscapeMode
-
- nameKeys - Variable in enum org.jsoup.nodes.Entities.EscapeMode
-
- namespaceAware - Variable in class org.jsoup.helper.W3CDom
-
- namespaceAware() - Method in class org.jsoup.helper.W3CDom
-
Returns if this W3C DOM is namespace aware.
- namespaceAware(boolean) - Method in class org.jsoup.helper.W3CDom
-
Update the namespace aware setting.
- namespaceAware - Variable in class org.jsoup.helper.W3CDom.W3CBuilder
-
- namespacesStack - Variable in class org.jsoup.helper.W3CDom.W3CBuilder
-
- nameVals - Variable in enum org.jsoup.nodes.Entities.EscapeMode
-
- needsMultipart(Connection.Request) - Static method in class org.jsoup.helper.HttpConnection
-
- newAttribute() - Method in class org.jsoup.parser.Token.Tag
-
- newInstance() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- newInstance() - Method in class org.jsoup.parser.Parser
-
Creates a new Parser as a deep copy of this; including initializing a new TreeBuilder.
- newInstance() - Method in class org.jsoup.parser.TreeBuilder
-
Create a new copy of this TreeBuilder
- newInstance() - Method in class org.jsoup.parser.XmlTreeBuilder
-
- newlinePositions - Variable in class org.jsoup.parser.CharacterReader
-
- newRequest() - Method in interface org.jsoup.Connection
-
Creates a new request, using this Connection as the session-state and to initialize the connection settings (which may then be independently on the returned Connection.Request object).
- newRequest() - Method in class org.jsoup.helper.HttpConnection
-
- newSession() - Static method in class org.jsoup.Jsoup
-
- next() - Method in class org.jsoup.nodes.Attributes.Dataset.DatasetIterator
-
- next() - Method in class org.jsoup.select.Elements
-
Get the immediate next element sibling of each element in this list.
- next(String) - Method in class org.jsoup.select.Elements
-
Get the immediate next element sibling of each element in this list, filtered by the query.
- nextAll() - Method in class org.jsoup.select.Elements
-
Get each of the following element siblings of each element in this list.
- nextAll(String) - Method in class org.jsoup.select.Elements
-
Get each of the following element siblings of each element in this list, that match the query.
- nextElementSibling() - Method in class org.jsoup.nodes.Element
-
Gets the next sibling element of this element.
- nextElementSiblings() - Method in class org.jsoup.nodes.Element
-
Get each of the sibling elements that come after this element.
- nextElementSiblings(boolean) - Method in class org.jsoup.nodes.Element
-
- nextIndexOf(char) - Method in class org.jsoup.parser.CharacterReader
-
Returns the number of characters between the current position and the next instance of the input char
- nextIndexOf(CharSequence) - Method in class org.jsoup.parser.CharacterReader
-
Returns the number of characters between the current position and the next instance of the input sequence
- nextSibling() - Method in class org.jsoup.nodes.Node
-
Get this node's next sibling.
- Node - Class in org.jsoup.nodes
-
The base, abstract Node model.
- Node() - Constructor for class org.jsoup.nodes.Node
-
Default constructor.
- Node.OuterHtmlVisitor - Class in org.jsoup.nodes
-
- NodeFilter - Interface in org.jsoup.select
-
Node filter interface.
- NodeFilter.FilterResult - Enum in org.jsoup.select
-
Filter decision.
- NodeList(Element, int) - Constructor for class org.jsoup.nodes.Element.NodeList
-
- nodelistChanged() - Method in class org.jsoup.nodes.Element
-
Clears the cached shadow child elements.
- nodelistChanged() - Method in class org.jsoup.nodes.Node
-
- nodeName() - Method in class org.jsoup.nodes.CDataNode
-
- nodeName() - Method in class org.jsoup.nodes.Comment
-
- nodeName() - Method in class org.jsoup.nodes.DataNode
-
- nodeName() - Method in class org.jsoup.nodes.Document
-
- nodeName() - Method in class org.jsoup.nodes.DocumentType
-
- nodeName() - Method in class org.jsoup.nodes.Element
-
- nodeName() - Method in class org.jsoup.nodes.Node
-
Get the node name of this node.
- nodeName() - Method in class org.jsoup.nodes.TextNode
-
- nodeName() - Method in class org.jsoup.nodes.XmlDeclaration
-
- NodeTraversor - Class in org.jsoup.select
-
Depth-first node traversor.
- NodeTraversor() - Constructor for class org.jsoup.select.NodeTraversor
-
- NodeUtils - Class in org.jsoup.nodes
-
Internal helpers for Nodes, to keep the actual node APIs relatively clean.
- NodeUtils() - Constructor for class org.jsoup.nodes.NodeUtils
-
- NodeVisitor - Interface in org.jsoup.select
-
Node visitor interface.
- none() - Static method in class org.jsoup.safety.Safelist
-
This safelist allows only text nodes: any HTML Element or any Node other than a TextNode will be removed.
- NonnullByDefault - Annotation Type in org.jsoup.internal
-
- noNullElements(Object[]) - Static method in class org.jsoup.helper.Validate
-
Validates that the array contains no null elements
- noNullElements(Object[], String) - Static method in class org.jsoup.helper.Validate
-
Validates that the array contains no null elements
- normalise() - Method in class org.jsoup.nodes.Document
-
- normaliseStructure(String, Element) - Method in class org.jsoup.nodes.Document
-
- normaliseTextNodes(Element) - Method in class org.jsoup.nodes.Document
-
- normaliseWhitespace(String) - Static method in class org.jsoup.internal.StringUtil
-
Normalise the whitespace within this string; multiple spaces collapse to a single, and all whitespace characters
(e.g.
- normaliseWhitespace(String) - Static method in class org.jsoup.nodes.TextNode
-
- normalize(String) - Static method in class org.jsoup.internal.Normalizer
-
Lower-cases and trims the input string.
- normalize(String, boolean) - Static method in class org.jsoup.internal.Normalizer
-
If a string literal, just lower case the string; otherwise lower-case and trim.
- normalize() - Method in class org.jsoup.nodes.Attributes
-
Internal method.
- normalizeAttribute(String) - Method in class org.jsoup.parser.ParseSettings
-
Normalizes an attribute according to the case preservation setting.
- normalizeAttributes(Attributes) - Method in class org.jsoup.parser.ParseSettings
-
- Normalizer - Class in org.jsoup.internal
-
Util methods for normalizing strings.
- Normalizer() - Constructor for class org.jsoup.internal.Normalizer
-
- normalizeTag(String) - Method in class org.jsoup.parser.ParseSettings
-
Normalizes a tag name according to the case preservation setting.
- normalName() - Method in class org.jsoup.nodes.Element
-
Get the normalized name of this Element's tag.
- normalName() - Method in class org.jsoup.nodes.Node
-
Get the normalized name of this node.
- normalName(String) - Static method in class org.jsoup.parser.ParseSettings
-
Returns the normal name that a Tag will have (trimmed and lower-cased)
- normalName - Variable in class org.jsoup.parser.Tag
-
- normalName() - Method in class org.jsoup.parser.Tag
-
Get this tag's normalized (lowercased) name.
- normalName - Variable in class org.jsoup.parser.Token.Tag
-
- normalName() - Method in class org.jsoup.parser.Token.Tag
-
Lower case
- not(String) - Method in class org.jsoup.select.Elements
-
Remove elements from this list that match the
Selector
query.
- not() - Method in class org.jsoup.select.QueryParser
-
- Not(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.Not
-
- notCharRefCharsSorted - Static variable in class org.jsoup.parser.Tokeniser
-
- notEmpty(String) - Static method in class org.jsoup.helper.Validate
-
Validates that the string is not null and is not empty
- notEmpty(String, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the string is not null and is not empty
- notEmptyParam(String, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the string parameter is not null and is not empty
- NotFound - Static variable in class org.jsoup.nodes.Attributes
-
- notNull(Object) - Static method in class org.jsoup.helper.Validate
-
Validates that the object is not null
- notNull(Object, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the object is not null
- notNullParam(Object, String) - Static method in class org.jsoup.helper.Validate
-
Validates that the parameter is not null
- noTracking() - Static method in class org.jsoup.parser.ParseErrorList
-
- NTH_AB - Static variable in class org.jsoup.select.QueryParser
-
- NTH_B - Static variable in class org.jsoup.select.QueryParser
-
- nullChar - Static variable in enum org.jsoup.parser.TokeniserState
-
- nullString - Static variable in enum org.jsoup.parser.HtmlTreeBuilderState
-
- num - Variable in class org.jsoup.select.CombiningEvaluator
-
- numAttribsDiscarded - Variable in class org.jsoup.safety.Cleaner.ElementMeta
-
- numDiscarded - Variable in class org.jsoup.safety.Cleaner.CleaningVisitor
-
- numRedirects - Variable in class org.jsoup.helper.HttpConnection.Response
-
- of(Node, boolean) - Static method in class org.jsoup.nodes.Range
-
Retrieves the source range for a given Node.
- offset - Variable in class org.jsoup.helper.DataUtil.BomCharset
-
- onContentsChanged() - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- onContentsChanged() - Method in class org.jsoup.nodes.Element.NodeList
-
- onNodeClosed(Node, Token) - Method in class org.jsoup.parser.TreeBuilder
-
Called by implementing TreeBuilders when a node is explicitly closed.
- onNodeInserted(Node, Token) - Method in class org.jsoup.parser.TreeBuilder
-
Called by implementing TreeBuilders when a node has been inserted.
- onStack(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- onStack(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- onStack(ArrayList<Element>, Element) - Static method in class org.jsoup.parser.HtmlTreeBuilder
-
- onStackNot(String[]) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Tests if there is some element on the stack that is not in the provided set.
- Or(Collection<Evaluator>) - Constructor for class org.jsoup.select.CombiningEvaluator.Or
-
Create a new Or evaluator.
- Or(Evaluator...) - Constructor for class org.jsoup.select.CombiningEvaluator.Or
-
- Or() - Constructor for class org.jsoup.select.CombiningEvaluator.Or
-
- org.jsoup - package org.jsoup
-
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
- org.jsoup.examples - package org.jsoup.examples
-
Contains example programs and use of jsoup.
- org.jsoup.helper - package org.jsoup.helper
-
Package containing classes supporting the core jsoup code.
- org.jsoup.internal - package org.jsoup.internal
-
Util methods used by Jsoup.
- org.jsoup.nodes - package org.jsoup.nodes
-
HTML document structure nodes.
- org.jsoup.parser - package org.jsoup.parser
-
Contains the HTML parser, tag specifications, and HTML tokeniser.
- org.jsoup.safety - package org.jsoup.safety
-
Contains the jsoup HTML cleaner, and safelist definitions.
- org.jsoup.select - package org.jsoup.select
-
Packages to support the CSS-style element selector.
- originalState - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- originalState() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- out - Variable in class org.jsoup.nodes.Node.OuterHtmlVisitor
-
- outerHtml() - Method in class org.jsoup.nodes.Document
-
- outerHtml() - Method in class org.jsoup.nodes.Node
-
Get the outer HTML of this node.
- outerHtml(Appendable) - Method in class org.jsoup.nodes.Node
-
- outerHtml() - Method in class org.jsoup.select.Elements
-
Get the combined outer HTML of all matched elements.
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.CDataNode
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Comment
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.DataNode
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.DocumentType
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Element
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Node
-
Get the outer HTML of this node.
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.PseudoTextElement
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.TextNode
-
- outerHtmlHead(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.XmlDeclaration
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.CDataNode
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Comment
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.DataNode
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.DocumentType
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Element
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.Node
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.PseudoTextElement
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.TextNode
-
- outerHtmlTail(Appendable, int, Document.OutputSettings) - Method in class org.jsoup.nodes.XmlDeclaration
-
- OuterHtmlVisitor(Appendable, Document.OutputSettings) - Constructor for class org.jsoup.nodes.Node.OuterHtmlVisitor
-
- outline - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- outline() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get if outline mode is enabled.
- outline(boolean) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Enable or disable HTML outline mode.
- OutputHtml() - Static method in class org.jsoup.helper.W3CDom
-
Canned default for HTML output.
- outputSettings - Variable in class org.jsoup.nodes.Document
-
- outputSettings() - Method in class org.jsoup.nodes.Document
-
Get the document's current output settings.
- outputSettings(Document.OutputSettings) - Method in class org.jsoup.nodes.Document
-
Set the document's output settings.
- OutputSettings() - Constructor for class org.jsoup.nodes.Document.OutputSettings
-
- outputSettings(Node) - Static method in class org.jsoup.nodes.NodeUtils
-
Get the output setting for this node, or if this node has no document (or parent), retrieve the default output
settings
- OutputXml() - Static method in class org.jsoup.helper.W3CDom
-
Canned default for XML output.
- owner - Variable in class org.jsoup.nodes.Element.NodeList
-
- ownerDocument() - Method in class org.jsoup.nodes.Node
-
Gets the Document associated with this Node.
- ownText() - Method in class org.jsoup.nodes.Element
-
Gets the (normalized) text owned by this element only; does not get the combined text of all children.
- ownText(StringBuilder) - Method in class org.jsoup.nodes.Element
-
- padding - Static variable in class org.jsoup.internal.StringUtil
-
- padding(int) - Static method in class org.jsoup.internal.StringUtil
-
Returns space padding (up to the default max of 30).
- padding(int, int) - Static method in class org.jsoup.internal.StringUtil
-
Returns space padding, up to a max of maxPaddingWidth.
- parent - Variable in class org.jsoup.nodes.Attribute
-
- parent() - Method in class org.jsoup.nodes.Element
-
- parent() - Method in class org.jsoup.nodes.Node
-
Gets this node's parent node.
- Parent(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.Parent
-
- parentNode - Variable in class org.jsoup.nodes.Node
-
- parentNode() - Method in class org.jsoup.nodes.Node
-
Gets this node's parent node.
- parents() - Method in class org.jsoup.nodes.Element
-
Get this element's parent and ancestors, up to the document root.
- parents() - Method in class org.jsoup.select.Elements
-
Get all of the parents and ancestor elements of the matched elements.
- parse() - Method in interface org.jsoup.Connection.Response
-
Read and parse the body of the response as a Document.
- parse() - Method in class org.jsoup.helper.HttpConnection.Response
-
- parse(String, String) - Static method in class org.jsoup.Jsoup
-
Parse HTML into a Document.
- parse(String, String, Parser) - Static method in class org.jsoup.Jsoup
-
Parse HTML into a Document, using the provided Parser.
- parse(String, Parser) - Static method in class org.jsoup.Jsoup
-
Parse HTML into a Document, using the provided Parser.
- parse(String) - Static method in class org.jsoup.Jsoup
-
Parse HTML into a Document.
- parse(File, String, String) - Static method in class org.jsoup.Jsoup
-
Parse the contents of a file as HTML.
- parse(File, String) - Static method in class org.jsoup.Jsoup
-
Parse the contents of a file as HTML.
- parse(File) - Static method in class org.jsoup.Jsoup
-
Parse the contents of a file as HTML.
- parse(File, String, String, Parser) - Static method in class org.jsoup.Jsoup
-
Parse the contents of a file as HTML.
- parse(InputStream, String, String) - Static method in class org.jsoup.Jsoup
-
Read an input stream, and parse it to a Document.
- parse(InputStream, String, String, Parser) - Static method in class org.jsoup.Jsoup
-
Read an input stream, and parse it to a Document.
- parse(URL, int) - Static method in class org.jsoup.Jsoup
-
Fetch a URL, and parse it as HTML.
- parse(String, String) - Static method in class org.jsoup.parser.Parser
-
Parse HTML into a Document.
- parse(Reader, String, Parser) - Method in class org.jsoup.parser.TreeBuilder
-
- parse(Reader, String) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- parse(String, String) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- parse(String) - Static method in class org.jsoup.select.QueryParser
-
Parse a CSS query into an Evaluator.
- parse() - Method in class org.jsoup.select.QueryParser
-
Parse the query
- parseBodyFragment(String, String) - Static method in class org.jsoup.Jsoup
-
Parse a fragment of HTML, with the assumption that it forms the body
of the HTML.
- parseBodyFragment(String) - Static method in class org.jsoup.Jsoup
-
Parse a fragment of HTML, with the assumption that it forms the body
of the HTML.
- parseBodyFragment(String, String) - Static method in class org.jsoup.parser.Parser
-
Parse a fragment of HTML into the body
of a Document.
- ParseError - Class in org.jsoup.parser
-
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
- ParseError(CharacterReader, String) - Constructor for class org.jsoup.parser.ParseError
-
- ParseError(CharacterReader, String, Object...) - Constructor for class org.jsoup.parser.ParseError
-
- ParseError(int, String) - Constructor for class org.jsoup.parser.ParseError
-
- ParseError(int, String, Object...) - Constructor for class org.jsoup.parser.ParseError
-
- ParseErrorList - Class in org.jsoup.parser
-
A container for ParseErrors.
- ParseErrorList(int, int) - Constructor for class org.jsoup.parser.ParseErrorList
-
- ParseErrorList(ParseErrorList) - Constructor for class org.jsoup.parser.ParseErrorList
-
Create a new ParseErrorList with the same settings, but no errors in the list
- parseFragment(String, Element, String, Parser) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- parseFragment(String, Element, String) - Static method in class org.jsoup.parser.Parser
-
Parse a fragment of HTML into a list of nodes.
- parseFragment(String, Element, String, ParseErrorList) - Static method in class org.jsoup.parser.Parser
-
Parse a fragment of HTML into a list of nodes.
- parseFragment(String, Element, String, Parser) - Method in class org.jsoup.parser.TreeBuilder
-
- parseFragment(String, String, Parser) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- parseFragment(String, Element, String, Parser) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- parseFragmentInput(String, Element, String) - Method in class org.jsoup.parser.Parser
-
- parseInput(String, String) - Method in class org.jsoup.parser.Parser
-
- parseInput(Reader, String) - Method in class org.jsoup.parser.Parser
-
- parseInputStream(InputStream, String, String, Parser) - Static method in class org.jsoup.helper.DataUtil
-
- parser(Parser) - Method in interface org.jsoup.Connection
-
Provide an alternate parser to use when parsing the response to a Document.
- parser(Parser) - Method in interface org.jsoup.Connection.Request
-
Specify the parser to use when parsing the document.
- parser() - Method in interface org.jsoup.Connection.Request
-
Get the current parser to use when parsing the document.
- parser(Parser) - Method in class org.jsoup.helper.HttpConnection
-
- parser - Variable in class org.jsoup.helper.HttpConnection.Request
-
- parser(Parser) - Method in class org.jsoup.helper.HttpConnection.Request
-
- parser() - Method in class org.jsoup.helper.HttpConnection.Request
-
- parser - Variable in class org.jsoup.nodes.Document
-
- parser() - Method in class org.jsoup.nodes.Document
-
Get the parser that was used to parse this document.
- parser(Parser) - Method in class org.jsoup.nodes.Document
-
Set the parser used to create this document.
- parser(Node) - Static method in class org.jsoup.nodes.NodeUtils
-
Get the parser that was used to make this node, or the default HTML parser if it has no parent.
- Parser - Class in org.jsoup.parser
-
- Parser(TreeBuilder) - Constructor for class org.jsoup.parser.Parser
-
Create a new Parser, using the specified TreeBuilder
- Parser(Parser) - Constructor for class org.jsoup.parser.Parser
-
- parser - Variable in class org.jsoup.parser.TreeBuilder
-
- parserDefined - Variable in class org.jsoup.helper.HttpConnection.Request
-
- ParseSettings - Class in org.jsoup.parser
-
Controls parser case settings, to optionally preserve tag and/or attribute name case.
- ParseSettings(boolean, boolean) - Constructor for class org.jsoup.parser.ParseSettings
-
Define parse settings.
- ParseSettings(ParseSettings) - Constructor for class org.jsoup.parser.ParseSettings
-
- parseXmlFragment(String, String) - Static method in class org.jsoup.parser.Parser
-
Parse a fragment of XML into a list of nodes.
- pattern - Variable in class org.jsoup.select.Evaluator.AttributeWithValueMatching
-
- pattern - Variable in class org.jsoup.select.Evaluator.Matches
-
- pattern - Variable in class org.jsoup.select.Evaluator.MatchesOwn
-
- pattern - Variable in class org.jsoup.select.Evaluator.MatchesWholeOwnText
-
- pattern - Variable in class org.jsoup.select.Evaluator.MatchesWholeText
-
- pendingTableCharacters - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- pop() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- popStackToBefore(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- popStackToClose(String) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- popStackToClose(String...) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- popStackToClose(Token.EndTag) - Method in class org.jsoup.parser.XmlTreeBuilder
-
If the stack contains an element with this tag's name, pop up the stack to remove the first occurrence.
- popTemplateMode() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- pos - Variable in class org.jsoup.nodes.Range.Position
-
- pos() - Method in class org.jsoup.nodes.Range.Position
-
Gets the position index (0-based) of the original input source that this Position was read at.
- pos() - Method in class org.jsoup.parser.CharacterReader
-
Gets the position currently read to in the content.
- pos - Variable in class org.jsoup.parser.ParseError
-
- pos - Variable in class org.jsoup.parser.TokenQueue
-
- Position(int, int, int) - Constructor for class org.jsoup.nodes.Range.Position
-
Create a new Position object.
- positionOfElement(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- post() - Method in interface org.jsoup.Connection
-
Execute the request as a POST, and parse the result.
- post() - Method in class org.jsoup.helper.HttpConnection
-
- postDataCharset(String) - Method in interface org.jsoup.Connection
-
Sets the default post data character set for x-www-form-urlencoded post data
- postDataCharset(String) - Method in interface org.jsoup.Connection.Request
-
Sets the post data character set for x-www-form-urlencoded post data
- postDataCharset() - Method in interface org.jsoup.Connection.Request
-
Gets the post data character set for x-www-form-urlencoded post data
- postDataCharset(String) - Method in class org.jsoup.helper.HttpConnection
-
- postDataCharset - Variable in class org.jsoup.helper.HttpConnection.Request
-
- postDataCharset(String) - Method in class org.jsoup.helper.HttpConnection.Request
-
- postDataCharset() - Method in class org.jsoup.helper.HttpConnection.Request
-
- prepareByteData() - Method in class org.jsoup.helper.HttpConnection.Response
-
- prepareEncoder() - Method in class org.jsoup.nodes.Document.OutputSettings
-
- prepend(String) - Method in class org.jsoup.nodes.Element
-
Add inner HTML into this element.
- prepend(String) - Method in class org.jsoup.select.Elements
-
Add the supplied HTML to the start of each matched element's inner HTML.
- prependChild(Node) - Method in class org.jsoup.nodes.Element
-
Add a node to the start of this element's children.
- prependChildren(Collection<? extends Node>) - Method in class org.jsoup.nodes.Element
-
Insert the given nodes to the start of this Element's children.
- prependElement(String) - Method in class org.jsoup.nodes.Element
-
Create a new element by tag name, and add it as the first child.
- prependText(String) - Method in class org.jsoup.nodes.Element
-
Create and prepend a new TextNode to this element.
- preserveAttributeCase - Variable in class org.jsoup.parser.ParseSettings
-
- preserveAttributeCase() - Method in class org.jsoup.parser.ParseSettings
-
Returns true if preserving attribute case.
- preserveCase - Static variable in class org.jsoup.parser.ParseSettings
-
Preserve both tag and attribute case.
- preserveRelativeLinks - Variable in class org.jsoup.safety.Safelist
-
- preserveRelativeLinks(boolean) - Method in class org.jsoup.safety.Safelist
-
Configure this Safelist to preserve relative links in an element's URL attribute, or convert them to absolute
links.
- preserveTagCase - Variable in class org.jsoup.parser.ParseSettings
-
- preserveTagCase() - Method in class org.jsoup.parser.ParseSettings
-
Returns true if preserving tag name case.
- preserveWhitespace(Node) - Static method in class org.jsoup.nodes.Element
-
- preserveWhitespace - Variable in class org.jsoup.parser.Tag
-
- preserveWhitespace() - Method in class org.jsoup.parser.Tag
-
Get if this tag should preserve whitespace within child text nodes.
- preserveWhitespaceTags - Static variable in class org.jsoup.parser.Tag
-
- prettyPrint - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- prettyPrint() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get if pretty printing is enabled.
- prettyPrint(boolean) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Enable or disable pretty printing.
- prev() - Method in class org.jsoup.select.Elements
-
Get the immediate previous element sibling of each element in this list.
- prev(String) - Method in class org.jsoup.select.Elements
-
Get the immediate previous element sibling of each element in this list, filtered by the query.
- prevAll() - Method in class org.jsoup.select.Elements
-
Get each of the previous element siblings of each element in this list.
- prevAll(String) - Method in class org.jsoup.select.Elements
-
Get each of the previous element siblings of each element in this list, that match the query.
- previousElementSibling() - Method in class org.jsoup.nodes.Element
-
Gets the previous element sibling of this element.
- previousElementSiblings() - Method in class org.jsoup.nodes.Element
-
Get each of the element siblings before this element.
- previousSibling() - Method in class org.jsoup.nodes.Node
-
Get this node's previous sibling.
- PreviousSibling(Evaluator) - Constructor for class org.jsoup.select.StructuralEvaluator.PreviousSibling
-
- print(String, Object...) - Static method in class org.jsoup.examples.ListLinks
-
- process(Token) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- process(Token, HtmlTreeBuilderState) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- process(Token, HtmlTreeBuilder) - Method in enum org.jsoup.parser.HtmlTreeBuilderState
-
- process(Token) - Method in class org.jsoup.parser.TreeBuilder
-
- process(Token) - Method in class org.jsoup.parser.XmlTreeBuilder
-
- processEndTag(String) - Method in class org.jsoup.parser.TreeBuilder
-
- processResponseHeaders(Map<String, List<String>>) - Method in class org.jsoup.helper.HttpConnection.Response
-
- processStartTag(String) - Method in class org.jsoup.parser.TreeBuilder
-
- processStartTag(String, Attributes) - Method in class org.jsoup.parser.TreeBuilder
-
- propertiesFromMap(Map<String, String>) - Static method in class org.jsoup.helper.W3CDom
-
- Protocol(String) - Constructor for class org.jsoup.safety.Safelist.Protocol
-
- protocols - Variable in class org.jsoup.safety.Safelist
-
- proxy(Proxy) - Method in interface org.jsoup.Connection
-
Set the proxy to use for this request.
- proxy(String, int) - Method in interface org.jsoup.Connection
-
Set the HTTP proxy to use for this request.
- proxy() - Method in interface org.jsoup.Connection.Request
-
Get the proxy used for this request.
- proxy(Proxy) - Method in interface org.jsoup.Connection.Request
-
Update the proxy for this request.
- proxy(String, int) - Method in interface org.jsoup.Connection.Request
-
Set the HTTP proxy to use for this request.
- proxy(Proxy) - Method in class org.jsoup.helper.HttpConnection
-
- proxy(String, int) - Method in class org.jsoup.helper.HttpConnection
-
- proxy - Variable in class org.jsoup.helper.HttpConnection.Request
-
- proxy() - Method in class org.jsoup.helper.HttpConnection.Request
-
- proxy(Proxy) - Method in class org.jsoup.helper.HttpConnection.Request
-
- proxy(String, int) - Method in class org.jsoup.helper.HttpConnection.Request
-
- PseudoTextElement - Class in org.jsoup.nodes
-
- PseudoTextElement(Tag, String, Attributes) - Constructor for class org.jsoup.nodes.PseudoTextElement
-
- PUB_SYS_KEY - Static variable in class org.jsoup.nodes.DocumentType
-
- PUBLIC_ID - Static variable in class org.jsoup.nodes.DocumentType
-
- PUBLIC_KEY - Static variable in class org.jsoup.nodes.DocumentType
-
- publicId() - Method in class org.jsoup.nodes.DocumentType
-
Get this doctype's Public ID (when set, or empty string)
- publicIdentifier - Variable in class org.jsoup.parser.Token.Doctype
-
- pubSysKey - Variable in class org.jsoup.parser.Token.Doctype
-
- push(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- pushActiveFormattingElements(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- pushTemplateMode(HtmlTreeBuilderState) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- pushWithBookmark(Element, int) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- put(String, String) - Method in class org.jsoup.nodes.Attributes.Dataset
-
- put(String, String) - Method in class org.jsoup.nodes.Attributes
-
Set a new attribute, or replace an existing one by key.
- put(String, boolean) - Method in class org.jsoup.nodes.Attributes
-
Set a new boolean attribute, remove attribute if value is false.
- put(Attribute) - Method in class org.jsoup.nodes.Attributes
-
Set a new attribute, or replace an existing one by key.
- putIgnoreCase(String, String) - Method in class org.jsoup.nodes.Attributes
-
- putUserData(String, Object) - Method in class org.jsoup.nodes.Attributes
-
Put an arbitrary user-data object by key.
- Range - Class in org.jsoup.nodes
-
A Range object tracks the character positions in the original input source where a Node starts or ends.
- Range(Range.Position, Range.Position) - Constructor for class org.jsoup.nodes.Range
-
Creates a new Range with start and end Positions.
- Range.Position - Class in org.jsoup.nodes
-
A Position object tracks the character position in the original input source where a Node starts or ends.
- rangeEquals(char[], int, int, String) - Static method in class org.jsoup.parser.CharacterReader
-
Check if the value of the provided range equals the string.
- rangeEquals(int, int, String) - Method in class org.jsoup.parser.CharacterReader
-
- RangeKey - Static variable in class org.jsoup.nodes.Range
-
- read(byte[], int, int) - Method in class org.jsoup.internal.ConstrainableInputStream
-
- read() - Method in class org.jsoup.parser.Tokeniser
-
- read(Tokeniser, CharacterReader) - Method in enum org.jsoup.parser.TokeniserState
-
- readAheadLimit - Static variable in class org.jsoup.parser.CharacterReader
-
- readCharRef(Tokeniser, TokeniserState) - Static method in enum org.jsoup.parser.TokeniserState
-
- readEndTag(Tokeniser, CharacterReader, TokeniserState, TokeniserState) - Static method in enum org.jsoup.parser.TokeniserState
-
- reader - Variable in class org.jsoup.parser.CharacterReader
-
- reader - Variable in class org.jsoup.parser.Tokeniser
-
- reader - Variable in class org.jsoup.parser.TreeBuilder
-
- readerPos - Variable in class org.jsoup.parser.CharacterReader
-
- readFully - Variable in class org.jsoup.parser.CharacterReader
-
- readFully() - Method in class org.jsoup.parser.CharacterReader
-
Tests if the buffer has been fully read.
- readRawData(Tokeniser, CharacterReader, TokeniserState, TokeniserState) - Static method in enum org.jsoup.parser.TokeniserState
-
- readToByteBuffer(InputStream, int) - Static method in class org.jsoup.helper.DataUtil
-
Read the input stream into a byte buffer.
- readToByteBuffer(int) - Method in class org.jsoup.internal.ConstrainableInputStream
-
Reads this inputstream to a ByteBuffer.
- reconstructFormattingElements() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- referrer(String) - Method in interface org.jsoup.Connection
-
Set the request referrer (aka "referer") header.
- referrer(String) - Method in class org.jsoup.helper.HttpConnection
-
- register(Tag) - Static method in class org.jsoup.parser.Tag
-
- reindexChildren(int) - Method in class org.jsoup.nodes.Node
-
- relaxed() - Static method in class org.jsoup.safety.Safelist
-
This safelist allows a full range of text and structural body HTML: a, b, blockquote, br, caption, cite,
code, col, colgroup, dd, div, dl, dt, em, h1, h2, h3, h4, h5, h6, i, img, li, ol, p, pre, q, small, span, strike, strong, sub,
sup, table, tbody, td, tfoot, th, thead, tr, u, ul
- releaseBuilder(StringBuilder) - Static method in class org.jsoup.internal.StringUtil
-
Release a borrowed builder.
- remainder() - Method in class org.jsoup.parser.TokenQueue
-
Consume and return whatever is left on the queue.
- remaining - Variable in class org.jsoup.internal.ConstrainableInputStream
-
- remainingLength() - Method in class org.jsoup.parser.TokenQueue
-
- remove(int) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- remove(Object) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- remove() - Method in class org.jsoup.nodes.Attributes.Dataset.DatasetIterator
-
- remove(int) - Method in class org.jsoup.nodes.Attributes
-
- remove(String) - Method in class org.jsoup.nodes.Attributes
-
Remove an attribute by key.
- remove() - Method in class org.jsoup.nodes.Node
-
Remove (delete) this node from the DOM tree.
- remove() - Method in class org.jsoup.select.Elements
-
Remove each matched element from the DOM.
- removeAll(Collection<?>) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- removeAttr(String) - Method in class org.jsoup.nodes.Element
-
- removeAttr(String) - Method in class org.jsoup.nodes.LeafNode
-
- removeAttr(String) - Method in class org.jsoup.nodes.Node
-
Remove an attribute from this node.
- removeAttr(String) - Method in class org.jsoup.select.Elements
-
Remove an attribute from every matched element.
- removeAttributes(String, String...) - Method in class org.jsoup.safety.Safelist
-
Remove a list of allowed attributes from a tag.
- removeChild(Node) - Method in class org.jsoup.nodes.FormElement
-
- removeChild(Node) - Method in class org.jsoup.nodes.Node
-
- removeClass(String) - Method in class org.jsoup.nodes.Element
-
Remove a class name from this element's class
attribute.
- removeClass(String) - Method in class org.jsoup.select.Elements
-
Remove the class name from every matched element's class
attribute, if present.
- removeCookie(String) - Method in interface org.jsoup.Connection.Base
-
Remove a cookie by name
- removeCookie(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- removeEnforcedAttribute(String, String) - Method in class org.jsoup.safety.Safelist
-
Remove a previously configured enforced attribute from a tag.
- removeFromActiveFormattingElements(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- removeFromStack(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- removeHeader(String) - Method in interface org.jsoup.Connection.Base
-
Remove headers by name.
- removeHeader(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- removeIgnoreCase(String) - Method in class org.jsoup.nodes.Attributes
-
Remove an attribute by key.
- removeLastFormattingElement() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- removeProtocols(String, String, String...) - Method in class org.jsoup.safety.Safelist
-
Remove allowed URL protocols for an element's URL attribute.
- removeRange(int, int) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- removeTags(String...) - Method in class org.jsoup.safety.Safelist
-
Remove a list of allowed elements from a safelist.
- reparentChild(Node) - Method in class org.jsoup.nodes.Node
-
- replaceActiveFormattingElement(Element, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- replaceChild(Node, Node) - Method in class org.jsoup.nodes.Node
-
- replaceInQueue(ArrayList<Element>, Element, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- replacementChar - Static variable in class org.jsoup.parser.Tokeniser
-
- replacementChar - Static variable in enum org.jsoup.parser.TokeniserState
-
- replacementStr - Static variable in enum org.jsoup.parser.TokeniserState
-
- replaceOnStack(Element, Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- replaceRightMostEvaluator(Evaluator) - Method in class org.jsoup.select.CombiningEvaluator
-
- replaceWith(Node) - Method in class org.jsoup.nodes.Node
-
Replace this node in the DOM with the supplied node.
- req - Variable in class org.jsoup.helper.HttpConnection
-
- req - Variable in class org.jsoup.helper.HttpConnection.Response
-
- request() - Method in interface org.jsoup.Connection
-
Get the request object associated with this connection
- request(Connection.Request) - Method in interface org.jsoup.Connection
-
Set the connection's request
- request() - Method in class org.jsoup.helper.HttpConnection
-
- request(Connection.Request) - Method in class org.jsoup.helper.HttpConnection
-
- Request() - Constructor for class org.jsoup.helper.HttpConnection.Request
-
- Request(HttpConnection.Request) - Constructor for class org.jsoup.helper.HttpConnection.Request
-
- requestBody(String) - Method in interface org.jsoup.Connection.Request
-
Set a POST (or PUT) request body.
- requestBody() - Method in interface org.jsoup.Connection.Request
-
Get the current request body.
- requestBody(String) - Method in interface org.jsoup.Connection
-
Set a POST (or PUT) request body.
- requestBody(String) - Method in class org.jsoup.helper.HttpConnection.Request
-
- requestBody() - Method in class org.jsoup.helper.HttpConnection.Request
-
- requestBody(String) - Method in class org.jsoup.helper.HttpConnection
-
- requestCookieSet(Connection.Request) - Static method in class org.jsoup.helper.CookieUtil
-
- res - Variable in class org.jsoup.helper.HttpConnection
-
- reset() - Method in class org.jsoup.internal.ConstrainableInputStream
-
- reset() - Method in class org.jsoup.parser.Token.Character
-
- reset() - Method in class org.jsoup.parser.Token.Comment
-
- reset() - Method in class org.jsoup.parser.Token.Doctype
-
- reset() - Method in class org.jsoup.parser.Token.EOF
-
- reset() - Method in class org.jsoup.parser.Token
-
Reset the data represent by this token, for reuse.
- reset(StringBuilder) - Static method in class org.jsoup.parser.Token
-
- reset() - Method in class org.jsoup.parser.Token.StartTag
-
- reset() - Method in class org.jsoup.parser.Token.Tag
-
- resetBody() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Places the body back onto the stack and moves to InBody, for cases in AfterBody / AfterAfterBody when more content comes
- resetInsertionMode() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
Reset the insertion mode, by searching up the stack for an appropriate insertion mode.
- resetPendingTableCharacters() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- resolve(URL, String) - Static method in class org.jsoup.internal.StringUtil
-
Create a new absolute URL, from a provided existing absolute URL and a relative URL component.
- resolve(String, String) - Static method in class org.jsoup.internal.StringUtil
-
Create a new absolute URL, from a provided existing absolute URL and a relative URL component.
- response() - Method in interface org.jsoup.Connection
-
Get the response, once the request has been executed.
- response(Connection.Response) - Method in interface org.jsoup.Connection
-
Set the connection's response
- response() - Method in class org.jsoup.helper.HttpConnection
-
- response(Connection.Response) - Method in class org.jsoup.helper.HttpConnection
-
- Response() - Constructor for class org.jsoup.helper.HttpConnection.Response
-
Internal only! Creates a dummy HttpConnection.Response, useful for testing.
- Response(HttpURLConnection, HttpConnection.Request, HttpConnection.Response) - Constructor for class org.jsoup.helper.HttpConnection.Response
-
- retainAll(Collection<?>) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- ReturnsAreNonnullByDefault - Annotation Type in org.jsoup.internal
-
- rewindToMark() - Method in class org.jsoup.parser.CharacterReader
-
- rightMostEvaluator() - Method in class org.jsoup.select.CombiningEvaluator
-
- root() - Method in class org.jsoup.nodes.Element
-
- root() - Method in class org.jsoup.nodes.Node
-
Get this node's root node; that is, its topmost ancestor.
- root - Variable in class org.jsoup.safety.Cleaner.CleaningVisitor
-
- Root() - Constructor for class org.jsoup.select.StructuralEvaluator.Root
-
- runParser() - Method in class org.jsoup.parser.TreeBuilder
-
- safeClose() - Method in class org.jsoup.helper.HttpConnection.Response
-
Call on completion of stream read, to close the body (or error) stream.
- safelist - Variable in class org.jsoup.safety.Cleaner
-
- Safelist - Class in org.jsoup.safety
-
Safe-lists define what HTML (elements and attributes) to allow through the cleaner.
- Safelist() - Constructor for class org.jsoup.safety.Safelist
-
Create a new, empty safelist.
- Safelist(Safelist) - Constructor for class org.jsoup.safety.Safelist
-
Deep copy an existing Safelist to a new Safelist.
- Safelist.AttributeKey - Class in org.jsoup.safety
-
- Safelist.AttributeValue - Class in org.jsoup.safety
-
- Safelist.Protocol - Class in org.jsoup.safety
-
- Safelist.TagName - Class in org.jsoup.safety
-
- Safelist.TypedValue - Class in org.jsoup.safety
-
- sb - Variable in class org.jsoup.internal.StringUtil.StringJoiner
-
- scanBufferForNewlines() - Method in class org.jsoup.parser.CharacterReader
-
Scans the buffer for newline position, and tracks their location in newlinePositions.
- scanHeaders(String) - Method in class org.jsoup.helper.HttpConnection.Base
-
- searchText - Variable in class org.jsoup.select.Evaluator.ContainsData
-
- searchText - Variable in class org.jsoup.select.Evaluator.ContainsOwnText
-
- searchText - Variable in class org.jsoup.select.Evaluator.ContainsText
-
- searchText - Variable in class org.jsoup.select.Evaluator.ContainsWholeOwnText
-
- searchText - Variable in class org.jsoup.select.Evaluator.ContainsWholeText
-
- searchUpForAttribute(Element, String) - Static method in class org.jsoup.nodes.Element
-
- seenTags - Variable in class org.jsoup.parser.TreeBuilder
-
- select(String) - Method in class org.jsoup.nodes.Element
-
Find elements that match the
Selector
CSS query, with this element as the starting context.
- select(Evaluator) - Method in class org.jsoup.nodes.Element
-
Find elements that match the supplied Evaluator.
- select(String) - Method in class org.jsoup.select.Elements
-
Find matching elements within this element list.
- select(String, Element) - Static method in class org.jsoup.select.Selector
-
Find elements matching selector.
- select(Evaluator, Element) - Static method in class org.jsoup.select.Selector
-
Find elements matching selector.
- select(String, Iterable<Element>) - Static method in class org.jsoup.select.Selector
-
Find elements matching selector.
- selectFirst(String) - Method in class org.jsoup.nodes.Element
-
Find the first Element that matches the
Selector
CSS query, with this element as the starting context.
- selectFirst(Evaluator) - Method in class org.jsoup.nodes.Element
-
Finds the first Element that matches the supplied Evaluator, with this element as the starting context, or
null
if none match.
- selectFirst(String, Element) - Static method in class org.jsoup.select.Selector
-
Find the first element that matches the query.
- Selector - Class in org.jsoup.select
-
CSS-like element selector, that finds elements matching a query.
- Selector() - Constructor for class org.jsoup.select.Selector
-
- Selector.SelectorParseException - Exception in org.jsoup.select
-
- SelectorParseException(String) - Constructor for exception org.jsoup.select.Selector.SelectorParseException
-
- SelectorParseException(String, Object...) - Constructor for exception org.jsoup.select.Selector.SelectorParseException
-
- selectXpath(String, Document) - Method in class org.jsoup.helper.W3CDom
-
Evaluate an XPath query against the supplied document, and return the results.
- selectXpath(String, Node) - Method in class org.jsoup.helper.W3CDom
-
Evaluate an XPath query against the supplied context node, and return the results.
- selectXpath(String) - Method in class org.jsoup.nodes.Element
-
Find Elements that match the supplied XPath expression.
- selectXpath(String, Class<T>) - Method in class org.jsoup.nodes.Element
-
Find Nodes that match the supplied XPath expression.
- selectXpath(String, Element, Class<T>) - Static method in class org.jsoup.nodes.NodeUtils
-
This impl works by compiling the input xpath expression, and then evaluating it against a W3C Document converted
from the original jsoup element.
- selfClosing - Variable in class org.jsoup.parser.Tag
-
- selfClosing - Variable in class org.jsoup.parser.Token.Tag
-
- Sep - Static variable in class org.jsoup.helper.CookieUtil
-
- separator - Variable in class org.jsoup.internal.StringUtil.StringJoiner
-
- serialiseRequestUrl(Connection.Request) - Static method in class org.jsoup.helper.HttpConnection.Response
-
- SerializationException - Exception in org.jsoup
-
A SerializationException is raised whenever serialization of a DOM element fails.
- SerializationException() - Constructor for exception org.jsoup.SerializationException
-
Creates and initializes a new serialization exception with no error message and cause.
- SerializationException(String) - Constructor for exception org.jsoup.SerializationException
-
Creates and initializes a new serialization exception with the given error message and no cause.
- SerializationException(Throwable) - Constructor for exception org.jsoup.SerializationException
-
Creates and initializes a new serialization exception with the specified cause and an error message of
(cause==null ? null : cause.toString())
(which typically contains the class and error message of
cause
).
- SerializationException(String, Throwable) - Constructor for exception org.jsoup.SerializationException
-
Creates and initializes a new serialization exception with the given error message and cause.
- set(int, E) - Method in class org.jsoup.helper.ChangeNotifyingArrayList
-
- setBaseUri(String) - Method in class org.jsoup.nodes.Node
-
Update the base URI of this node and all of its descendants.
- setData(String) - Method in class org.jsoup.nodes.Comment
-
- setEmptyAttributeValue() - Method in class org.jsoup.parser.Token.Tag
-
- setFormElement(FormElement) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- setFosterInserts(boolean) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- setHeadElement(Element) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- setKey(String) - Method in class org.jsoup.nodes.Attribute
-
Set the attribute key; case is preserved.
- setOutputContentType(Connection.Request) - Static method in class org.jsoup.helper.HttpConnection.Response
-
- setParentNode(Node) - Method in class org.jsoup.nodes.Node
-
- setPubSysKey(String) - Method in class org.jsoup.nodes.DocumentType
-
- setSelfClosing() - Method in class org.jsoup.parser.Tag
-
- setSiblingIndex(int) - Method in class org.jsoup.nodes.Node
-
- settings - Variable in class org.jsoup.parser.Parser
-
- settings(ParseSettings) - Method in class org.jsoup.parser.Parser
-
Update the ParseSettings of this Parser, to control the case sensitivity of tags and attributes.
- settings() - Method in class org.jsoup.parser.Parser
-
Gets the current ParseSettings for this Parser
- settings - Variable in class org.jsoup.parser.TreeBuilder
-
- setTrackErrors(int) - Method in class org.jsoup.parser.Parser
-
Enable or disable parse error tracking for the next parse.
- setTrackPosition(boolean) - Method in class org.jsoup.parser.Parser
-
Enable or disable source position tracking.
- setTreeBuilder(TreeBuilder) - Method in class org.jsoup.parser.Parser
-
Update the TreeBuilder used when parsing content.
- setValue(String) - Method in class org.jsoup.nodes.Attribute
-
Set the attribute value.
- setWholeData(String) - Method in class org.jsoup.nodes.DataNode
-
Set the data contents of this node.
- shadowChildrenRef - Variable in class org.jsoup.nodes.Element
-
- shallowClone() - Method in class org.jsoup.nodes.Document
-
- shallowClone() - Method in class org.jsoup.nodes.Element
-
- shallowClone() - Method in class org.jsoup.nodes.Node
-
Create a stand-alone, shallow copy of this node.
- shouldCollapseAttribute(Document.OutputSettings) - Method in class org.jsoup.nodes.Attribute
-
Collapsible if it's a boolean attribute and value is empty or same as name
- shouldCollapseAttribute(String, String, Document.OutputSettings) - Static method in class org.jsoup.nodes.Attribute
-
- shouldIndent(Document.OutputSettings) - Method in class org.jsoup.nodes.Element
-
- siblingElements() - Method in class org.jsoup.nodes.Element
-
Get sibling elements.
- siblingIndex - Variable in class org.jsoup.nodes.Node
-
- siblingIndex() - Method in class org.jsoup.nodes.Node
-
Get the list index of this node in its node sibling list.
- siblingNodes() - Method in class org.jsoup.nodes.Node
-
Retrieves this node's sibling nodes.
- siblings(String, boolean, boolean) - Method in class org.jsoup.select.Elements
-
- simpleText() - Static method in class org.jsoup.safety.Safelist
-
This safelist allows only simple text formatting: b, em, i, strong, u
.
- size() - Method in class org.jsoup.nodes.Attributes.Dataset.EntrySet
-
- size - Variable in class org.jsoup.nodes.Attributes
-
- size() - Method in class org.jsoup.nodes.Attributes
-
Get the number of attributes in this set, including any jsoup internal-only attributes.
- size() - Method in enum org.jsoup.nodes.Entities.EscapeMode
-
- sourceNodes(NodeList, Class<T>) - Method in class org.jsoup.helper.W3CDom
-
Retrieves the original jsoup DOM nodes from a nodelist created by this convertor.
- SourceProperty - Static variable in class org.jsoup.helper.W3CDom
-
For W3C Documents created by this class, this property is set on each node to link back to the original jsoup node.
- sourceRange() - Method in class org.jsoup.nodes.Node
-
Get the source range (start and end positions) in the original input source that this node was parsed from.
- specificScopeTarget - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- splitText(int) - Method in class org.jsoup.nodes.TextNode
-
Split this text node into two nodes at the specified string offset.
- sslSocketFactory() - Method in interface org.jsoup.Connection.Request
-
Get the current custom SSL socket factory, if any.
- sslSocketFactory(SSLSocketFactory) - Method in interface org.jsoup.Connection.Request
-
Set a custom SSL socket factory.
- sslSocketFactory(SSLSocketFactory) - Method in interface org.jsoup.Connection
-
Set custom SSL socket factory
- sslSocketFactory - Variable in class org.jsoup.helper.HttpConnection.Request
-
- sslSocketFactory() - Method in class org.jsoup.helper.HttpConnection.Request
-
- sslSocketFactory(SSLSocketFactory) - Method in class org.jsoup.helper.HttpConnection.Request
-
- sslSocketFactory(SSLSocketFactory) - Method in class org.jsoup.helper.HttpConnection
-
- stack - Variable in class org.jsoup.parser.TreeBuilder
-
- start - Variable in class org.jsoup.nodes.Range
-
- start() - Method in class org.jsoup.nodes.Range
-
Get the start position of this node.
- start - Variable in class org.jsoup.parser.TreeBuilder
-
- startPending - Variable in class org.jsoup.parser.Tokeniser
-
- startPos - Variable in class org.jsoup.parser.Token
-
- startPos() - Method in class org.jsoup.parser.Token
-
- startPos(int) - Method in class org.jsoup.parser.Token
-
- startsWithNewline(String) - Static method in class org.jsoup.internal.StringUtil
-
Tests if a string starts with a newline character
- StartTag() - Constructor for class org.jsoup.parser.Token.StartTag
-
- startTime - Variable in class org.jsoup.internal.ConstrainableInputStream
-
- state - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- state() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- state - Variable in class org.jsoup.parser.Tokeniser
-
- statusCode() - Method in interface org.jsoup.Connection.Response
-
Get the status code of the response.
- statusCode - Variable in class org.jsoup.helper.HttpConnection.Response
-
- statusCode() - Method in class org.jsoup.helper.HttpConnection.Response
-
- statusCode - Variable in exception org.jsoup.HttpStatusException
-
- statusMessage() - Method in interface org.jsoup.Connection.Response
-
Get the status message of the response.
- statusMessage - Variable in class org.jsoup.helper.HttpConnection.Response
-
- statusMessage() - Method in class org.jsoup.helper.HttpConnection.Response
-
- storeCookies(HttpConnection.Request, URL, Map<String, List<String>>) - Static method in class org.jsoup.helper.CookieUtil
-
- stream - Variable in class org.jsoup.helper.HttpConnection.KeyVal
-
- stringCache - Variable in class org.jsoup.parser.CharacterReader
-
- stringCacheSize - Static variable in class org.jsoup.parser.CharacterReader
-
- StringJoiner(String) - Constructor for class org.jsoup.internal.StringUtil.StringJoiner
-
Create a new joiner, that uses the specified separator.
- StringUtil - Class in org.jsoup.internal
-
A minimal String utility class.
- StringUtil() - Constructor for class org.jsoup.internal.StringUtil
-
- StringUtil.StringJoiner - Class in org.jsoup.internal
-
A StringJoiner allows incremental / filtered joining of a set of stringable objects.
- stripControlChars(String) - Static method in class org.jsoup.internal.StringUtil
-
- stripLeadingWhitespace(String) - Static method in class org.jsoup.nodes.TextNode
-
- StructuralEvaluator - Class in org.jsoup.select
-
Base structural evaluator.
- StructuralEvaluator() - Constructor for class org.jsoup.select.StructuralEvaluator
-
- StructuralEvaluator.Has - Class in org.jsoup.select
-
- StructuralEvaluator.ImmediateParent - Class in org.jsoup.select
-
- StructuralEvaluator.ImmediatePreviousSibling - Class in org.jsoup.select
-
- StructuralEvaluator.Not - Class in org.jsoup.select
-
- StructuralEvaluator.Parent - Class in org.jsoup.select
-
- StructuralEvaluator.PreviousSibling - Class in org.jsoup.select
-
- StructuralEvaluator.Root - Class in org.jsoup.select
-
- submit() - Method in class org.jsoup.nodes.FormElement
-
Prepare to submit this form.
- syntax - Variable in class org.jsoup.helper.W3CDom.W3CBuilder
-
- syntax - Variable in class org.jsoup.nodes.Document.OutputSettings
-
- syntax() - Method in class org.jsoup.nodes.Document.OutputSettings
-
Get the document's current output syntax.
- syntax(Document.OutputSettings.Syntax) - Method in class org.jsoup.nodes.Document.OutputSettings
-
Set the document's output syntax.
- Syntax() - Constructor for enum org.jsoup.nodes.Document.OutputSettings.Syntax
-
- SYSTEM_ID - Static variable in class org.jsoup.nodes.DocumentType
-
- SYSTEM_KEY - Static variable in class org.jsoup.nodes.DocumentType
-
- systemId() - Method in class org.jsoup.nodes.DocumentType
-
Get this doctype's System ID (when set, or empty string)
- systemIdentifier - Variable in class org.jsoup.parser.Token.Doctype
-
- tag - Variable in class org.jsoup.nodes.Element
-
- tag() - Method in class org.jsoup.nodes.Element
-
Get the Tag for this element.
- Tag - Class in org.jsoup.parser
-
HTML Tag capabilities.
- Tag(String) - Constructor for class org.jsoup.parser.Tag
-
- Tag() - Constructor for class org.jsoup.parser.Token.Tag
-
- Tag(String) - Constructor for class org.jsoup.select.Evaluator.Tag
-
- TagEndsWith(String) - Constructor for class org.jsoup.select.Evaluator.TagEndsWith
-
- tagFor(String, ParseSettings) - Method in class org.jsoup.parser.TreeBuilder
-
- tagName() - Method in class org.jsoup.nodes.Element
-
Get the name of the tag for this element.
- tagName(String) - Method in class org.jsoup.nodes.Element
-
Change (rename) the tag of this element.
- tagName - Variable in class org.jsoup.parser.Tag
-
- tagName - Variable in class org.jsoup.parser.Token.Tag
-
- TagName(String) - Constructor for class org.jsoup.safety.Safelist.TagName
-
- tagName(String) - Method in class org.jsoup.select.Elements
-
Update (rename) the tag name of each matched element.
- tagName - Variable in class org.jsoup.select.Evaluator.Tag
-
- tagName - Variable in class org.jsoup.select.Evaluator.TagEndsWith
-
- tagNames - Variable in class org.jsoup.safety.Safelist
-
- tagPending - Variable in class org.jsoup.parser.Tokeniser
-
- tags - Static variable in class org.jsoup.parser.Tag
-
- TagSearchButton - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagSearchEndTags - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagSearchList - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagSearchSelectScope - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagSearchSpecial - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagSearchTableScope - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagsSearchInScope - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- TagThoroughSearchEndTags - Static variable in class org.jsoup.parser.HtmlTreeBuilder
-
- tail(Node, int) - Method in class org.jsoup.examples.HtmlToPlainText.FormattingVisitor
-
- tail(Node, int) - Method in class org.jsoup.helper.W3CDom.W3CBuilder
-
- tail(Node, int) - Method in class org.jsoup.nodes.Node.OuterHtmlVisitor
-
- tail(Node, int) - Method in class org.jsoup.safety.Cleaner.CleaningVisitor
-
- tail(Node, int) - Method in class org.jsoup.select.Collector.FirstFinder
-
- tail(Node, int) - Method in interface org.jsoup.select.NodeFilter
-
Callback for when a node is last visited, after all of its descendants have been visited.
- tail(Node, int) - Method in interface org.jsoup.select.NodeVisitor
-
Callback for when a node is last visited, after all of its descendants have been visited.
- templateModeSize() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- testValidProtocol(Element, Attribute, Set<Safelist.Protocol>) - Method in class org.jsoup.safety.Safelist
-
- text() - Method in class org.jsoup.nodes.CDataNode
-
Get the unencoded, non-normalized text content of this CDataNode.
- text(String) - Method in class org.jsoup.nodes.Document
-
Set the text of the body
of this document.
- text() - Method in class org.jsoup.nodes.Element
-
Gets the normalized, combined text of this element and all its children.
- text(String) - Method in class org.jsoup.nodes.Element
-
Set the text of this element.
- text() - Method in class org.jsoup.nodes.TextNode
-
Get the text content of this text node.
- text(String) - Method in class org.jsoup.nodes.TextNode
-
Set the text content of this text node.
- text() - Method in class org.jsoup.select.Elements
-
Get the combined text of all the matched elements.
- TextNode - Class in org.jsoup.nodes
-
A text node.
- TextNode(String) - Constructor for class org.jsoup.nodes.TextNode
-
Create a new TextNode representing the supplied (unencoded) text).
- textNodes() - Method in class org.jsoup.nodes.Element
-
Get this element's child text nodes.
- textNodes() - Method in class org.jsoup.select.Elements
-
Get
TextNode
nodes that are direct child nodes of the selected elements.
- threadLocalBuilders - Static variable in class org.jsoup.internal.StringUtil
-
- timeout() - Method in interface org.jsoup.Connection.Request
-
Get the request timeout, in milliseconds.
- timeout(int) - Method in interface org.jsoup.Connection.Request
-
Update the request timeout.
- timeout(int) - Method in interface org.jsoup.Connection
-
Set the total request timeout duration.
- timeout - Static variable in class org.jsoup.examples.HtmlToPlainText
-
- timeout() - Method in class org.jsoup.helper.HttpConnection.Request
-
- timeout(int) - Method in class org.jsoup.helper.HttpConnection.Request
-
- timeout(int) - Method in class org.jsoup.helper.HttpConnection
-
- timeout - Variable in class org.jsoup.internal.ConstrainableInputStream
-
- timeout(long, long) - Method in class org.jsoup.internal.ConstrainableInputStream
-
- timeoutMilliseconds - Variable in class org.jsoup.helper.HttpConnection.Request
-
- title() - Method in class org.jsoup.nodes.Document
-
Get the string contents of the document's title
element.
- title(String) - Method in class org.jsoup.nodes.Document
-
Set the document's title
element.
- titleEval - Static variable in class org.jsoup.nodes.Document
-
- tmplInsertMode - Variable in class org.jsoup.parser.HtmlTreeBuilder
-
- toggleClass(String) - Method in class org.jsoup.nodes.Element
-
Toggle a class name on this element's class
attribute: if present, remove it; otherwise add it.
- toggleClass(String) - Method in class org.jsoup.select.Elements
-
Toggle the class name on every matched element's class
attribute.
- Token - Class in org.jsoup.parser
-
Parse tokens for the Tokeniser.
- Token() - Constructor for class org.jsoup.parser.Token
-
- Token.CData - Class in org.jsoup.parser
-
- Token.Character - Class in org.jsoup.parser
-
- Token.Comment - Class in org.jsoup.parser
-
- Token.Doctype - Class in org.jsoup.parser
-
- Token.EndTag - Class in org.jsoup.parser
-
- Token.EOF - Class in org.jsoup.parser
-
- Token.StartTag - Class in org.jsoup.parser
-
- Token.Tag - Class in org.jsoup.parser
-
- Token.TokenType - Enum in org.jsoup.parser
-
- Tokeniser - Class in org.jsoup.parser
-
Readers the input stream into tokens.
- Tokeniser(CharacterReader, ParseErrorList) - Constructor for class org.jsoup.parser.Tokeniser
-
- tokeniser - Variable in class org.jsoup.parser.TreeBuilder
-
- TokeniserState - Enum in org.jsoup.parser
-
States and transition activations for the Tokeniser.
- TokeniserState() - Constructor for enum org.jsoup.parser.TokeniserState
-
- TokenQueue - Class in org.jsoup.parser
-
A character queue with parsing helpers.
- TokenQueue(String) - Constructor for class org.jsoup.parser.TokenQueue
-
Create a new TokenQueue.
- tokenType() - Method in class org.jsoup.parser.Token
-
- TokenType() - Constructor for enum org.jsoup.parser.Token.TokenType
-
- toString() - Method in class org.jsoup.examples.HtmlToPlainText.FormattingVisitor
-
- toString() - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- toString() - Method in class org.jsoup.nodes.Attribute
-
Get the string representation of this attribute, implemented as
Attribute.html()
.
- toString() - Method in class org.jsoup.nodes.Attributes
-
- toString() - Method in class org.jsoup.nodes.Comment
-
- toString() - Method in class org.jsoup.nodes.DataNode
-
- toString() - Method in class org.jsoup.nodes.Node
-
Gets this node's outer HTML.
- toString() - Method in class org.jsoup.nodes.Range.Position
-
Gets a String presentation of this Position, in the format line,column:pos
.
- toString() - Method in class org.jsoup.nodes.Range
-
Gets a String presentation of this Range, in the format line,column:pos-line,column:pos
.
- toString() - Method in class org.jsoup.nodes.TextNode
-
- toString() - Method in class org.jsoup.nodes.XmlDeclaration
-
- toString() - Method in class org.jsoup.parser.CharacterReader
-
- toString() - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- toString() - Method in class org.jsoup.parser.ParseError
-
- toString() - Method in class org.jsoup.parser.Tag
-
- toString() - Method in class org.jsoup.parser.Token.CData
-
- toString() - Method in class org.jsoup.parser.Token.Character
-
- toString() - Method in class org.jsoup.parser.Token.Comment
-
- toString() - Method in class org.jsoup.parser.Token.Doctype
-
- toString() - Method in class org.jsoup.parser.Token.EndTag
-
- toString() - Method in class org.jsoup.parser.Token.EOF
-
- toString() - Method in class org.jsoup.parser.Token.StartTag
-
- toString() - Method in class org.jsoup.parser.Token.Tag
-
- toString() - Method in class org.jsoup.parser.TokenQueue
-
- toString() - Method in class org.jsoup.safety.Safelist.TypedValue
-
- toString() - Method in class org.jsoup.select.CombiningEvaluator.And
-
- toString() - Method in class org.jsoup.select.CombiningEvaluator.Or
-
- toString() - Method in class org.jsoup.select.Elements
-
Get the combined outer HTML of all matched elements.
- toString() - Method in class org.jsoup.select.Evaluator.AllElements
-
- toString() - Method in class org.jsoup.select.Evaluator.Attribute
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeStarting
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValue
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValueContaining
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValueEnding
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValueMatching
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValueNot
-
- toString() - Method in class org.jsoup.select.Evaluator.AttributeWithValueStarting
-
- toString() - Method in class org.jsoup.select.Evaluator.Class
-
- toString() - Method in class org.jsoup.select.Evaluator.ContainsData
-
- toString() - Method in class org.jsoup.select.Evaluator.ContainsOwnText
-
- toString() - Method in class org.jsoup.select.Evaluator.ContainsText
-
- toString() - Method in class org.jsoup.select.Evaluator.ContainsWholeOwnText
-
- toString() - Method in class org.jsoup.select.Evaluator.ContainsWholeText
-
- toString() - Method in class org.jsoup.select.Evaluator.CssNthEvaluator
-
- toString() - Method in class org.jsoup.select.Evaluator.Id
-
- toString() - Method in class org.jsoup.select.Evaluator.IndexEquals
-
- toString() - Method in class org.jsoup.select.Evaluator.IndexGreaterThan
-
- toString() - Method in class org.jsoup.select.Evaluator.IndexLessThan
-
- toString() - Method in class org.jsoup.select.Evaluator.IsEmpty
-
- toString() - Method in class org.jsoup.select.Evaluator.IsFirstChild
-
- toString() - Method in class org.jsoup.select.Evaluator.IsFirstOfType
-
- toString() - Method in class org.jsoup.select.Evaluator.IsLastChild
-
- toString() - Method in class org.jsoup.select.Evaluator.IsLastOfType
-
- toString() - Method in class org.jsoup.select.Evaluator.IsOnlyChild
-
- toString() - Method in class org.jsoup.select.Evaluator.IsOnlyOfType
-
- toString() - Method in class org.jsoup.select.Evaluator.IsRoot
-
- toString() - Method in class org.jsoup.select.Evaluator.Matches
-
- toString() - Method in class org.jsoup.select.Evaluator.MatchesOwn
-
- toString() - Method in class org.jsoup.select.Evaluator.MatchesWholeOwnText
-
- toString() - Method in class org.jsoup.select.Evaluator.MatchesWholeText
-
- toString() - Method in class org.jsoup.select.Evaluator.MatchText
-
- toString() - Method in class org.jsoup.select.Evaluator.Tag
-
- toString() - Method in class org.jsoup.select.Evaluator.TagEndsWith
-
- toString() - Method in class org.jsoup.select.QueryParser
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.Has
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.ImmediateParent
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.ImmediatePreviousSibling
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.Not
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.Parent
-
- toString() - Method in class org.jsoup.select.StructuralEvaluator.PreviousSibling
-
- toString() - Method in exception org.jsoup.UnsupportedMimeTypeException
-
- toStringName() - Method in class org.jsoup.parser.Token.Tag
-
- tq - Variable in class org.jsoup.select.QueryParser
-
- track(Node, boolean) - Method in class org.jsoup.nodes.Range
-
Internal jsoup method, called by the TreeBuilder.
- tracking(int) - Static method in class org.jsoup.parser.ParseErrorList
-
- trackNewlines(boolean) - Method in class org.jsoup.parser.CharacterReader
-
Enables or disables line number tracking.
- trackNodePosition(Node, Token, boolean) - Method in class org.jsoup.parser.TreeBuilder
-
- trackPosition - Variable in class org.jsoup.parser.Parser
-
- trackSourceRange - Variable in class org.jsoup.parser.TreeBuilder
-
- transition(HtmlTreeBuilderState) - Method in class org.jsoup.parser.HtmlTreeBuilder
-
- transition(TokeniserState) - Method in class org.jsoup.parser.Tokeniser
-
- traverse(NodeVisitor) - Method in class org.jsoup.nodes.Element
-
- traverse(NodeVisitor) - Method in class org.jsoup.nodes.Node
-
Perform a depth-first traversal through this node and its descendants.
- traverse(NodeVisitor) - Method in class org.jsoup.select.Elements
-
Perform a depth-first traversal on each of the selected elements.
- traverse(NodeVisitor, Node) - Static method in class org.jsoup.select.NodeTraversor
-
Start a depth-first traverse of the root and all of its descendants.
- traverse(NodeVisitor, Elements) - Static method in class org.jsoup.select.NodeTraversor
-
Start a depth-first traverse of all elements.
- treeBuilder - Variable in class org.jsoup.parser.Parser
-
- TreeBuilder - Class in org.jsoup.parser
-
- TreeBuilder() - Constructor for class org.jsoup.parser.TreeBuilder
-
- trim(String, int) - Static method in class org.jsoup.examples.ListLinks
-
- type - Variable in class org.jsoup.parser.Token
-
- TypedValue(String) - Constructor for class org.jsoup.safety.Safelist.TypedValue
-
- val - Variable in class org.jsoup.nodes.Attribute
-
- val() - Method in class org.jsoup.nodes.Element
-
Get the value of a form element (input, textarea, etc).
- val(String) - Method in class org.jsoup.nodes.Element
-
Set the value of a form element (input, textarea, etc).
- val() - Method in class org.jsoup.select.Elements
-
Get the form element's value of the first matched element.
- val(String) - Method in class org.jsoup.select.Elements
-
Set the form element's value in each of the matched elements.
- Validate - Class in org.jsoup.helper
-
Validators to check that method arguments meet expectations.
- Validate() - Constructor for class org.jsoup.helper.Validate
-
- validateCharset(String) - Static method in class org.jsoup.helper.DataUtil
-
- ValidationException - Exception in org.jsoup.helper
-
Validation exceptions, as thrown by the methods in
Validate
.
- ValidationException(String) - Constructor for exception org.jsoup.helper.ValidationException
-
- Validator - Static variable in exception org.jsoup.helper.ValidationException
-
- validUriScheme - Static variable in class org.jsoup.internal.StringUtil
-
- vals - Variable in class org.jsoup.nodes.Attributes
-
- value(String) - Method in interface org.jsoup.Connection.KeyVal
-
Update the value of a keyval
- value() - Method in interface org.jsoup.Connection.KeyVal
-
Get the value of a keyval
- value - Variable in class org.jsoup.helper.HttpConnection.KeyVal
-
- value(String) - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- value() - Method in class org.jsoup.helper.HttpConnection.KeyVal
-
- value - Variable in class org.jsoup.nodes.LeafNode
-
- value - Variable in class org.jsoup.safety.Safelist.TypedValue
-
- value - Variable in class org.jsoup.select.Evaluator.AttributeKeyPair
-
- valueOf(String) - Static method in enum org.jsoup.Connection.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.nodes.Document.OutputSettings.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.nodes.Document.QuirksMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.nodes.Entities.CoreCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.nodes.Entities.EscapeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.parser.HtmlTreeBuilderState
-
Returns the enum constant of this type with the specified name.
- valueOf(String, ParseSettings) - Static method in class org.jsoup.parser.Tag
-
Get a Tag by name.
- valueOf(String) - Static method in class org.jsoup.parser.Tag
-
Get a Tag by name.
- valueOf(String) - Static method in enum org.jsoup.parser.Token.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jsoup.parser.TokeniserState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jsoup.safety.Safelist.AttributeKey
-
- valueOf(String) - Static method in class org.jsoup.safety.Safelist.AttributeValue
-
- valueOf(String) - Static method in class org.jsoup.safety.Safelist.Protocol
-
- valueOf(String) - Static method in class org.jsoup.safety.Safelist.TagName
-
- valueOf(String) - Static method in enum org.jsoup.select.NodeFilter.FilterResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jsoup.Connection.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.nodes.Document.OutputSettings.Syntax
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.nodes.Document.QuirksMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.nodes.Entities.CoreCharset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.nodes.Entities.EscapeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.parser.HtmlTreeBuilderState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.parser.Token.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.parser.TokeniserState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jsoup.select.NodeFilter.FilterResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.