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

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

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

boolean
Indicates whether the text inside the Element of the specified start tag should be excluded from the output.
boolean
Indicates whether the value of the specified attribute in the specified start tag is included in the output.

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 beginning at or immediately following the specified position in the source document.
StartTag
Source.findNextStartTag(int pos, String name)
Returns the normal 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
Source.findNextStartTag(int pos, String name, StartTagType startTagType)
Returns the StartTag with the specified name and type 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 normal StartTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
Source.findPreviousStartTag(int pos, String name, StartTagType startTagType)
Returns the StartTag with the specified name and type at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
Returns the start tag of the element.