gnu.kawa.xml

Class UntypedAtomic


public class UntypedAtomic
extends java.lang.Object

A loosely typed string. Can be cast as needed to numbers and other types. Implements the xs:untypedAtomic type of XPath/XQuery, which use it to represent attribute and text values of unvalidated XML.

Constructor Summary

UntypedAtomic(String text)

Method Summary

boolean
equals(Object arg)
int
hashCode()
String
toString()

Constructor Details

UntypedAtomic

public UntypedAtomic(String text)

Method Details

equals

public boolean equals(Object arg)

hashCode

public int hashCode()

toString

public String toString()