Package gnu.kawa.xml
Class UntypedAtomic
- java.lang.Object
-
- gnu.kawa.xml.UntypedAtomic
-
public class UntypedAtomic extends java.lang.ObjectA loosely typed string. Can be cast as needed to numbers and other types. Implements thexs:untypedAtomictype of XPath/XQuery, which use it to represent attribute and text values of unvalidated XML.
-
-
Constructor Summary
Constructors Constructor Description UntypedAtomic(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object arg)inthashCode()java.lang.StringtoString()
-