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

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

Classes derived from au.id.jericho.lib.html.Tag

class
Represents the end tag of an element in a specific source document.
class
Represents the start tag of an element in a specific source document.

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

boolean
Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag (<![endif]>).
boolean
Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag (<![if ... ]>).

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

Tag
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
Tag
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
Tag
TagType.constructTagAt(Source source, int pos)
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
Tag
Returns the Tag that encloses the specified position in the source document.
Tag
Source.findEnclosingTag(int pos, TagType tagType)
Returns the Tag of the specified type that encloses the specified position in the source document.
Tag
Returns the next tag in the source document.
Tag
Returns the Tag beginning at or immediately following the specified position in the source document.
Tag
Source.findNextTag(int pos, TagType tagType)
Returns the Tag of the specified type beginning at or immediately following the specified position in the source document.
Tag
Returns the previous tag in the source document.
Tag
Returns the Tag beginning at or immediately preceding (or enclosing) the specified position in the source document.
Tag
Source.findPreviousTag(int pos, TagType tagType)
Returns the Tag of the specified type beginning at or immediately preceding (or enclosing) the specified position in the source document.
Tag[]
Parses all of the tags in this source document sequentially from beginning to end.
Tag
Source.getTagAt(int pos)
Returns the Tag at the specified position in the source document.