Package dev.pxml.core.data.node.value
Class Node_ValueElement
- java.lang.Object
-
- dev.pxml.core.data.node.value.ValueElement
-
- dev.pxml.core.data.node.value.Node_ValueElement
-
public class Node_ValueElement extends ValueElement
-
-
Constructor Summary
Constructors Constructor Description Node_ValueElement(PXMLNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextLocationgetLocation()PXMLNodegetNode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Node_ValueElement
public Node_ValueElement(PXMLNode node)
-
-
Method Detail
-
getNode
public PXMLNode getNode()
-
getLocation
public TextLocation getLocation()
- Specified by:
getLocationin classValueElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-