| Frames | No Frames |
Classes derived from au.id.jericho.lib.html.Tag | |
| class | |
| class | |
Methods with parameter type au.id.jericho.lib.html.Tag | |
| boolean | Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag
( <![endif]>). |
| boolean | Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag
( <![if ... ]>). |
Methods with return type au.id.jericho.lib.html.Tag | |
| 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. |
| Tag | Source.findEnclosingTag(int pos) |
| Tag | |
| Tag | Returns the next tag in the source document. |
| Tag | Source.findNextTag(int pos) Returns the Tag beginning at or immediately following the specified position in the source document. |
| Tag | |
| Tag | Returns the previous tag in the source document. |
| Tag | Source.findPreviousTag(int pos) |
| Tag | |
| Tag[] | Parses all of the tags in this source document sequentially from beginning to end. |
| Tag | Returns the Tag at the specified position in the source document. |