Package net.sourceforge.pmd.lang.xml.ast
-
Interface Summary Interface Description XmlNode This interface represents all XML AST nodes. -
Class Summary Class Description AbstractDomNodeProxy Deprecated. Will be removed in PMD 7, use subclasses as PMD Nodes but not DOM nodes.DumpFacade Deprecated. This class will be removed with PMD 7.XmlNodeWrapper Proxy wrapping an XML DOM node (Node
) to implement PMD interfaces.XmlParser XmlParser.RootXmlNode The root should implementRootNode
.