BEA Systems, Inc.


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

Packages that use XObject
weblogic.apache.xalan.templates   
weblogic.apache.xpath.objects   
 

Uses of XObject in weblogic.apache.xalan.templates
 

Subclasses of XObject in weblogic.apache.xalan.templates
 class XUnresolvedVariable
          An instance of this class holds unto a variable until it is executed.
 

Uses of XObject in weblogic.apache.xpath.objects
 

Subclasses of XObject in weblogic.apache.xpath.objects
 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 XPathContext, 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 XNodeSetForDOM
          This class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.
 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 XRTreeFragSelectWrapper
          This class makes an select statement act like an result tree fragment.
 class XString
           This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
 class XStringForChars
          This class will wrap a FastStringBuffer and allow for
 class XStringForFSB
          This class will wrap a FastStringBuffer and allow for
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference