| Frames | No Frames |
Classes derived from au.id.jericho.lib.html.Segment | |
| class | |
| class | |
| class | Represents an HTML Character Entity Reference. |
| class | Represents an HTML Character Reference,
implemented by the subclasses CharacterEntityReference and NumericCharacterReference. |
| class | |
| class | |
| class | Represents an HTML form control. |
| class | Represents an HTML Numeric Character Reference. |
| class | Represents a source HTML document. |
| class | |
| class | |
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 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 | 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 | |
| Segment | Returns the segment spanning the value of this attribute, including quotation marks if any,
or null if it has no value. |