BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xalan.xpath.XObject

Packages that use XObject
weblogic.apache.xalan.xpath   
weblogic.apache.xalan.xslt   
 

Uses of XObject in weblogic.apache.xalan.xpath
 

Subclasses of XObject in weblogic.apache.xalan.xpath
 class XBoolean
           This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
 class XBooleanStatic
           This class doesn't have any XPathSupport, so override whatever to ensure it works OK.
 class XNodeSet
           This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
 class XNull
           This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
 class XNumber
           This class represents an XPath number, and is capable of converting the number to other types, such as a string.
 class XRTreeFrag
           This class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.
 class XString
           This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
 

Methods in weblogic.apache.xalan.xpath with parameters of type XObject
 boolean XNodeSet.lessThan(XObject obj2)
          Tell if one object is less than the other.
 boolean XNodeSet.lessThanOrEqual(XObject obj2)
          Tell if one object is less than or equal to the other.
 boolean XNodeSet.greaterThan(XObject obj2)
          Tell if one object is greater than the other.
 boolean XNodeSet.greaterThanOrEqual(XObject obj2)
          Tell if one object is greater than the other.
 boolean XNodeSet.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XNodeSet.notEquals(XObject obj2)
          Tell if two objects are functionally not equal.
 boolean XNumber.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XBoolean.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XBooleanStatic.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XRTreeFrag.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XNull.equals(XObject obj2)
          Tell if two objects are functionally equal.
 boolean XString.equals(XObject obj2)
          Tell if two objects are functionally equal.
 

Uses of XObject in weblogic.apache.xalan.xslt
 

Methods in weblogic.apache.xalan.xslt that return XObject
 XObject XSLTProcessor.createXObject(java.lang.Object o)
          Convenience function to create an XObject.
 XObject XSLTEngineImpl.createXObject(java.lang.Object o)
          Convenience function to create an XObject.
 

Methods in weblogic.apache.xalan.xslt with parameters of type XObject
 void XSLTProcessor.setStylesheetParam(java.lang.String key, XObject value)
          Submit a top-level stylesheet parameter.
 void XSLTEngineImpl.setStylesheetParam(java.lang.String key, XObject value)
          Submit a top-level stylesheet parameter.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.