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

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

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

class
Represents a single attribute name/value segment within a StartTag.
class
Represents the list of Attribute objects present within a particular StartTag.
class
Represents an HTML Character Entity Reference.
class
Represents an HTML Character Reference, implemented by the subclasses CharacterEntityReference and NumericCharacterReference.
class
Represents an element in a specific source document, which encompasses a start tag, an optional end tag and all content in between.
class
Represents the end tag of an element in a specific source document.
class
Represents an HTML form control.
class
Represents an HTML Numeric Character Reference.
class
Represents a source HTML document.
class
Represents the start tag of an element in a specific source document.
class
Represents either a StartTag or EndTag in a specific source document.

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

Constructs a new Renderer based on the specified Segment.
Constructs a new SourceFormatter based on the specified Segment.
Constructs a new TextExtractor based on the specified Segment.

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

boolean
Indicates whether this Segment encloses the specified Segment.
void
Removes the specified segment from this output document.
void
OutputDocument.replace(Segment segment, CharSequence text)
Replaces the specified segment in this output document with the specified text.

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

Segment
Returns the segment representing the content of the element.
Segment
Returns the segment spanning the name of this attribute.
Segment
Returns the segment spanning the name of this tag.
Segment
Returns the segment between the end of the tag's name and the start of its end delimiter.
Segment
Returns the segment spanning the value of this attribute, or null if it has no value.
Segment
Returns the segment spanning the value of this attribute, including quotation marks if any, or null if it has no value.