BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.apache.xpath

Interface Summary
DOMOrder Nodes that implement this index can return a document order index.
WhitespaceStrippingElementMatcher A class that implements this interface can tell if a given element should strip whitespace nodes from it's children.
XPathFactory Factory class for creating an XPath.
 

Class Summary
Arg This class holds an instance of an argument on the stack.
DOM2Helper This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.
DOMHelper This class provides a front-end to DOM implementations, providing a number of utility functions that either aren't yet standardized by the DOM spec or that are defined in optional DOM modules and hence may not be present in all DOMs.
Expression This abstract class serves as the base for all expression objects.
NodeSet
SourceTree This object represents a Source Tree, and any associated information.
SourceTreeManager This class bottlenecks all management of source trees.
VariableStack Defines a class to keep track of a stack for template arguments and variables.
XPath The XPath class wraps an expression object and provides general services for execution of that expression.
XPathAPI The methods in this class are convenience methods into the low-level XPath API.
XPathContext Default class for the runtime execution context for XPath.
 

Exception Summary
FoundIndex Class to let us know when it's time to do a search from the parent because of indexing.
XPathException This class implements an exception object that all XPath classes will throw in case of an error.
XPathProcessorException Derived from XPathException in order that XPath processor exceptions may be specifically caught.
 

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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

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