Class Make::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 codeql.xml.XmlDirect 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 location of this element. | from XmlLocatableImpl |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column | from XmlLocatableImpl |