CodeQL library for Python
codeql/python-all 0.10.4 ( changelog , source )
Search

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 python

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 startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from XmlLocatable