Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xpath.objects: Javadoc index of package org.apache.xpath.objects.


Package Samples:

org.apache.xpath.objects

Classes:

XObject: This class represents an XPath object, and is capable of converting the object to various types, such as a string. This class acts as the base class to other XPath type objects, such as XString, and provides polymorphic casting capabilities.
XRTreeFrag: This class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.
XNodeSetForDOM: This class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.
XNodeSet: This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
XBoolean: This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XString: This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
XNull: This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
XNumber: This class represents an XPath number, and is capable of converting the number to other types, such as a string.
XBooleanStatic: This class doesn't have any XPathContext, so override whatever to ensure it works OK.
XRTreeFragSelectWrapper: This class makes an select statement act like an result tree fragment.
XMLStringFactoryImpl: Class XMLStringFactoryImpl creates XString versions of XMLStrings.
GreaterThanOrEqualComparator: Compare strings or numbers for greater than or equal.
XStringForChars: This class will wrap a FastStringBuffer and allow for
XStringForFSB: This class will wrap a FastStringBuffer and allow for
LessThanOrEqualComparator: Compare strings or numbers for less than or equal.
Comparator: compares nodes for various boolean operations.
GreaterThanComparator: Compare strings or numbers for greater than.
NotEqualComparator: Compare strings or numbers for non-equality.
LessThanComparator: Compare strings or numbers for less than.
EqualComparator: Compare strings or numbers for equality.
XObjectFactory

Home | Contact Us | Privacy Policy | Terms of Service