Modifier and Type | Method and Description |
---|---|
protected EndTag |
EndTagType.constructEndTag(Source source,
int begin,
int end,
java.lang.String name)
Internal method for the construction of an
EndTag object of this type. |
EndTag |
Element.getEndTag()
Returns the end tag of the element.
|
EndTag |
Source.getNextEndTag(int pos)
Returns the
EndTag beginning at or immediately following the specified position in the source document. |
EndTag |
Source.getNextEndTag(int pos,
EndTagType endTagType)
|
EndTag |
Source.getNextEndTag(int pos,
java.lang.String name)
|
EndTag |
Source.getNextEndTag(int pos,
java.lang.String name,
EndTagType endTagType)
|
EndTag |
Source.getPreviousEndTag(int pos)
|
EndTag |
Source.getPreviousEndTag(int pos,
EndTagType endTagType)
|
EndTag |
Source.getPreviousEndTag(int pos,
java.lang.String name)
|