Class XmlCharacters
A sequence of characters that occurs between opening and closing tags of an XML element, excluding other elements.
Example:
<content>This is a sequence of characters.</content>
Import path
import java
Direct supertypes
Indirect supertypes
Predicates
getCharacters |
Gets the content of this character sequence. |
getParent |
Gets the parent of this character sequence. |
isCDATA |
Holds if this character sequence is CDATA. |
toString |
Gets a printable representation of this XML character sequence. |
Inherited predicates
getLocation |
Gets the source location for this element. |
from XmlLocatable |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
from XmlLocatable |