Package dev.pxml.core.data.node
Class EmptyPXMLNode
- java.lang.Object
-
- dev.pxml.core.data.node.PXMLNode
-
- dev.pxml.core.data.node.EmptyPXMLNode
-
public class EmptyPXMLNode extends PXMLNode
-
-
Constructor Summary
Constructors Constructor Description EmptyPXMLNode(NodeName name, TextLocation location, boolean isAttribute)
-
Method Summary
-
Methods inherited from class dev.pxml.core.data.node.PXMLNode
getColumnNumber, getLineNumber, getLocalName, getLocation, getName, getNamespacePrefix, getNamespaceURI, hasNamespace, isAttribute, toString
-
-
-
-
Constructor Detail
-
EmptyPXMLNode
public EmptyPXMLNode(NodeName name, TextLocation location, boolean isAttribute)
-
-