Package org.xmldb.common.xml.queries.xt
Class XObjectImpl
java.lang.Object
org.xmldb.common.xml.queries.xt.XObjectImpl
- All Implemented Interfaces:
Serializable
,XObject
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
-
Field Summary
Fields inherited from interface org.xmldb.common.xml.queries.XObject
CLASS_BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XObjectImpl
- Throws:
IllegalArgumentException
-
-
Method Details
-
getType
-
bool
Description copied from interface:XObject
Cast result object to a boolean. -
num
Description copied from interface:XObject
Cast result object to a number. -
str
Description copied from interface:XObject
Cast result object to a string. -
nodeset
Description copied from interface:XObject
Cast result object to a nodelist. -
rtree
Description copied from interface:XObject
Cast result object to a result tree fragment.
-