- a - Variable in class jodd.csselly.selector.PseudoFunctionExpression
-
- accept(Node) - Method in class jodd.csselly.CssSelector
-
Accepts single node.
- accept(LinkedList<Node>, Node, int) - Method in class jodd.csselly.CssSelector
-
Accepts node within current results.
- accept(Node) - Method in class jodd.csselly.selector.AttributeSelector
-
- accept(Node) - Method in class jodd.csselly.selector.PseudoClassSelector
-
Matches node to this selector.
- accept(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClassSelector
-
Accepts node within selected results.
- accept(Node) - Method in class jodd.csselly.selector.PseudoFunctionSelector
-
Matches nodes with this pseudo function selector.
- accept(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoFunctionSelector
-
Accepts node within selected results.
- accept(Node) - Method in interface jodd.lagarto.dom.NodeFilter
-
Test whether a specified node is acceptable in some selection process.
- accept(LinkedList<Node>, Node, int) - Method in interface jodd.lagarto.dom.NodeListFilter
-
- acceptTag(String) - Method in class jodd.lagarto.LagartoParserEngine
-
Returns true if some tag has to be parsed.
- add(String) - Method in class jodd.jerry.Jerry
-
Adds elements to the set of matched elements.
- addAttribute(String, String) - Method in interface jodd.lagarto.Tag
-
Adds new attribute without checking if it already exist
thus allowing duplicate attributes.
- addAttributeSelector(String) - Method in class jodd.csselly.CssSelector
-
- addChild(Node) - Method in class jodd.lagarto.dom.Node
-
Appends child node.
- addChild(Node...) - Method in class jodd.lagarto.dom.Node
-
Appends several child nodes at once.
- addClass(String...) - Method in class jodd.jerry.Jerry
-
Adds the specified class(es) to each of the set of matched elements.
- addClassSelector(String) - Method in class jodd.csselly.CssSelector
-
- addError(String) - Method in class jodd.lagarto.dom.Document
-
- addIdSelector(String) - Method in class jodd.csselly.CssSelector
-
- additionalComment - Variable in class jodd.lagarto.dom.Comment
-
- addPseudoClassSelector(String) - Method in class jodd.csselly.CssSelector
-
- addPseudoFunctionSelector(String, String) - Method in class jodd.csselly.CssSelector
-
- append(String) - Method in class jodd.jerry.Jerry
-
Inserts content, specified by the parameter, to the end of each
element in the set of matched elements.
- appendable - Variable in class jodd.lagarto.TagWriter
-
- appendTextContent(Appendable) - Method in class jodd.lagarto.dom.Node
-
Appends the text content to an Appendable
(StringBuilder, CharBuffer...).
- appendTextContent(Appendable) - Method in class jodd.lagarto.dom.Text
-
Appends the text content to Appendable.
- attr(String) - Method in class jodd.jerry.Jerry
-
Gets the value of an attribute for the first element in the set of matched elements.
- attr(String, String) - Method in class jodd.jerry.Jerry
-
Sets one or more attributes for the set of matched elements.
- Attribute - Class in jodd.lagarto.dom
-
Elements attribute.
- Attribute(String, String, String, boolean) - Constructor for class jodd.lagarto.dom.Attribute
-
- attributeCase - Variable in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
Letter case of attributes names.
- attributes - Variable in class jodd.lagarto.dom.Node
-
- AttributeSelector - Class in jodd.csselly.selector
-
Attribute selector.
- AttributeSelector(String, String, String) - Constructor for class jodd.csselly.selector.AttributeSelector
-
- AttributeSelector(String, Match, String) - Constructor for class jodd.csselly.selector.AttributeSelector
-
- AttributeSelector(String) - Constructor for class jodd.csselly.selector.AttributeSelector
-
- attributeValuePreserveSingleQuote - Variable in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
- generateAttributeValue(Set<String>, char) - Method in class jodd.jerry.Jerry
-
- generateAttributeValue(Map<String, String>, char, char) - Method in class jodd.jerry.Jerry
-
- get(int) - Method in class jodd.jerry.Jerry
-
Returns node at given index.
- get() - Method in class jodd.jerry.Jerry
-
Retrieve all DOM elements matched by this set.
- getAttribute(int) - Method in class jodd.lagarto.dom.Node
-
Returns attribute at given index or null if index not found.
- getAttribute(String) - Method in class jodd.lagarto.dom.Node
-
Returns attribute value.
- getAttributeCase() - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
- getAttributeCount() - Method in interface jodd.lagarto.Tag
-
Returns number of tag attributes.
- getAttributeIndex(String, boolean) - Method in interface jodd.lagarto.Tag
-
Returns attribute index or -1 if not found.
- getAttributeInstance(String) - Method in class jodd.lagarto.dom.Node
-
- getAttributeName(int) - Method in interface jodd.lagarto.Tag
-
Returns attribute name.
- getAttributesCount() - Method in class jodd.lagarto.dom.Node
-
Returns total number of attributes.
- getAttributeValue(int) - Method in interface jodd.lagarto.Tag
-
Returns attribute value or null for an empty attribute,
- getAttributeValue(String, boolean) - Method in interface jodd.lagarto.Tag
-
Returns attribute value or null for an empty attribute,
Returns null also if attribute name does not exist.
- getBaseUri() - Method in class jodd.lagarto.dom.DocumentType
-
- getChild(int) - Method in class jodd.lagarto.dom.Node
-
Returns a child node at given index or null
if child doesn't exist for that index.
- getChild(int...) - Method in class jodd.lagarto.dom.Node
-
Returns a child node with given hierarchy.
- getChildElement(int) - Method in class jodd.lagarto.dom.Node
-
Returns a child element node at given index.
- getChildElements() - Method in class jodd.lagarto.dom.Node
-
Returns an array of all children elements.
- getChildElementsCount() - Method in class jodd.lagarto.dom.Node
-
Returns number of child elements.
- getChildElementsCount(String) - Method in class jodd.lagarto.dom.Node
-
Returns number of child elements with given name.
- getChildNodes() - Method in class jodd.lagarto.dom.Node
-
Returns an array of all children nodes.
- getChildNodesCount() - Method in class jodd.lagarto.dom.Node
-
Returns number of all child nodes.
- getCombinator() - Method in class jodd.csselly.CssSelector
-
Returns combinator, may be null.
- getConditionalCommentExpression() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- getCssPath() - Method in class jodd.lagarto.dom.Node
-
Returns CSS path to this node from document root.
- getCurrentOffset() - Method in class jodd.lagarto.dom.Document
-
Returns current offset during the parsing.
- getDeepLevel() - Method in class jodd.lagarto.dom.Node
-
Returns deep level.
- getDeepLevel() - Method in interface jodd.lagarto.Tag
-
Returns 1-based deep level of a tag from the root.
- getDocument() - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
Returns root
document node of parsed DOM tree.
- getDOMBuilder() - Method in class jodd.jerry.Jerry.JerryParser
-
- getElapsedTime() - Method in class jodd.lagarto.dom.Document
-
Returns DOM building elapsed time.
- getElapsedTime() - Method in class jodd.lagarto.LagartoParserContext
-
Returns elapsed time after the parsing is done.
- getElement() - Method in class jodd.csselly.CssSelector
-
Returns selector element name.
- getEndString() - Method in enum jodd.lagarto.TagType
-
Returns tags ending string.
- getEndTime() - Method in class jodd.lagarto.LagartoParserContext
-
Returns time when parsing stopped or was interrupted.
- getErrors() - Method in class jodd.lagarto.dom.Document
-
Returns list of warnings and errors occurred during parsing.
- getExpression() - Method in class jodd.csselly.selector.PseudoFunctionSelector
-
Returns expression string.
- getFirstChild() - Method in class jodd.lagarto.dom.Node
-
Returns first child or null if no children exist.
- getFirstChildElement() - Method in class jodd.lagarto.dom.Node
-
Returns first child element node or
null if no element children exist.
- getFirstChildElement(String) - Method in class jodd.lagarto.dom.Node
-
Returns first child element with given name or
null if no such children exist.
- getHtml() - Method in class jodd.lagarto.dom.Node
-
Generates HTML.
- getId() - Method in interface jodd.lagarto.Tag
-
Returns id attribute value of a tag.
- getInnerHtml() - Method in class jodd.lagarto.dom.Node
-
Generates inner HTML.
- getInput() - Method in class jodd.lagarto.LagartoParserContext
-
Returns parsing source.
- getLastChild() - Method in class jodd.lagarto.dom.Node
-
Returns last child or null if no children exist.
- getLastChildElement() - Method in class jodd.lagarto.dom.Node
-
Returns last child element node or
null if no such child node exist.
- getLastChildElement(String) - Method in class jodd.lagarto.dom.Node
-
Returns last child element with given name or
null if no such child node exist.
- getMatch() - Method in class jodd.csselly.selector.AttributeSelector
-
Returns matching type.
- getName() - Method in class jodd.csselly.selector.AttributeSelector
-
Returns attribute name.
- getName() - Method in class jodd.lagarto.dom.Attribute
-
Returns attributes name.
- getName() - Method in interface jodd.lagarto.Tag
-
Returns tags name.
- getNextCssSelector() - Method in class jodd.csselly.CssSelector
-
Returns next CssSelector.
- getNextSibling() - Method in class jodd.lagarto.dom.Node
-
Returns this node's next sibling of any type or
null if this is the last sibling.
- getNextSiblingElement() - Method in class jodd.lagarto.dom.Node
-
Returns this node's next element.
- getNextSiblingName() - Method in class jodd.lagarto.dom.Node
-
Returns this node's next element with the same name.
- getNodeName() - Method in class jodd.lagarto.dom.Node
-
Returns nodes name or null if name is not available.
- getNodeRawName() - Method in class jodd.lagarto.dom.Node
-
Returns nodes raw name - exactly as it was given in the input.
- getNodeType() - Method in class jodd.lagarto.dom.Node
-
- getNodeValue() - Method in class jodd.lagarto.dom.Node
-
Returns node value or null if value is not available.
- getOffset() - Method in class jodd.lagarto.dom.Node
-
Returns offset position of the node in the original source.
- getOffset() - Method in class jodd.lagarto.LagartoParserContext
-
Returns offset of current processing.
- getOutput() - Method in class jodd.lagarto.TagWriter
-
- getOwnerDocument() - Method in class jodd.lagarto.dom.Node
-
Returns owner document, root node for this DOM tree.
- getParentNode() - Method in class jodd.lagarto.dom.Node
-
Returns parent node or null if no parent exist.
- getParsedExpression() - Method in class jodd.csselly.selector.PseudoFunctionSelector
-
Returns parsed expression object.
- getPosition() - Method in class jodd.lagarto.dom.Node
-
Returns node position, if position is calculated, otherwise null.
- getPositionString() - Method in class jodd.lagarto.dom.Node
-
Returns
node position as a string,
ready to be appended to a message.
- getPrevCssSelector() - Method in class jodd.csselly.CssSelector
-
Returns previous CssSelector.
- getPreviousSibling() - Method in class jodd.lagarto.dom.Node
-
Returns this node's previous sibling of any type
or null if this is the first sibling.
- getPreviousSiblingElement() - Method in class jodd.lagarto.dom.Node
-
Returns this node's previous sibling of element type
or null if this is the first sibling.
- getPreviousSiblingName() - Method in class jodd.lagarto.dom.Node
-
Returns this node's previous sibling element with the same name.
- getPseudoClass() - Method in class jodd.csselly.selector.PseudoClassSelector
-
- getPseudoClassName() - Method in class jodd.csselly.selector.PseudoClass
-
Returns pseudo-class name from simple class name.
- getPseudoFunction() - Method in class jodd.csselly.selector.PseudoFunctionSelector
-
- getPseudoFunctionName() - Method in class jodd.csselly.selector.PseudoFunction
-
Returns pseudo-function name.
- getPublicId() - Method in class jodd.lagarto.dom.DocumentType
-
- getQuoteChar() - Method in class jodd.csselly.selector.AttributeSelector
-
Returns the quote char or 0 if quote is not used.
- getRawName() - Method in class jodd.lagarto.dom.Attribute
-
Returns attributes raw name.
- getRenderer() - Method in class jodd.lagarto.dom.Document
-
Returns renderer for nodes.
- getRenderer() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- getRootName() - Method in class jodd.lagarto.dom.DocumentType
-
- getSelector(int) - Method in class jodd.csselly.CssSelector
-
Returns selector for given index.
- getSiblingElementIndex() - Method in class jodd.lagarto.dom.Node
-
- getSiblingIndex() - Method in class jodd.lagarto.dom.Node
-
Get the list index of this node in its node sibling list.
- getSiblingNameIndex() - Method in class jodd.lagarto.dom.Node
-
- getSign() - Method in enum jodd.csselly.Combinator
-
Returns combinator sign.
- getSign() - Method in enum jodd.csselly.selector.Match
-
Returns match sign.
- getStartString() - Method in enum jodd.lagarto.TagType
-
Returns tags starting string.
- getStartTime() - Method in class jodd.lagarto.LagartoParserContext
-
Returns time when parsing started.
- getStrippedCharsCount() - Method in class jodd.lagarto.adapter.StripHtmlTagAdapter
-
Returns total number of stripped chars.
- getTagCase() - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
- getTagLength() - Method in interface jodd.lagarto.Tag
-
Returns tag length in the input source.
- getTagPosition() - Method in interface jodd.lagarto.Tag
-
Returns tag position in the input source.
- getTarget() - Method in class jodd.lagarto.TagAdapter
-
Returns target tag visitor.
- getTextContent() - Method in class jodd.lagarto.dom.Node
-
Returns the text content of this node and its descendants.
- getTextContent() - Method in class jodd.lagarto.dom.Text
-
Returns decoded HTML text.
- getType() - Method in class jodd.csselly.Selector
-
Returns selector type.
- getType() - Method in interface jodd.lagarto.Tag
-
- getValue() - Method in class jodd.csselly.selector.AttributeSelector
-
Returns attribute value or null if doesn't exist.
- getValue() - Method in class jodd.lagarto.dom.Attribute
-
Returns attribute value.
- getValueA() - Method in class jodd.csselly.selector.PseudoFunctionExpression
-
Returns a value of the function expression.
- getValueB() - Method in class jodd.csselly.selector.PseudoFunctionExpression
-
Returns b value of the function expression.
- getVoidTags() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- gt(int) - Method in class jodd.jerry.Jerry
-
Reduces the set of matched elements to the one at an index greater
than specified index.
- ignoreComments - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-
- ignoreWhitespacesBetweenTags - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-
- implicitlyCloseParentTagOnNewTag(String, String) - Method in class jodd.lagarto.dom.HtmlImplicitClosingRules
-
Returns true if parent node tag can be closed implicitly.
- implicitlyCloseParentTagOnTagEnd(String, String) - Method in class jodd.lagarto.dom.HtmlImplicitClosingRules
-
Returns true if current end tag (node name) closes the parent tag.
- implicitlyCloseTagOnEOF(String) - Method in class jodd.lagarto.dom.HtmlImplicitClosingRules
-
Returns true if tag should be closed on EOF.
- IMPLIED_ON_END - Static variable in class jodd.lagarto.dom.HtmlImplicitClosingRules
-
List of tags that can be implicitly closed on tags end.
- IMPLIED_ON_START - Static variable in class jodd.lagarto.dom.HtmlImplicitClosingRules
-
List of tags that can be implicitly closed on provided children.
- impliedEndTags - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-
- implRules - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- index(Node) - Method in class jodd.jerry.Jerry
-
Searches for a given Node from among the matched elements.
- indexOfAttributeInstance(String) - Method in class jodd.lagarto.dom.Node
-
- initAttributes() - Method in class jodd.lagarto.dom.Node
-
Initializes attributes when needed.
- initChildElementNodes() - Method in class jodd.lagarto.dom.Node
-
Initializes list of child elements.
- initChildNodes(Node) - Method in class jodd.lagarto.dom.Node
-
Initializes child nodes list when needed.
- initialize(CharBuffer) - Method in class jodd.lagarto.LagartoParserEngine
-
Initializes parser engine by providing the content.
- initSiblingNames() - Method in class jodd.lagarto.dom.Node
-
Initializes siblings elements of the same name.
- input - Variable in class jodd.lagarto.LagartoParserContext
-
- insertAfter(Node, Node) - Method in class jodd.lagarto.dom.Node
-
Inserts node after provided node.
- insertAfter(Node[], Node) - Method in class jodd.lagarto.dom.Node
-
Inserts several child nodes after referent node.
- insertBefore(Node, Node) - Method in class jodd.lagarto.dom.Node
-
Inserts node before provided node.
- insertChild(Node, int) - Method in class jodd.lagarto.dom.Node
-
Inserts node at given index.
- insertChild(Node[], int) - Method in class jodd.lagarto.dom.Node
-
Inserts several nodes at ones.
- is(String) - Method in class jodd.jerry.Jerry
-
Checks the current matched set of elements against a selector and
return true if at least one of these elements matches
the given arguments.
- isAttributeIncluding(String, String) - Method in class jodd.lagarto.dom.Node
-
Returns true if attribute includes some word.
- isAttributeValuePreserveSingleQuote() - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
- isBlank() - Method in class jodd.lagarto.dom.Text
-
Returns true if text content is blank.
- isCalculatePosition() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isCalculatePosition() - Method in class jodd.lagarto.LagartoParserEngine
-
- isCaseSensitive() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isCollectErrors() - Method in class jodd.lagarto.dom.Document
-
Returns true if errors are collected.
- isCollectErrors() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isConditionalComment() - Method in class jodd.lagarto.dom.Comment
-
Returns true if this is a conditional comment.
- isDownlevelHidden() - Method in class jodd.lagarto.dom.Comment
-
If conditional comment, returns trueif downlevel is hidden.
- isEnableConditionalComments() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isEnableConditionalComments() - Method in class jodd.lagarto.LagartoParserEngine
-
- isEndingTag() - Method in enum jodd.lagarto.TagType
-
- isIgnoreComments() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isIgnoreWhitespacesBetweenTags() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isImpliedEndTags() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isIncluding(String) - Method in class jodd.lagarto.dom.Attribute
-
Returns true if attribute is including some value.
- isLowercase() - Method in class jodd.lagarto.dom.Document
-
Returns true if node names should
be converted to lowercase.
- isModified() - Method in interface jodd.lagarto.Tag
-
Returns true if tag is modified.
- isOneOfTableElements(Element) - Method in class jodd.lagarto.dom.HtmlFosterRules
-
Returns true if provided element is one of the table-related elements.
- isParentNodeOneOfFosterTableElements(Node) - Method in class jodd.lagarto.dom.HtmlFosterRules
-
Returns true if parent node is one of the table elements.
- isParseSpecialTagsAsCdata() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isParseSpecialTagsAsCdata() - Method in class jodd.lagarto.LagartoParserEngine
-
- isSelfClosed() - Method in class jodd.lagarto.dom.Element
-
Returns true if element can self-close itself when empty.
- isSelfCloseVoidTags() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isStartingTag - Variable in class jodd.lagarto.dom.Comment
-
- isStartingTag() - Method in enum jodd.lagarto.TagType
-
- isTableElement(Node) - Method in class jodd.lagarto.dom.HtmlFosterRules
-
Returns true if given node is a table element.
- isUnclosedTagAsOrphanCheck() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isUseFosterRules() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- isVoidElement() - Method in class jodd.lagarto.dom.Element
-
Returns true if element is void.
- isVoidTag(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Returns true if tag name is void.
- iterator() - Method in class jodd.jerry.Jerry
-
Returns iterator over nodes contained in the Jerry object.
- parent - Variable in class jodd.jerry.Jerry
-
- parent() - Method in class jodd.jerry.Jerry
-
Gets the parent of each element in the current set of matched elements.
- parentNode - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- parentNode - Variable in class jodd.lagarto.dom.Node
-
- parse() - Method in class jodd.csselly.CSSelly
-
Parses selector string.
- parse(CharSequence) - Method in class jodd.jerry.Jerry.JerryParser
-
- parse(CharBuffer) - Method in class jodd.jerry.Jerry.JerryParser
-
- parse(CharSequence) - Method in interface jodd.lagarto.dom.DOMBuilder
-
- parse(CharBuffer) - Method in interface jodd.lagarto.dom.DOMBuilder
-
- parse(CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Creates DOM tree from provided content.
- parse(CharBuffer) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Creates DOM tree from the provided content.
- parse(TagVisitor) - Method in class jodd.lagarto.LagartoParser
-
- parse(TagVisitor) - Method in class jodd.lagarto.LagartoParserEngine
-
Parses provided content.
- parse() - Method in class jodd.lagarto.LagartoParserEngine
-
Main parsing loop that process lexer tokens from input.
- parseAsText(int) - Method in class jodd.lagarto.LagartoParserEngine
-
Resets current state, steps back and parses content
as text, starting from provided position.
- parseAttribute() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses single attribute.
- parseCCEnd() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses conditional comment end.
- parseCDATA() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses CDATA.
- parseCommentOrConditionalComment() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses HTML comments.
- parsedExpression - Variable in class jodd.csselly.selector.PseudoFunctionSelector
-
- parseDoctype() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses HTML DOCTYPE directive.
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.CONTAINS
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.EQ
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.GT
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.LT
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.NTH_CHILD
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.NTH_LAST_CHILD
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.NTH_LAST_OF_TYPE
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction.NTH_OF_TYPE
-
- parseExpression(String) - Method in class jodd.csselly.selector.PseudoFunction
-
Parses expression before usage.
- parseInt(String) - Method in class jodd.csselly.selector.PseudoFunctionExpression
-
Parses int value or throws CSSellyException on failure.
- parserContext - Variable in class jodd.lagarto.dom.Document
-
- parserContext - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- parseRevealedCCStart() - Method in class jodd.lagarto.LagartoParserEngine
-
Parses revealed conditional comment start.
- parseSpecialTag(int) - Method in class jodd.lagarto.LagartoParserEngine
-
Parses special tags.
- parseSpecialTagsAsCdata - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-
- parseSpecialTagsAsCdata - Variable in class jodd.lagarto.LagartoParserEngine
-
- parseTag(Token, TagType) - Method in class jodd.lagarto.LagartoParserEngine
-
Parse tag starting from "<".
- parseTagAndAttributes(Token, String, TagType, int) - Method in class jodd.lagarto.LagartoParserEngine
-
Parses full tag.
- parseText(int, int) - Method in class jodd.lagarto.LagartoParserEngine
-
Buffers the parsed text.
- position - Variable in class jodd.lagarto.dom.Node
-
- prev() - Method in class jodd.jerry.Jerry
-
Gets the immediately preceding sibling of each element in the
set of matched elements.
- prevCssSelector - Variable in class jodd.csselly.CssSelector
-
- PSEUDO_CLASS_MAP - Static variable in class jodd.csselly.selector.PseudoClassSelector
-
- PSEUDO_FUNCTION_MAP - Static variable in class jodd.csselly.selector.PseudoFunctionSelector
-
- PseudoClass - Class in jodd.csselly.selector
-
Pseudo classes.
- PseudoClass() - Constructor for class jodd.csselly.selector.PseudoClass
-
- pseudoClass - Variable in class jodd.csselly.selector.PseudoClassSelector
-
- PseudoClass.BUTTON - Class in jodd.csselly.selector
-
Selects all button elements and elements of type button.
- PseudoClass.BUTTON() - Constructor for class jodd.csselly.selector.PseudoClass.BUTTON
-
- PseudoClass.CHECKBOX - Class in jodd.csselly.selector
-
Selects all elements of type checkbox.
- PseudoClass.CHECKBOX() - Constructor for class jodd.csselly.selector.PseudoClass.CHECKBOX
-
- PseudoClass.CHECKED - Class in jodd.csselly.selector
-
Selects all elements that are checked.
- PseudoClass.CHECKED() - Constructor for class jodd.csselly.selector.PseudoClass.CHECKED
-
- PseudoClass.EMPTY - Class in jodd.csselly.selector
-
Represents an element that has no children at all.
- PseudoClass.EMPTY() - Constructor for class jodd.csselly.selector.PseudoClass.EMPTY
-
- PseudoClass.EVEN - Class in jodd.csselly.selector
-
Selects even elements, zero-indexed.
- PseudoClass.EVEN() - Constructor for class jodd.csselly.selector.PseudoClass.EVEN
-
- PseudoClass.FILE - Class in jodd.csselly.selector
-
Selects all elements of type file.
- PseudoClass.FILE() - Constructor for class jodd.csselly.selector.PseudoClass.FILE
-
- PseudoClass.FIRST - Class in jodd.csselly.selector
-
Selects the first matched element.
- PseudoClass.FIRST() - Constructor for class jodd.csselly.selector.PseudoClass.FIRST
-
- PseudoClass.FIRST_CHILD - Class in jodd.csselly.selector
-
Same as :nth-child(1).
- PseudoClass.FIRST_CHILD() - Constructor for class jodd.csselly.selector.PseudoClass.FIRST_CHILD
-
- PseudoClass.FIRST_OF_TYPE - Class in jodd.csselly.selector
-
Same as :nth-of-type(1).
- PseudoClass.FIRST_OF_TYPE() - Constructor for class jodd.csselly.selector.PseudoClass.FIRST_OF_TYPE
-
- PseudoClass.HEADER - Class in jodd.csselly.selector
-
Selects all elements that are headers, like h1, h2, h3 and so on.
- PseudoClass.HEADER() - Constructor for class jodd.csselly.selector.PseudoClass.HEADER
-
- PseudoClass.IMAGE - Class in jodd.csselly.selector
-
Selects all elements of type image.
- PseudoClass.IMAGE() - Constructor for class jodd.csselly.selector.PseudoClass.IMAGE
-
- PseudoClass.INPUT - Class in jodd.csselly.selector
-
Selects all input, textarea, select and button elements.
- PseudoClass.INPUT() - Constructor for class jodd.csselly.selector.PseudoClass.INPUT
-
- PseudoClass.LAST - Class in jodd.csselly.selector
-
Selects the last matched element.
- PseudoClass.LAST() - Constructor for class jodd.csselly.selector.PseudoClass.LAST
-
- PseudoClass.LAST_CHILD - Class in jodd.csselly.selector
-
Same as :nth-last-child(1).
- PseudoClass.LAST_CHILD() - Constructor for class jodd.csselly.selector.PseudoClass.LAST_CHILD
-
- PseudoClass.LAST_OF_TYPE - Class in jodd.csselly.selector
-
Same as :nth-last-of-type(1).
- PseudoClass.LAST_OF_TYPE() - Constructor for class jodd.csselly.selector.PseudoClass.LAST_OF_TYPE
-
- PseudoClass.ODD - Class in jodd.csselly.selector
-
Selects odd elements, zero-indexed.
- PseudoClass.ODD() - Constructor for class jodd.csselly.selector.PseudoClass.ODD
-
- PseudoClass.ONLY_CHILD - Class in jodd.csselly.selector
-
Represents an element that has a parent element and whose parent element has no other element children.
- PseudoClass.ONLY_CHILD() - Constructor for class jodd.csselly.selector.PseudoClass.ONLY_CHILD
-
- PseudoClass.ONLY_OF_TYPE - Class in jodd.csselly.selector
-
Represents an element that has a parent element and whose parent
element has no other element children with the same expanded element
name.
- PseudoClass.ONLY_OF_TYPE() - Constructor for class jodd.csselly.selector.PseudoClass.ONLY_OF_TYPE
-
- PseudoClass.PARENT - Class in jodd.csselly.selector
-
Select all elements that are the parent of another element, including text nodes.
- PseudoClass.PARENT() - Constructor for class jodd.csselly.selector.PseudoClass.PARENT
-
- PseudoClass.PASSWORD - Class in jodd.csselly.selector
-
Selects all elements of type password.
- PseudoClass.PASSWORD() - Constructor for class jodd.csselly.selector.PseudoClass.PASSWORD
-
- PseudoClass.RADIO - Class in jodd.csselly.selector
-
Selects all elements of type radio.
- PseudoClass.RADIO() - Constructor for class jodd.csselly.selector.PseudoClass.RADIO
-
- PseudoClass.RESET - Class in jodd.csselly.selector
-
Selects all elements of type reset.
- PseudoClass.RESET() - Constructor for class jodd.csselly.selector.PseudoClass.RESET
-
- PseudoClass.ROOT - Class in jodd.csselly.selector
-
Represents an element that is the root of the document.
- PseudoClass.ROOT() - Constructor for class jodd.csselly.selector.PseudoClass.ROOT
-
- PseudoClass.SELECTED - Class in jodd.csselly.selector
-
Selects all elements that are selected.
- PseudoClass.SELECTED() - Constructor for class jodd.csselly.selector.PseudoClass.SELECTED
-
- PseudoClass.SUBMIT - Class in jodd.csselly.selector
-
Selects all elements of type submit.
- PseudoClass.SUBMIT() - Constructor for class jodd.csselly.selector.PseudoClass.SUBMIT
-
- PseudoClass.TEXT - Class in jodd.csselly.selector
-
Selects all elements of type text.
- PseudoClass.TEXT() - Constructor for class jodd.csselly.selector.PseudoClass.TEXT
-
- PseudoClassSelector - Class in jodd.csselly.selector
-
Pseudo class selector.
- PseudoClassSelector(String) - Constructor for class jodd.csselly.selector.PseudoClassSelector
-
- PseudoFunction<E> - Class in jodd.csselly.selector
-
Pseudo functions.
- PseudoFunction() - Constructor for class jodd.csselly.selector.PseudoFunction
-
- pseudoFunction - Variable in class jodd.csselly.selector.PseudoFunctionSelector
-
- PseudoFunction.CONTAINS - Class in jodd.csselly.selector
-
Selects all elements that contain the specified text.
- PseudoFunction.CONTAINS() - Constructor for class jodd.csselly.selector.PseudoFunction.CONTAINS
-
- PseudoFunction.EQ - Class in jodd.csselly.selector
-
Select the element at index n within the matched set.
- PseudoFunction.EQ() - Constructor for class jodd.csselly.selector.PseudoFunction.EQ
-
- PseudoFunction.GT - Class in jodd.csselly.selector
-
Select all elements at an index greater than index within the matched set.
- PseudoFunction.GT() - Constructor for class jodd.csselly.selector.PseudoFunction.GT
-
- PseudoFunction.LT - Class in jodd.csselly.selector
-
Select all elements at an index less than index within the matched set.
- PseudoFunction.LT() - Constructor for class jodd.csselly.selector.PseudoFunction.LT
-
- PseudoFunction.NTH_CHILD - Class in jodd.csselly.selector
-
The :nth-child(an+b) pseudo-class notation represents an element that has an+b-1
siblings before it in the document tree, for any positive integer or zero value of n,
and has a parent element.
- PseudoFunction.NTH_CHILD() - Constructor for class jodd.csselly.selector.PseudoFunction.NTH_CHILD
-
- PseudoFunction.NTH_LAST_CHILD - Class in jodd.csselly.selector
-
The :nth-last-child(an+b) pseudo-class notation represents an element that has
an+b-1 siblings after it in the document tree, for any positive integer or zero value
of n, and has a parent element.
- PseudoFunction.NTH_LAST_CHILD() - Constructor for class jodd.csselly.selector.PseudoFunction.NTH_LAST_CHILD
-
- PseudoFunction.NTH_LAST_OF_TYPE - Class in jodd.csselly.selector
-
The :nth-last-of-type(an+b) pseudo-class notation represents an element
that has an+b-1 siblings with the same expanded element name after it in the document tree,
for any zero or positive integer value of n, and has a parent element.
- PseudoFunction.NTH_LAST_OF_TYPE() - Constructor for class jodd.csselly.selector.PseudoFunction.NTH_LAST_OF_TYPE
-
- PseudoFunction.NTH_OF_TYPE - Class in jodd.csselly.selector
-
The :nth-of-type(an+b) pseudo-class notation represents an element that
has an+b-1 siblings with the same expanded element name before it in the document tree,
for any zero or positive integer value of n, and has a parent element.
- PseudoFunction.NTH_OF_TYPE() - Constructor for class jodd.csselly.selector.PseudoFunction.NTH_OF_TYPE
-
- PseudoFunctionExpression - Class in jodd.csselly.selector
-
- PseudoFunctionExpression(String) - Constructor for class jodd.csselly.selector.PseudoFunctionExpression
-
- PseudoFunctionSelector<E> - Class in jodd.csselly.selector
-
Pseudo function selector.
- PseudoFunctionSelector(String, String) - Constructor for class jodd.csselly.selector.PseudoFunctionSelector
-
Creates pseudo function selector for given function and expression.
- publicId - Variable in class jodd.lagarto.dom.DocumentType
-
- script(Tag, CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- script(Tag, CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
-
- script(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapter
-
- script(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
-
- script(Tag, CharSequence) - Method in interface jodd.lagarto.TagVisitor
-
Invoked on script tag.
- script(Tag, CharSequence) - Method in class jodd.lagarto.TagWriter
-
- select(String) - Method in class jodd.lagarto.dom.NodeSelector
-
Selects nodes using CSS3 selector query.
- select(NodeFilter) - Method in class jodd.lagarto.dom.NodeSelector
-
- select(Node, List<CssSelector>) - Method in class jodd.lagarto.dom.NodeSelector
-
- selectAndAdd(Node, CssSelector, LinkedList<Node>) - Method in class jodd.lagarto.dom.NodeSelector
-
Selects single node for single selector and appends it to the results.
- selectFirst(String) - Method in class jodd.lagarto.dom.NodeSelector
-
Selects nodes using CSS3 selector query and returns the very first one.
- selectFirst(NodeFilter) - Method in class jodd.lagarto.dom.NodeSelector
-
- Selector - Class in jodd.csselly
-
- Selector(Selector.Type) - Constructor for class jodd.csselly.Selector
-
- Selector.Type - Enum in jodd.csselly
-
Selector types.
- selectors - Variable in class jodd.csselly.CssSelector
-
- selectorsCount() - Method in class jodd.csselly.CssSelector
-
Returns number of selectors.
- selfClosed - Variable in class jodd.lagarto.dom.Element
-
- selfCloseVoidTags - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setAttribute(String, String) - Method in class jodd.lagarto.dom.Node
-
Sets attribute value.
- setAttribute(String) - Method in class jodd.lagarto.dom.Node
-
Sets attribute that doesn't need a value.
- setAttribute(String, boolean, String) - Method in interface jodd.lagarto.Tag
-
Sets new attribute value.
- setAttributeCase(LagartoNodeHtmlRenderer.Case) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
Sets
case of attribute names.
- setAttributeName(int, String) - Method in interface jodd.lagarto.Tag
-
Changes attribute name on specific index.
- setAttributeValue(int, String) - Method in interface jodd.lagarto.Tag
-
Sets value for attribute at specific index.
- setAttributeValue(String, boolean, String) - Method in interface jodd.lagarto.Tag
-
Sets value for attribute at specific index.
- setAttributeValuePreserveSingleQuote(boolean) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
Defines if attribute values should encode apostrophe or not.
- setCalculatePosition(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setCalculatePosition(boolean) - Method in class jodd.lagarto.LagartoParserEngine
-
- setCaseSensitive(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Specifies if tag names are case sensitive.
- setCollectErrors(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Enables error collection during parsing.
- setCombinator(Combinator) - Method in class jodd.csselly.CssSelector
-
Sets combinator.
- setConditionalCommentExpression(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setEnableConditionalComments(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setEnableConditionalComments(boolean) - Method in class jodd.lagarto.LagartoParserEngine
-
Enables detection of IE conditional comments.
- setIgnoreComments(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Specifies if comments should be ignored in DOM tree.
- setIgnoreWhitespacesBetweenTags(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Specifies if whitespaces between open/closed tags should be ignored.
- setImpliedEndTags(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Enables implied end tags for certain tags.
- setModified() - Method in interface jodd.lagarto.Tag
-
- setName(String) - Method in interface jodd.lagarto.Tag
-
Sets new tag name.
- setNodeValue(String) - Method in class jodd.lagarto.dom.Node
-
Sets node value.
- setOutput(Appendable) - Method in class jodd.lagarto.TagWriter
-
- setParseSpecialTagsAsCdata(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setParseSpecialTagsAsCdata(boolean) - Method in class jodd.lagarto.LagartoParserEngine
-
Specifies if special tags should be parsed as CDATA block.
- setRenderer(LagartoNodeHtmlRenderer) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Sets new renderer.
- setSelfCloseVoidTags(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Specifies if void tags should be self closed.
- setTagCase(LagartoNodeHtmlRenderer.Case) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
-
- setTextContent(String) - Method in class jodd.lagarto.dom.Text
-
Sets HTML text, but encodes it first.
- setTextStrict(String) - Method in class jodd.lagarto.dom.Text
-
Sets HTML text, but encodes it first.
- setType(TagType) - Method in interface jodd.lagarto.Tag
-
Sets new tag type.
- setUnclosedTagAsOrphanCheck(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setUseFosterRules(boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
- setValue(String) - Method in class jodd.lagarto.dom.Attribute
-
Sets attribute value.
- setVoidTags(String...) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
-
Sets void tags.
- siblingElementIndex - Variable in class jodd.lagarto.dom.Node
-
- siblingIndex - Variable in class jodd.lagarto.dom.Node
-
- siblingNameIndex - Variable in class jodd.lagarto.dom.Node
-
- siblings() - Method in class jodd.jerry.Jerry
-
Gets the siblings of each element in the set of matched elements.
- size() - Method in class jodd.jerry.Jerry
-
Returns number of nodes in this Jerry.
- skipWhiteSpace() - Method in class jodd.lagarto.LagartoParserEngine
-
Skips all whitespace tokens.
- splits - Variable in class jodd.lagarto.dom.Attribute
-
- start(LagartoParserContext) - Method in class jodd.lagarto.adapter.StripHtmlTagAdapter
-
- start(LagartoParserContext) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- start(LagartoParserContext) - Method in class jodd.lagarto.EmptyTagVisitor
-
- start(LagartoParserContext) - Method in class jodd.lagarto.TagAdapter
-
- start(LagartoParserContext) - Method in class jodd.lagarto.TagAdapterWrapper
-
- start(LagartoParserContext) - Method in interface jodd.lagarto.TagVisitor
-
Invoked on very beginning of the visiting.
- start(LagartoParserContext) - Method in class jodd.lagarto.TagWriter
-
- startTime - Variable in class jodd.lagarto.LagartoParserContext
-
- strip - Variable in class jodd.lagarto.adapter.StripHtmlTagAdapter
-
- StripHtmlTagAdapter - Class in jodd.lagarto.adapter
-
Strips all non-important characters from HTML.
- StripHtmlTagAdapter(TagVisitor) - Constructor for class jodd.lagarto.adapter.StripHtmlTagAdapter
-
- strippedCharsCount - Variable in class jodd.lagarto.adapter.StripHtmlTagAdapter
-
- style(Tag, CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
-
- style(Tag, CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
-
- style(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapter
-
- style(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
-
- style(Tag, CharSequence) - Method in interface jodd.lagarto.TagVisitor
-
Invoked on style tag.
- style(Tag, CharSequence) - Method in class jodd.lagarto.TagWriter
-
- value - Variable in class jodd.csselly.selector.AttributeSelector
-
- value - Variable in class jodd.lagarto.dom.Attribute
-
- valueOf(String) - Static method in enum jodd.csselly.Combinator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.csselly.selector.Match
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.csselly.Selector.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.lagarto.dom.LagartoNodeHtmlRenderer.Case
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.lagarto.dom.Node.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.lagarto.TagType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jodd.lagarto.Token
-
Returns the enum constant of this type with the specified name.
- valueOfFirstChar(char) - Static method in enum jodd.csselly.selector.Match
-
Resolves match type from the first character of the sign.
- valueOfSign(String) - Static method in enum jodd.csselly.selector.Match
-
Resolves match type from the sign.
- values() - Static method in enum jodd.csselly.Combinator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.csselly.selector.Match
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.csselly.Selector.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.lagarto.dom.LagartoNodeHtmlRenderer.Case
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.lagarto.dom.Node.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.lagarto.TagType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jodd.lagarto.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visitor - Variable in class jodd.lagarto.TagAdapterWrapper
-
- voidElement - Variable in class jodd.lagarto.dom.Element
-
- voidTags - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
-