|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XObject | |
org.apache.xalan.xpath | Infrastructure for processing XPATH expressions |
org.apache.xalan.xslt | The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. |
Uses of XObject in org.apache.xalan.xpath |
Subclasses of XObject in org.apache.xalan.xpath | |
class |
XBoolean
Deprecated. This compatibility layer will be removed in later releases. |
class |
XBooleanStatic
Deprecated. This compatibility layer will be removed in later releases. |
class |
XNodeSet
Deprecated. This compatibility layer will be removed in later releases. |
class |
XNull
Deprecated. This compatibility layer will be removed in later releases. |
class |
XNumber
Deprecated. This compatibility layer will be removed in later releases. |
class |
XRTreeFrag
Deprecated. This compatibility layer will be removed in later releases. |
class |
XString
Deprecated. This compatibility layer will be removed in later releases. |
Methods in org.apache.xalan.xpath with parameters of type XObject | |
boolean |
XObject.lessThan(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
XObject.lessThanOrEqual(XObject obj2)
Deprecated. Tell if one object is less than or equal to the other. |
boolean |
XObject.greaterThan(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
XObject.greaterThanOrEqual(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
XObject.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XObject.notEquals(XObject obj2)
Deprecated. Tell if two objects are functionally not equal. |
boolean |
XBoolean.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XBooleanStatic.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XRTreeFrag.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XNumber.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XNull.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XNodeSet.lessThan(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
XNodeSet.lessThanOrEqual(XObject obj2)
Deprecated. Tell if one object is less than or equal to the other. |
boolean |
XNodeSet.greaterThan(XObject obj2)
Deprecated. Tell if one object is greater than the other. |
boolean |
XNodeSet.greaterThanOrEqual(XObject obj2)
Deprecated. Tell if one object is greater than the other. |
boolean |
XNodeSet.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
boolean |
XNodeSet.notEquals(XObject obj2)
Deprecated. Tell if two objects are functionally not equal. |
boolean |
XString.equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
Uses of XObject in org.apache.xalan.xslt |
Methods in org.apache.xalan.xslt that return XObject | |
XObject |
XSLTProcessor.createXObject(java.lang.Object o)
Deprecated. Convenience function to create an XObject. |
XObject |
XSLTEngineImpl.createXObject(java.lang.Object o)
Deprecated. Convenience function to create an XObject. |
Methods in org.apache.xalan.xslt with parameters of type XObject | |
void |
XSLTProcessor.setStylesheetParam(java.lang.String key,
XObject value)
Deprecated. Submit a top-level stylesheet parameter. |
void |
XSLTEngineImpl.setStylesheetParam(java.lang.String key,
XObject value)
Deprecated. Submit a top-level stylesheet parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |