CodeQL library for C/C++
codeql/cpp-all 0.13.0 (changelog, source)
Search

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.Xml

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 location of this element.

from XmlLocatableImpl
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 XmlLocatableImpl