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

Class XmlDtd

An XML document type definition (DTD).

Example:

<!ELEMENT person (firstName, lastName?)>
<!ELEMENT firstName (#PCDATA)>
<!ELEMENT lastName (#PCDATA)>

Import path

import cpp

Direct supertypes

Indirect supertypes

Predicates

getParent

Gets the parent of this DTD.

getPublicId

Gets the public ID of this DTD.

getRoot

Gets the name of the root element of this DTD.

getSystemId

Gets the system ID of this DTD.

isPublic

Holds if this DTD is public.

toString

Gets a textual representation of this element.

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