protected StartTag |
StartTagType.constructStartTag(Source source,
int begin,
int end,
java.lang.String name,
Attributes attributes) |
Internal method for the construction of a StartTag object if this type.
|
StartTag |
Segment.getFirstStartTag() |
|
StartTag |
Segment.getFirstStartTag(java.lang.String name) |
|
StartTag |
Segment.getFirstStartTag(java.lang.String attributeName,
java.lang.String value,
boolean valueCaseSensitive) |
Returns the first StartTag with the specified attribute name/value pair enclosed by this segment.
|
StartTag |
Segment.getFirstStartTag(java.lang.String attributeName,
java.util.regex.Pattern valueRegexPattern) |
Returns the first StartTag with the specified attribute name and value pattern that is enclosed by this segment.
|
StartTag |
Segment.getFirstStartTag(StartTagType startTagType) |
|
StartTag |
Segment.getFirstStartTagByClass(java.lang.String className) |
Returns the first StartTag with the specified class that is enclosed by this segment.
|
StartTag |
Source.getNextStartTag(int pos) |
Returns the StartTag beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTag(int pos,
java.lang.String name) |
Returns the normal StartTag with the specified name beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTag(int pos,
java.lang.String attributeName,
java.lang.String value,
boolean valueCaseSensitive) |
Returns the StartTag with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTag(int pos,
java.lang.String attributeName,
java.util.regex.Pattern valueRegexPattern) |
Returns the StartTag with the specified attribute name and value pattern beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTag(int pos,
java.lang.String name,
StartTagType startTagType) |
Returns the StartTag with the specified name and type beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTag(int pos,
StartTagType startTagType) |
Returns the StartTag of the specified type beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getNextStartTagByClass(int pos,
java.lang.String className) |
Returns the StartTag with the specified class beginning at or immediately following the specified position in the source document.
|
StartTag |
Source.getPreviousStartTag(int pos) |
Returns the StartTag at or immediately preceding (or enclosing) the specified position in the source document.
|
StartTag |
Source.getPreviousStartTag(int pos,
java.lang.String name) |
Returns the normal StartTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
|
StartTag |
Source.getPreviousStartTag(int pos,
java.lang.String name,
StartTagType startTagType) |
Returns the StartTag with the specified name and type at or immediately preceding (or enclosing) the specified position in the source document.
|
StartTag |
Source.getPreviousStartTag(int pos,
StartTagType startTagType) |
Returns the StartTag of the specified type at or immediately preceding (or enclosing) the specified position in the source document.
|
StartTag |
Attribute.getStartTag() |
Returns the start tag to which this attribute belongs.
|
StartTag |
Element.getStartTag() |
Returns the start tag of the element.
|