|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Segment in au.id.jericho.lib.html |
---|
Subclasses of Segment in au.id.jericho.lib.html | |
---|---|
class |
Attribute
Represents a single attribute name/value segment within a StartTag . |
class |
Attributes
Represents the list of Attribute objects present within a particular StartTag . |
class |
CharacterEntityReference
Represents an HTML Character Entity Reference. |
class |
CharacterReference
Represents an HTML Character Reference, implemented by the subclasses CharacterEntityReference and NumericCharacterReference . |
class |
Element
Represents an element in a specific source document, which encompasses a start tag, an optional end tag and all content in between. |
class |
EndTag
Represents the end tag of an element in a specific source document. |
class |
FormControl
Represents an HTML form control. |
class |
NumericCharacterReference
Represents an HTML Numeric Character Reference. |
class |
Source
Represents a source HTML document. |
class |
StartTag
Represents the start tag of an element in a specific source document. |
class |
Tag
Represents either a StartTag or EndTag in a specific source document. |
Methods in au.id.jericho.lib.html that return Segment | |
---|---|
Segment |
Element.getContent()
Returns the segment representing the content of the element. |
Segment |
Tag.getNameSegment()
Returns the segment spanning the name of this tag. |
Segment |
Attribute.getNameSegment()
Returns the segment spanning the name of this attribute. |
Segment |
StartTag.getTagContent()
Returns the segment between the end of the tag's name and the start of its end delimiter. |
Segment |
Attribute.getValueSegment()
Returns the segment spanning the value of this attribute, or null if it has no value. |
Segment |
Attribute.getValueSegmentIncludingQuotes()
Returns the segment spanning the value of this attribute, including quotation marks if any, or null if it has no value. |
Methods in au.id.jericho.lib.html with parameters of type Segment | |
---|---|
boolean |
Segment.encloses(Segment segment)
Indicates whether this Segment encloses the specified Segment . |
void |
OutputDocument.remove(Segment segment)
Removes the specified segment from this output document. |
void |
OutputDocument.replace(Segment segment,
java.lang.CharSequence text)
Replaces the specified segment in this output document with the specified text. |
Constructors in au.id.jericho.lib.html with parameters of type Segment | |
---|---|
Renderer(Segment segment)
Constructs a new Renderer based on the specified Segment . |
|
SourceFormatter(Segment segment)
Constructs a new SourceFormatter based on the specified Segment . |
|
TextExtractor(Segment segment)
Constructs a new TextExtractor based on the specified Segment . |
Uses of Segment in au.id.jericho.lib.html.nodoc |
---|
Subclasses of Segment in au.id.jericho.lib.html.nodoc | |
---|---|
class |
au.id.jericho.lib.html.nodoc.SequentialListSegment
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |