$ A B C D E F G H I J L M N O P Q R S T U V W X 

$

$(String) - Method in class jodd.jerry.Jerry
 
$(String, Jerry) - Static method in class jodd.jerry.Jerry
Shortcut for context.find(css).

A

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
Add new error message to the errors list.
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
 

B

b - Variable in class jodd.csselly.selector.PseudoFunctionExpression
 
baseUri - Variable in class jodd.lagarto.dom.DocumentType
 
before(String) - Method in class jodd.jerry.Jerry
Inserts content, specified by the parameter, before each element in the set of matched elements.
blank - Variable in class jodd.lagarto.dom.Text
 
builder - Variable in class jodd.jerry.Jerry
 

C

calculatePosition - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
calculatePosition - Variable in class jodd.lagarto.LagartoParserEngine
 
calculateTagPosition() - Method in interface jodd.lagarto.Tag
Calculates current position of a tag .
caseSensitive - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
CData - Class in jodd.lagarto.dom
CDATA node.
CData(Document, String) - Constructor for class jodd.lagarto.dom.CData
 
cdata(CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
cdata(CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
 
cdata(CharSequence) - Method in class jodd.lagarto.TagAdapter
 
cdata(CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
 
cdata(CharSequence) - Method in interface jodd.lagarto.TagVisitor
Invoked on CDATA sequence.
cdata(CharSequence) - Method in class jodd.lagarto.TagWriter
 
changeOwnerDocument(Node, Document) - Method in class jodd.lagarto.dom.Node
Changes owner document for given node and all its children.
check() - Method in class jodd.lagarto.dom.Node
Checks the health of child nodes.
childElementNodes - Variable in class jodd.lagarto.dom.Node
 
childElementNodesCount - Variable in class jodd.lagarto.dom.Node
 
childNodes - Variable in class jodd.lagarto.dom.Node
 
children() - Method in class jodd.jerry.Jerry
Gets the immediate children of each element in the set of matched elements.
clone() - Method in class jodd.lagarto.dom.Attribute
 
clone() - Method in class jodd.lagarto.dom.CData
 
clone() - Method in class jodd.lagarto.dom.Comment
 
clone() - Method in class jodd.lagarto.dom.Document
 
clone() - Method in class jodd.lagarto.dom.DocumentType
 
clone() - Method in class jodd.lagarto.dom.Element
 
clone() - Method in class jodd.lagarto.dom.Node
 
clone() - Method in class jodd.lagarto.dom.Text
 
clone() - Method in class jodd.lagarto.dom.XmlDeclaration
 
cloneTo(T) - Method in class jodd.lagarto.dom.Node
Copies all non-final values to the empty cloned object.
CLOSED_ON_EOF - Static variable in class jodd.lagarto.dom.HtmlImplicitClosingRules
 
collectErrors - Variable in class jodd.lagarto.dom.Document
 
collectErrors - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
column - Variable in class jodd.lagarto.LagartoLexer.Position
 
Combinator - Enum in jodd.csselly
CSS selector combinators.
combinator - Variable in class jodd.csselly.CssSelector
 
comment(CharSequence) - Method in class jodd.lagarto.adapter.StripHtmlTagAdapter
Skips HTML comments.
Comment - Class in jodd.lagarto.dom
Comment and conditional comment node.
Comment(Document, String) - Constructor for class jodd.lagarto.dom.Comment
Creates regular comment.
Comment(Document, String, boolean, boolean, String) - Constructor for class jodd.lagarto.dom.Comment
Creates conditional comment.
comment(CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
comment(CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
 
comment(CharSequence) - Method in class jodd.lagarto.TagAdapter
 
comment(CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
 
comment(CharSequence) - Method in interface jodd.lagarto.TagVisitor
Invoked on comment.
comment(CharSequence) - Method in class jodd.lagarto.TagWriter
 
compare(String, String) - Method in enum jodd.csselly.selector.Match
Compares attr and val values.
condComment(CharSequence, boolean, boolean, CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
condComment(CharSequence, boolean, boolean, CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
 
condComment(CharSequence, boolean, boolean, CharSequence) - Method in class jodd.lagarto.TagAdapter
 
condComment(CharSequence, boolean, boolean, CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
 
condComment(CharSequence, boolean, boolean, CharSequence) - Method in interface jodd.lagarto.TagVisitor
Invoked on IE conditional comment.
condComment(CharSequence, boolean, boolean, CharSequence) - Method in class jodd.lagarto.TagWriter
 
conditionalCommentExpression - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
conditionalDownlevelHidden - Variable in class jodd.lagarto.dom.Comment
 
createCData(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates tag.
createComment(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates Comment.
createConditionalComment(String, boolean, boolean, String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates conditional Comment.
createCSSelly(String) - Method in class jodd.lagarto.dom.NodeSelector
Creates CSSelly instance for parsing files.
createDocument() - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates root Document node.
createDocumentType(String, String, String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
createElement(Tag, boolean, boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates Element node from a Tag.
createElement(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates empty tag.
createElement(String, boolean, boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates empty Element node.
createElementNode(Tag) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates new element with correct configuration.
createLagartoDOMBuilder() - Method in class jodd.jerry.Jerry.JerryParser
Creates LagartoDomBuilder for parsing.
createNodeSelector(Node) - Method in class jodd.jerry.Jerry
Creates node selector.
createPropertiesMap(String, char, char) - Method in class jodd.jerry.Jerry
 
createPropertiesSet(String, char) - Method in class jodd.jerry.Jerry
 
createText(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Creates Text node.
createXmlDeclaration(Tag) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
css(String) - Method in class jodd.jerry.Jerry
Gets the value of a style property for the first element in the set of matched elements.
css(String, String) - Method in class jodd.jerry.Jerry
Sets one or more CSS properties for the set of matched elements.
css(String...) - Method in class jodd.jerry.Jerry
Sets one or more CSS properties for the set of matched elements.
CSSelly - Class in jodd.csselly
CSS selector parser.
CSSelly(CharSequence) - Constructor for class jodd.csselly.CSSelly
 
CSSelly(CharBuffer) - Constructor for class jodd.csselly.CSSelly
 
CSSellyException - Exception in jodd.csselly
CSSelly exception.
CSSellyException(Throwable) - Constructor for exception jodd.csselly.CSSellyException
 
CSSellyException() - Constructor for exception jodd.csselly.CSSellyException
 
CSSellyException(String) - Constructor for exception jodd.csselly.CSSellyException
 
CSSellyException(String, Throwable) - Constructor for exception jodd.csselly.CSSellyException
 
CSSellyException(String, int, int, int) - Constructor for exception jodd.csselly.CSSellyException
 
CssSelector - Class in jodd.csselly
CSS selector.
CssSelector() - Constructor for class jodd.csselly.CssSelector
 
CssSelector(String) - Constructor for class jodd.csselly.CssSelector
 
currentPosition() - Method in class jodd.lagarto.LagartoLexer
Calculates current position: offset, line and column.

D

deepLevel - Variable in class jodd.lagarto.dom.Node
 
detach() - Method in class jodd.jerry.Jerry
Removes the set of matched elements from the DOM.
detachFromParent() - Method in class jodd.lagarto.dom.Node
Removes this node from DOM tree.
disableDebug() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Disables debug mode.
doctype(String, String, String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
doctype(String, String, String) - Method in class jodd.lagarto.EmptyTagVisitor
 
doctype(String, String, String) - Method in class jodd.lagarto.TagAdapter
 
doctype(String, String, String) - Method in class jodd.lagarto.TagAdapterWrapper
 
doctype(String, String, String) - Method in interface jodd.lagarto.TagVisitor
Invoked on DOCTYPE directive.
doctype(String, String, String) - Method in class jodd.lagarto.TagWriter
 
Document - Class in jodd.lagarto.dom
Document node is always a root node.
Document() - Constructor for class jodd.lagarto.dom.Document
 
Document(boolean, boolean, LagartoNodeHtmlRenderer, LagartoParserContext) - Constructor for class jodd.lagarto.dom.Document
Document constructor with all relevant flags.
DocumentType - Class in jodd.lagarto.dom
Document type node.
DocumentType(Document, String, String, String) - Constructor for class jodd.lagarto.dom.DocumentType
 
domBuilder - Variable in class jodd.jerry.Jerry.JerryParser
 
DOMBuilder - Interface in jodd.lagarto.dom
DOM Builder.
domBuilder - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
doParse(LagartoParser) - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Parses the content using provided lagarto parser.

E

each(JerryFunction) - Method in class jodd.jerry.Jerry
Iterates over a jQuery object, executing a function for each matched element.
each(JerryNodeFunction) - Method in class jodd.jerry.Jerry
Iterates over a jQuery object, executing a function for each matched element.
elapsedTime - Variable in class jodd.lagarto.dom.Document
 
elapsedTime - Variable in class jodd.lagarto.LagartoParserContext
 
element - Variable in class jodd.csselly.CssSelector
 
Element - Class in jodd.lagarto.dom
Tag node.
Element(Document, Tag, boolean, boolean) - Constructor for class jodd.lagarto.dom.Element
 
Element(Document, String) - Constructor for class jodd.lagarto.dom.Element
 
Element(Document, String, boolean, boolean) - Constructor for class jodd.lagarto.dom.Element
 
empty() - Method in class jodd.jerry.Jerry
Removes all child nodes of the set of matched elements from the DOM.
EmptyTagVisitor - Class in jodd.lagarto
Empty tag visitor.
EmptyTagVisitor() - Constructor for class jodd.lagarto.EmptyTagVisitor
 
enableConditionalComments - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
enableConditionalComments - Variable in class jodd.lagarto.LagartoParserEngine
 
enabled - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
While enabled, nodes will be added to the DOM tree.
enableDebug() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Enables debug mode.
enableHtmlMode() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Enables HTML5 parsing mode.
enableHtmlPlusMode() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Enables html mode with additional and somewhat experimental rules.
enableXhtmlMode() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Enables XHTML mode.
enableXmlMode() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Enables XML parsing mode.
end() - Method in class jodd.jerry.Jerry
Ends the most recent filtering operation in the current chain and returns the set of matched elements to its previous state.
end() - Method in class jodd.lagarto.dom.Document
Notifies document that parsing is done.
end() - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
end() - Method in class jodd.lagarto.EmptyTagVisitor
 
end() - Method in class jodd.lagarto.TagAdapter
 
end() - Method in class jodd.lagarto.TagAdapterWrapper
 
end() - Method in interface jodd.lagarto.TagVisitor
Invoked at the end, after all content is visited.
end() - Method in class jodd.lagarto.TagWriter
 
endTime - Variable in class jodd.lagarto.LagartoParserContext
 
eq(int) - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to the one at the specified index.
error(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
error(String) - Method in class jodd.lagarto.EmptyTagVisitor
 
error(String) - Method in class jodd.lagarto.LagartoParserEngine
Prepares error message and reports it to the visitor.
error(String) - Method in class jodd.lagarto.TagAdapter
 
error(String) - Method in class jodd.lagarto.TagAdapterWrapper
 
error(String) - Method in interface jodd.lagarto.TagVisitor
Warn about parsing error.
error(String) - Method in class jodd.lagarto.TagWriter
 
errors - Variable in class jodd.lagarto.dom.Document
 
expression - Variable in class jodd.csselly.selector.PseudoFunctionSelector
 
extractValue(String) - Method in class jodd.csselly.selector.AttributeSelector
 

F

filter(String) - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to those that match the selector.
filter(JerryFunction) - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to those that pass the function's test.
filter(LinkedList<Node>, Node, CssSelector, int) - Method in class jodd.lagarto.dom.NodeSelector
Filter nodes.
find(String) - Method in class jodd.jerry.Jerry
Gets the descendants of each element in the current set of matched elements, filtered by a selector.
findFosterNodes(Node) - Method in class jodd.lagarto.dom.HtmlFosterRules
Finds foster elements.
findLastTable(Node) - Method in class jodd.lagarto.dom.HtmlFosterRules
Finds the last table in stack of open elements.
findMatchingParentOpenTag(String) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Finds matching parent open tag or null if not found.
first() - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to the first in the set.
fixElements() - Method in class jodd.lagarto.dom.HtmlFosterRules
Performs the fix for elements.
fixFosterElements(Document) - Method in class jodd.lagarto.dom.HtmlFosterRules
Fixes foster elements.
fixText() - Method in class jodd.lagarto.dom.HtmlFosterRules
 
fixUnclosedTagsUpToMatchingParent(Tag, Node) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Fixes all unclosed tags up to matching parent.
flushText() - Method in class jodd.lagarto.LagartoParserEngine
Flushes buffered text and stops buffering.
forceBuild - Variable in class jodd.lagarto.TagWriter
 
form(String, JerryFormHandler) - Method in class jodd.jerry.Jerry
Processes all forms, collects all form parameters and calls back the JerryFormHandler.
FOSTER_TABLE_ELEMENTS - Static variable in class jodd.lagarto.dom.HtmlFosterRules
 
fosterElements - Variable in class jodd.lagarto.dom.HtmlFosterRules
 
fosterTexts - Variable in class jodd.lagarto.dom.HtmlFosterRules
 

G

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
Returns DOMBuilder for additional configuration.
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
Returns node type.
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
Returns pseudo class value.
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
Returns LagartoNodeHtmlRenderer instance that generates HTML output.
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
Returns type of tag (e.g. open, close, etc).
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.

H

hasAttribute(String) - Method in class jodd.lagarto.dom.Node
Returns true if node contains an attribute.
hasAttribute(String, boolean) - Method in interface jodd.lagarto.Tag
Detects if an attribute is present.
hasAttributes() - Method in class jodd.lagarto.dom.Node
Returns true if node has attributes.
hasChildNodes() - Method in class jodd.lagarto.dom.Node
Returns true if node has child nodes.
hasClass(String...) - Method in class jodd.jerry.Jerry
Determines whether any of the matched elements are assigned the given class.
hasVoidTags() - Method in class jodd.lagarto.dom.LagartoDOMBuilder
Returns true if void tags are used.
html() - Method in class jodd.jerry.Jerry
Gets the HTML contents of the first element in the set of matched elements.
html(String) - Method in class jodd.jerry.Jerry
Sets the HTML contents of each element in the set of matched elements.
HTML5_VOID_TAGS - Static variable in class jodd.lagarto.dom.LagartoDOMBuilder
Default void tags.
HtmlFosterRules - Class in jodd.lagarto.dom
Simplified HTML foster rules for tables.
HtmlFosterRules() - Constructor for class jodd.lagarto.dom.HtmlFosterRules
 
HtmlImplicitClosingRules - Class in jodd.lagarto.dom
HTML rules for implicitly closing tags.
HtmlImplicitClosingRules() - Constructor for class jodd.lagarto.dom.HtmlImplicitClosingRules
 

I

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
Returns true if tag is TagType.END or TagType.SELF_CLOSING.
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
Returns true if tag is TagType.START or TagType.SELF_CLOSING.
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
Returns true if foster rules should be used.
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.

J

Jerry - Class in jodd.jerry
Jerry is JQuery in Java.
Jerry(DOMBuilder, Node...) - Constructor for class jodd.jerry.Jerry
Creates root Jerry.
Jerry(Jerry, Node...) - Constructor for class jodd.jerry.Jerry
Creates parent Jerry.
Jerry(Jerry, Node[], Node[]) - Constructor for class jodd.jerry.Jerry
 
Jerry(Jerry, List<Node>) - Constructor for class jodd.jerry.Jerry
 
jerry(CharSequence) - Static method in class jodd.jerry.Jerry
Parses input sequence and creates new Jerry.
jerry(CharBuffer) - Static method in class jodd.jerry.Jerry
Parses input content and creates new Jerry.
jerry() - Static method in class jodd.jerry.Jerry
Just creates new Jerry runner to separate parser creation and creation of new Jerry instances.
Jerry.JerryParser - Class in jodd.jerry
Content parser and Jerry factory.
Jerry.JerryParser() - Constructor for class jodd.jerry.Jerry.JerryParser
 
JerryFormHandler - Interface in jodd.jerry
Callback for Jerry form() method.
JerryFunction - Interface in jodd.jerry
Callback function for iterating nodes.
JerryNodeFunction - Interface in jodd.jerry
Callback function for iterating nodes.
jodd - package jodd
 
jodd.csselly - package jodd.csselly
CSSelly - CSS selector parser.
jodd.csselly.selector - package jodd.csselly.selector
Different CSSelector selectors.
jodd.jerry - package jodd.jerry
Jerry - Java JQuery!
jodd.lagarto - package jodd.lagarto
Lagarto - fast markup language (xml/html) event-based parser.
jodd.lagarto.adapter - package jodd.lagarto.adapter
Various useful Lagarto tag adapters that manipulate HTML content.
jodd.lagarto.dom - package jodd.lagarto.dom
Lagarto DOM - create cool DOM tree with Lagarto parser.
JoddLagarto - Class in jodd
Jodd LAGARTO module.
JoddLagarto() - Constructor for class jodd.JoddLagarto
 

L

LagartoDOMBuilder - Class in jodd.lagarto.dom
Lagarto DOM builder creates DOM tree from HTML, XHTML or XML content.
LagartoDOMBuilder() - Constructor for class jodd.lagarto.dom.LagartoDOMBuilder
 
LagartoDOMBuilderTagVisitor - Class in jodd.lagarto.dom
Lagarto tag visitor that builds DOM tree.
LagartoDOMBuilderTagVisitor(LagartoDOMBuilder) - Constructor for class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
LagartoDOMException - Exception in jodd.lagarto.dom
Lagarto DOM exception
LagartoDOMException(Throwable) - Constructor for exception jodd.lagarto.dom.LagartoDOMException
 
LagartoDOMException() - Constructor for exception jodd.lagarto.dom.LagartoDOMException
 
LagartoDOMException(String) - Constructor for exception jodd.lagarto.dom.LagartoDOMException
 
LagartoDOMException(String, Throwable) - Constructor for exception jodd.lagarto.dom.LagartoDOMException
 
LagartoException - Exception in jodd.lagarto
Lagarto exception.
LagartoException(Throwable) - Constructor for exception jodd.lagarto.LagartoException
 
LagartoException() - Constructor for exception jodd.lagarto.LagartoException
 
LagartoException(String) - Constructor for exception jodd.lagarto.LagartoException
 
LagartoException(String, int, int, int) - Constructor for exception jodd.lagarto.LagartoException
 
LagartoException(String, Throwable) - Constructor for exception jodd.lagarto.LagartoException
 
LagartoLexer - Class in jodd.lagarto
Lagarto lexer.
LagartoLexer(CharBuffer) - Constructor for class jodd.lagarto.LagartoLexer
 
LagartoLexer.Position - Class in jodd.lagarto
Current position.
LagartoLexer.Position(int, int, int) - Constructor for class jodd.lagarto.LagartoLexer.Position
 
LagartoLexer.Position(int, int) - Constructor for class jodd.lagarto.LagartoLexer.Position
 
LagartoLexer.Position(int) - Constructor for class jodd.lagarto.LagartoLexer.Position
 
LagartoNodeHtmlRenderer - Class in jodd.lagarto.dom
Pretty HTML code generator from Node.
LagartoNodeHtmlRenderer() - Constructor for class jodd.lagarto.dom.LagartoNodeHtmlRenderer
 
LagartoNodeHtmlRenderer.Case - Enum in jodd.lagarto.dom
Enumeration of case options for output name.
LagartoParser - Class in jodd.lagarto
Parses HTML/XML content using TagVisitor.
LagartoParser(char[]) - Constructor for class jodd.lagarto.LagartoParser
 
LagartoParser(CharSequence) - Constructor for class jodd.lagarto.LagartoParser
 
LagartoParser(CharBuffer) - Constructor for class jodd.lagarto.LagartoParser
 
LagartoParserContext - Class in jodd.lagarto
Lagarto parser context, holder of various data during the parsing.
LagartoParserContext(CharBuffer) - Constructor for class jodd.lagarto.LagartoParserContext
 
LagartoParserEngine - Class in jodd.lagarto
Lagarto HTML/XML parser engine.
LagartoParserEngine() - Constructor for class jodd.lagarto.LagartoParserEngine
 
LagartoParserUtil - Class in jodd.lagarto
Lagarto parser util.
LagartoParserUtil() - Constructor for class jodd.lagarto.LagartoParserUtil
 
last() - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to the last in the set.
lastTables - Variable in class jodd.lagarto.dom.HtmlFosterRules
 
length() - Method in class jodd.jerry.Jerry
Returns number of nodes in this Jerry.
lexer - Variable in class jodd.csselly.CSSelly
 
line - Variable in class jodd.lagarto.LagartoLexer.Position
 
lookupPseudoClass(String) - Static method in class jodd.csselly.selector.PseudoClassSelector
Lookups pseudo class for given pseudo class name.
lookupPseudoFunction(String) - Static method in class jodd.csselly.selector.PseudoFunctionSelector
Lookups pseudo function for given pseudo function name.
lowercase - Variable in class jodd.lagarto.dom.Document
 
lt(int) - Method in class jodd.jerry.Jerry
Reduces the set of matched elements to the one at an index less than specified index.

M

match - Variable in class jodd.csselly.selector.AttributeSelector
 
Match - Enum in jodd.csselly.selector
Attribute relation matcher.
match(Node) - Method in class jodd.csselly.selector.PseudoClass.BUTTON
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.CHECKBOX
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.CHECKED
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.EMPTY
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.EVEN
 
match(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClass.EVEN
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.FILE
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.FIRST
 
match(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClass.FIRST
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.FIRST_CHILD
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.FIRST_OF_TYPE
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.HEADER
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.IMAGE
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.INPUT
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.LAST
 
match(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClass.LAST
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.LAST_CHILD
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.LAST_OF_TYPE
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass
Returns true if node matches the pseudoclass.
match(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClass
Returns true if node matches the pseudoclass within current results.
match(Node) - Method in class jodd.csselly.selector.PseudoClass.ODD
 
match(LinkedList<Node>, Node, int) - Method in class jodd.csselly.selector.PseudoClass.ODD
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.ONLY_CHILD
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.ONLY_OF_TYPE
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.PARENT
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.PASSWORD
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.RADIO
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.RESET
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.ROOT
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.SELECTED
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.SUBMIT
 
match(Node) - Method in class jodd.csselly.selector.PseudoClass.TEXT
 
match(Node, String) - Method in class jodd.csselly.selector.PseudoFunction.CONTAINS
 
match(Node, Integer) - Method in class jodd.csselly.selector.PseudoFunction.EQ
 
match(LinkedList<Node>, Node, int, Integer) - Method in class jodd.csselly.selector.PseudoFunction.EQ
 
match(Node, Integer) - Method in class jodd.csselly.selector.PseudoFunction.GT
 
match(LinkedList<Node>, Node, int, Integer) - Method in class jodd.csselly.selector.PseudoFunction.GT
 
match(Node, Integer) - Method in class jodd.csselly.selector.PseudoFunction.LT
 
match(LinkedList<Node>, Node, int, Integer) - Method in class jodd.csselly.selector.PseudoFunction.LT
 
match(Node, E) - Method in class jodd.csselly.selector.PseudoFunction
Matches node using provided parsed expression.
match(LinkedList<Node>, Node, int, E) - Method in class jodd.csselly.selector.PseudoFunction
Returns true if node matches the pseudoclass within current results.
match(Node, PseudoFunctionExpression) - Method in class jodd.csselly.selector.PseudoFunction.NTH_CHILD
 
match(Node, PseudoFunctionExpression) - Method in class jodd.csselly.selector.PseudoFunction.NTH_LAST_CHILD
 
match(Node, PseudoFunctionExpression) - Method in class jodd.csselly.selector.PseudoFunction.NTH_LAST_OF_TYPE
 
match(Node, PseudoFunctionExpression) - Method in class jodd.csselly.selector.PseudoFunction.NTH_OF_TYPE
 
match(int) - Method in class jodd.csselly.selector.PseudoFunctionExpression
Matches expression with the value.
matchElement(Node) - Method in class jodd.csselly.CssSelector
Matches element to css selector.

N

name - Variable in class jodd.csselly.selector.AttributeSelector
 
name - Variable in class jodd.lagarto.dom.Attribute
 
next() - Method in class jodd.jerry.Jerry
Gets the immediately following sibling of each element in the set of matched elements.
nextCssSelector - Variable in class jodd.csselly.CssSelector
 
nextToken() - Method in class jodd.lagarto.LagartoParserEngine
Returns the next token from lexer or previously fetched token.
Node - Class in jodd.lagarto.dom
DOM node.
Node(Document, Node.NodeType, String) - Constructor for class jodd.lagarto.dom.Node
Creates new node.
Node(Document, Node.NodeType, String, int) - Constructor for class jodd.lagarto.dom.Node
Creates new node.
Node.NodeType - Enum in jodd.lagarto.dom
Node types.
NodeFilter - Interface in jodd.lagarto.dom
Node filter.
NodeListFilter - Interface in jodd.lagarto.dom
 
nodeName - Variable in class jodd.lagarto.dom.Node
 
nodeRawName - Variable in class jodd.lagarto.dom.Node
 
nodes - Variable in class jodd.jerry.Jerry
 
NodeSelector - Class in jodd.lagarto.dom
Node selector selects DOM nodes using CSS3 selectors.
NodeSelector(Node) - Constructor for class jodd.lagarto.dom.NodeSelector
 
nodeType - Variable in class jodd.lagarto.dom.Node
 
nodeValue - Variable in class jodd.lagarto.dom.Node
 
not(String) - Method in class jodd.jerry.Jerry
Removes elements from the set of matched elements.

O

offset - Variable in class jodd.lagarto.dom.Node
 
offset - Variable in class jodd.lagarto.LagartoLexer.Position
 
offset - Variable in class jodd.lagarto.LagartoParserContext
 
onForm(Jerry, Map<String, String[]>) - Method in interface jodd.jerry.JerryFormHandler
Invoked for each matched form.
onNode(Jerry, int) - Method in interface jodd.jerry.JerryFunction
Invoked on node.
onNode(Node, int) - Method in interface jodd.jerry.JerryNodeFunction
Invoked on node.
ownerDocument - Variable in class jodd.lagarto.dom.Node
 

P

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
Invokes parsing on DOMBuilder.
parse(CharBuffer) - Method in class jodd.jerry.Jerry.JerryParser
Invokes parsing on DOMBuilder.
parse(CharSequence) - Method in interface jodd.lagarto.dom.DOMBuilder
Parses content and returns root document node.
parse(CharBuffer) - Method in interface jodd.lagarto.dom.DOMBuilder
Parses content and returns root document node.
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
Parses content using provided TagVisitor.
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
Pseudo function expression, in form: an + b.
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
 

Q

quoteChar - Variable in class jodd.csselly.selector.AttributeSelector
 

R

rawName - Variable in class jodd.lagarto.dom.Attribute
 
regionIndexOf(CharSequence, int, int, char) - Static method in class jodd.lagarto.LagartoParserUtil
Returns the index of matching character in character sequence region.
regionIndexOf(CharSequence, int, int, String) - Static method in class jodd.lagarto.LagartoParserUtil
Returns the index of matching string in character sequence region.
regionStartWith(CharSequence, int, int, String) - Static method in class jodd.lagarto.LagartoParserUtil
Returns true if character sequence region starts with provided string.
registerPseudoClass(Class<? extends PseudoClass>) - Static method in class jodd.csselly.selector.PseudoClassSelector
Registers pseudo class.
registerPseudoFunction(Class<? extends PseudoFunction>) - Static method in class jodd.csselly.selector.PseudoFunctionSelector
Registers pseudo function.
reindexChildren() - Method in class jodd.lagarto.dom.Node
Reindex children nodes.
reindexChildrenOnAdd(int) - Method in class jodd.lagarto.dom.Node
Optimized variant of Node.reindexChildren() for addition.
remove() - Method in class jodd.jerry.Jerry
Removes the set of matched elements from the DOM.
removeAllChilds() - Method in class jodd.lagarto.dom.Node
Removes all child nodes.
removeAttr(String) - Method in class jodd.jerry.Jerry
Removes an attribute from each element in the set of matched elements.
removeAttribute(String) - Method in class jodd.lagarto.dom.Node
 
removeAttribute(int) - Method in interface jodd.lagarto.Tag
Removes attribute.
removeAttribute(String, boolean) - Method in interface jodd.lagarto.Tag
Removes attribute.
removeAttributes() - Method in interface jodd.lagarto.Tag
Removes all attributes.
removeChild(int) - Method in class jodd.lagarto.dom.Node
Removes child node at given index.
removeChild(Node) - Method in class jodd.lagarto.dom.Node
Removes child node.
removeClass(String...) - Method in class jodd.jerry.Jerry
Removes a single class, multiple classes, or all classes from each element in the set of matched elements.
removeLastChildNodeIfEmptyText(Node, boolean) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
Removes last child node if contains just empty text.
renderAttribute(Node, Attribute, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders attribute.
renderCData(CData, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders cdata.
renderComment(Comment, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders comments.
renderDocumentType(DocumentType, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders DocumentType.
renderElement(Element, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders single element.
renderElementBody(Element, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders element body.
renderer - Variable in class jodd.lagarto.dom.Document
 
renderer - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
renderNodeValue(Node, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders generic node value.
renderText(Text, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders text nodes.
renderXmlDeclaration(XmlDeclaration, Appendable) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders XmlDeclaration nodes.
reset() - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Resets all cases to default.
resolveAttributeName(Node, Attribute) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders attribute name.
resolveNodeName(Node) - Method in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Renders node name.
root() - Method in class jodd.jerry.Jerry
Returns root Jerry.
rootNode - Variable in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
rootNode - Variable in class jodd.lagarto.dom.NodeSelector
 

S

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
Inner selector of CssSelector.
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
Resolves current position on parsing errors and for DOM elements.
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
Force Tag.isModified() to be true.
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
Sets case of tag names.
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
 

T

TABLE_ELEMENTS - Static variable in class jodd.lagarto.dom.HtmlFosterRules
 
tag(Tag) - Method in class jodd.lagarto.adapter.StripHtmlTagAdapter
 
tag(Tag) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
tag(Tag) - Method in class jodd.lagarto.EmptyTagVisitor
 
Tag - Interface in jodd.lagarto
Tag information.
tag(Tag) - Method in class jodd.lagarto.TagAdapter
 
tag(Tag) - Method in class jodd.lagarto.TagAdapterWrapper
 
tag(Tag) - Method in interface jodd.lagarto.TagVisitor
Invoked on tag (open, close or empty).
tag(Tag) - Method in class jodd.lagarto.TagWriter
 
TagAdapter - Class in jodd.lagarto
Tag adapter.
TagAdapter(TagVisitor) - Constructor for class jodd.lagarto.TagAdapter
 
TagAdapterWrapper - Class in jodd.lagarto
Adapter wrapper over a visitor that calls target after the execution.
TagAdapterWrapper(TagVisitor, TagVisitor) - Constructor for class jodd.lagarto.TagAdapterWrapper
 
tagCase - Variable in class jodd.lagarto.dom.LagartoNodeHtmlRenderer
Letter case of tag names.
TagType - Enum in jodd.lagarto
Tag type.
TagVisitor - Interface in jodd.lagarto
Handler that receives callbacks as content is parsed.
TagWriter - Class in jodd.lagarto
Tag writer outputs content to destination.
TagWriter(Appendable) - Constructor for class jodd.lagarto.TagWriter
 
TagWriter(Appendable, boolean) - Constructor for class jodd.lagarto.TagWriter
 
TagWriterUtil - Class in jodd.lagarto
Some common tag writer util methods.
TagWriterUtil() - Constructor for class jodd.lagarto.TagWriterUtil
 
target - Variable in class jodd.lagarto.TagAdapter
 
target - Variable in class jodd.lagarto.TagAdapterWrapper
 
text() - Method in class jodd.jerry.Jerry
Gets the combined text contents of each element in the set of matched elements, including their descendants.
text(String) - Method in class jodd.jerry.Jerry
Sets the content of each element in the set of matched elements to the specified text.
text(CharSequence) - Method in class jodd.lagarto.adapter.StripHtmlTagAdapter
Cleans unnecessary whitespaces.
text(CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
Text - Class in jodd.lagarto.dom
 
Text(Document, String) - Constructor for class jodd.lagarto.dom.Text
 
text(CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
 
text() - Method in class jodd.lagarto.LagartoParserEngine
Returns current text.
text(CharSequence) - Method in class jodd.lagarto.TagAdapter
 
text(CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
 
text(CharSequence) - Method in interface jodd.lagarto.TagVisitor
Invoked on text i.e. anything other than a tag.
text(CharSequence) - Method in class jodd.lagarto.TagWriter
 
toggleClass(String...) - Method in class jodd.jerry.Jerry
Adds or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
toHtml(Appendable) - Method in class jodd.lagarto.dom.CData
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.Comment
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.Document
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.DocumentType
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.Element
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.Node
Generates HTML by appending it to the provided Appendable.
toHtml(Appendable) - Method in class jodd.lagarto.dom.Text
 
toHtml(Appendable) - Method in class jodd.lagarto.dom.XmlDeclaration
 
toInnerHtml(Appendable) - Method in class jodd.lagarto.dom.Node
 
Token - Enum in jodd.lagarto
Lexer tokens.
toString(List<CssSelector>) - Static method in class jodd.csselly.CSSelly
Returns string representation of given list of selectors.
toString() - Method in class jodd.csselly.CssSelector
Generates CSS selector for the output.
toString() - Method in class jodd.lagarto.dom.Element
 
toString() - Method in class jodd.lagarto.LagartoLexer.Position
 
toString() - Method in interface jodd.lagarto.Tag
Get the complete tag.
type - Variable in class jodd.csselly.Selector
 

U

unclosedTagAsOrphanCheck - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 
unescape(String) - Method in class jodd.csselly.CssSelector
Unescapes CSS string by removing all backslash characters from it.
useFosterRules - Variable in class jodd.lagarto.dom.LagartoDOMBuilder
 

V

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
 

W

walk(Node, NodeFilter, LinkedList<Node>) - Method in class jodd.lagarto.dom.NodeSelector
 
walk(Node, CssSelector, LinkedList<Node>) - Method in class jodd.lagarto.dom.NodeSelector
Finds nodes in the tree that matches single selector.
walkDescendantsIteratively(LinkedList<Node>, CssSelector, LinkedList<Node>) - Method in class jodd.lagarto.dom.NodeSelector
Walks over the child notes, maintaining the tree order and not using recursion.
wrap(String) - Method in class jodd.jerry.Jerry
Wraps an HTML structure around each element in the set of matched elements.
writeCData(Appendable, CharSequence) - Static method in class jodd.lagarto.TagWriterUtil
 
writeComment(Appendable, CharSequence) - Static method in class jodd.lagarto.TagWriterUtil
 
writeConditionalComment(Appendable, CharSequence, boolean, boolean, CharSequence) - Static method in class jodd.lagarto.TagWriterUtil
 
writeDoctype(Appendable, String, String, String) - Static method in class jodd.lagarto.TagWriterUtil
 
writeTo(Appendable) - Method in interface jodd.lagarto.Tag
Shortcut for writeTo(out, false).
writeTo(Appendable, boolean) - Method in interface jodd.lagarto.Tag
Write out the complete tag.

X

xml(Tag) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
xml(Tag) - Method in class jodd.lagarto.EmptyTagVisitor
 
xml(Tag) - Method in class jodd.lagarto.TagAdapter
 
xml(Tag) - Method in class jodd.lagarto.TagAdapterWrapper
 
xml(Tag) - Method in interface jodd.lagarto.TagVisitor
Invoked on xml declaration.
xml(Tag) - Method in class jodd.lagarto.TagWriter
 
XmlDeclaration - Class in jodd.lagarto.dom
XML declaration node.
XmlDeclaration(Document, Tag) - Constructor for class jodd.lagarto.dom.XmlDeclaration
 
XmlDeclaration(Document, String) - Constructor for class jodd.lagarto.dom.XmlDeclaration
 
xmp(Tag, CharSequence) - Method in class jodd.lagarto.dom.LagartoDOMBuilderTagVisitor
 
xmp(Tag, CharSequence) - Method in class jodd.lagarto.EmptyTagVisitor
 
xmp(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapter
 
xmp(Tag, CharSequence) - Method in class jodd.lagarto.TagAdapterWrapper
 
xmp(Tag, CharSequence) - Method in interface jodd.lagarto.TagVisitor
Invoked on xmp tag.
xmp(Tag, CharSequence) - Method in class jodd.lagarto.TagWriter
 
$ A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2003-2013 Jodd Team