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

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

Constructors with parameter type au.id.jericho.lib.html.Source

Constructs a new output document based on the specified source document.
Segment.Segment(Source source, int begin, int end)
Constructs a new Segment within the specified source document with the specified begin and end character positions.

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

boolean
StartTagType.atEndOfAttributes(Source source, int pos, boolean isClosingSlashIgnored)
Indicates whether the specified source document position is at the end of a tag's attributes.
EndTag
EndTagType.constructEndTag(Source source, int begin, int end, String name)
Internal method for the construction of an EndTag object of this type.
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.
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.
int
Finds the end of a tag of this type, starting from the specified position in the specified source document.
boolean
TagType.isValidPosition(Source source, int pos, int[] fullSequentialParseData)
Indicates whether a tag of this type is valid in the specified position of the specified source document.
Attributes
StartTagType.parseAttributes(Source source, int startTagBegin, String tagName)
Internal method for the parsing of Attributes.
boolean
TagType.tagEncloses(Source source, int pos)
Indicates whether a tag of this type encloses the specified position of the specified source document.

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

Source
Returns the Source document containing this segment.