Uses of Class au.id.jericho.lib.html.StartTag

Uses in package au.id.jericho.lib.html

Methods with return type au.id.jericho.lib.html.StartTag

StartTag
StartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes)
Internal method for the construction of a StartTag object if this type.
StartTag
Returns the StartTag that encloses the specified position in the source document.
StartTag
Returns the StartTag object representing the HTML comment beginning at or immediately following the specified position in the source document.
StartTag
Returns the StartTag beginning at or immediately following the specified position in the source document.
StartTag
Source.findNextStartTag(int pos, String name)
Returns the StartTag with the specified name beginning at or immediately following the specified position in the source document.
StartTag
Source.findNextStartTag(int pos, String attributeName, String value, boolean valueCaseSensitive)
Returns the StartTag with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
StartTag
Returns the StartTag at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
Source.findPreviousStartTag(int pos, String name)
Returns the StartTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
Returns the start tag of the element.