Module Make
Provides a class hierarchy for working with XML files.
Import path
import codeql.xml.Xml
Classes
XmlAttribute | An attribute that occurs inside an XML element. |
XmlCharacters | A sequence of characters that occurs between opening and closing tags of an XML element, excluding other elements. |
XmlComment | A comment in an XML file. |
XmlDtd | An XML document type definition (DTD). |
XmlElement | An XML element in an XML file. |
XmlFile | An XML file. |
XmlLocatable | An XML element that has a location. |
XmlNamespace | A namespace used in an XML file. |
XmlParent | An |
Parameters
File | FileSig | |
Location | LocationSig | |
Input | InputSig<Make::File, Make::Location> |