org.apache.xpath.objects |
XPath objects Package.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
Java Source File Name | Type | Comment |
DTMXRTreeFrag.java | Class | |
XBoolean.java | Class | This class represents an XPath boolean object, and is capable of
converting the boolean to other types, such as a string. |
XBooleanStatic.java | Class | This class doesn't have any XPathContext, so override
whatever to ensure it works OK. |
XMLStringFactoryImpl.java | Class | Class XMLStringFactoryImpl creates XString versions of XMLStrings. |
XNodeSet.java | Class | This class represents an XPath nodeset object, and is capable of
converting the nodeset to other types, such as a string. |
XNodeSetForDOM.java | Class | This class overrides the XNodeSet#object() method to provide the original
Node object, NodeList object, or NodeIterator. |
XNull.java | Class | This class represents an XPath null object, and is capable of
converting the null to other types, such as a string. |
XNumber.java | Class | This class represents an XPath number, and is capable of
converting the number to other types, such as a string. |
XObject.java | Class | This class represents an XPath object, and is capable of
converting the object to various types, such as a string. |
XObjectFactory.java | Class | |
XRTreeFrag.java | Class | This class represents an XPath result tree fragment object, and is capable of
converting the RTF to other types, such as a string. |
XRTreeFragSelectWrapper.java | Class | This class makes an select statement act like an result tree fragment. |
XString.java | Class | This class represents an XPath string object, and is capable of
converting the string to other types, such as a number. |
XStringForChars.java | Class | |
XStringForFSB.java | Class | |