Frames | No Frames |
Constructors with parameter type au.id.jericho.lib.html.Source | |
Constructs a new output document based on the specified source document. | |
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 | Indicates whether the specified source document position is at the end of a tag's attributes. |
EndTag | 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 | 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 | Indicates whether a tag of this type is valid in the specified position of the specified source document. |
Attributes | Internal method for the parsing of Attributes . |
boolean | 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. |