Class XmlValue
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlValue
-
public final class XmlValue extends Object
XML value.- Since:
- 0.6
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
object()
Convert hex string to an object.String
string()
Convert hex string to human-readable string.
-
-
-
Constructor Detail
-
XmlValue
public XmlValue(XmlNode node)
Constructor.- Parameters:
node
- XML node.
-
-