gnu.kawa.xml
Class UntypedAtomic
public
class
UntypedAtomic
extends Object
A loosely typed string.
Can be cast as needed to numbers and other types.
Implements the {@code xs:untypedAtomic} type of XPath/XQuery, which use
it to represent attribute and text values of unvalidated XML.
public UntypedAtomic(String text)
public boolean equals(Object arg)
public int hashCode()
public String toString()