← 返回首页
Make
CodeQL library for Java/Kotlin
codeql/java-all 9.1.0 (changelog, source)

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 XmlParent is either an XmlElement or an XmlFile, both of which can contain other elements.

Parameters

Copyright 2026 GitHub Software UK Ltd.Privacy Statement