Uses of Class
net.sourceforge.pmd.lang.ast.xpath.saxon.ElementNode
-
Packages that use ElementNode Package Description net.sourceforge.pmd.lang.ast.xpath.saxon -
-
Uses of ElementNode in net.sourceforge.pmd.lang.ast.xpath.saxon
Fields in net.sourceforge.pmd.lang.ast.xpath.saxon declared as ElementNode Modifier and Type Field Description protected ElementNodeBaseNodeInfo. parentprotected ElementNodeBaseNodeInfo. parentprotected ElementNodeElementNode. parentDeprecated.protected ElementNodeDocumentNode. rootNodeDeprecated.The root ElementNode of the DocumentNode.protected ElementNodeAttributeAxisIterator. startNodeInfoDeprecated.Fields in net.sourceforge.pmd.lang.ast.xpath.saxon with type parameters of type ElementNode Modifier and Type Field Description Map<Node,ElementNode>DocumentNode. nodeToElementNodeDeprecated.Mapping from AST Node to corresponding ElementNode.Constructors in net.sourceforge.pmd.lang.ast.xpath.saxon with parameters of type ElementNode Constructor Description AttributeAxisIterator(ElementNode startNodeInfo)Deprecated.Create an iterator over the Attribute axis for the given ElementNode.AttributeNode(ElementNode parent, Attribute attribute, int id)Deprecated.Creates a new AttributeNode from a PMD Attribute.ElementNode(DocumentNode document, IdGenerator idGenerator, ElementNode parent, Node node, int siblingPosition)Deprecated.ElementNode(DocumentNode document, IdGenerator idGenerator, ElementNode parent, Node node, int siblingPosition, net.sf.saxon.om.NamePool namePool)Deprecated.
-