BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xpath.compiler.Compiler

Packages that use Compiler
weblogic.apache.xpath.axes   
weblogic.apache.xpath.compiler   
 

Uses of Compiler in weblogic.apache.xpath.axes
 

Methods in weblogic.apache.xpath.axes with parameters of type Compiler
protected  void PredicatedNodeTest.initPredicateInfo(Compiler compiler, int opPos)
          Init predicate info.
 void AxesWalker.init(Compiler compiler, int opPos, int stepType)
          Initialize an AxesWalker during the parse of the XPath expression.
 void FilterExprWalker.init(Compiler compiler, int opPos, int stepType)
          Init a FilterExprWalker.
protected  void UnionPathIterator.loadLocationPaths(Compiler compiler, int opPos, int count)
          Initialize the location path iterators.
protected  LocPathIterator UnionPathIterator.createLocPathIterator(Compiler compiler, int opPos)
          Create a new location path iterator.
static LocPathIterator WalkerFactory.newLocPathIterator(Compiler compiler, int opPos)
          Create a new LocPathIterator iterator.
 

Constructors in weblogic.apache.xpath.axes with parameters of type Compiler
LocPathIterator.LocPathIterator(Compiler compiler, int opPos, int analysis)
          Create a LocPathIterator object, including creation of step walkers from the opcode list, and call back into the Compiler to create predicate expressions.
LocPathIterator.LocPathIterator(Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
          Create a LocPathIterator object, including creation of step walkers from the opcode list, and call back into the Compiler to create predicate expressions.
AttributeIterator.AttributeIterator(Compiler compiler, int opPos, int analysis)
          Create a AttributeIterator object.
DescendantIterator.DescendantIterator(Compiler compiler, int opPos, int analysis)
          Create a DescendantIterator object.
ChildTestIterator.ChildTestIterator(Compiler compiler, int opPos, int analysis)
          Create a ChildTestIterator object.
UnionPathIterator.UnionPathIterator(Compiler compiler, int opPos)
          Create a UnionPathIterator object, including creation of location path iterators from the opcode list, and call back into the Compiler to create predicate expressions.
ChildIterator.ChildIterator(Compiler compiler, int opPos, int analysis)
          Create a ChildIterator object.
 

Uses of Compiler in weblogic.apache.xpath.compiler
 

Methods in weblogic.apache.xpath.compiler with parameters of type Compiler
 void XPathParser.initXPath(Compiler compiler, java.lang.String expression, PrefixResolver namespaceContext)
          Given an string, init an XPath object for selections, in order that a parse doesn't have to be done each time the expression is evaluated.
 void XPathParser.initMatchPattern(Compiler compiler, java.lang.String expression, PrefixResolver namespaceContext)
          Given an string, init an XPath object for pattern matches, in order that a parse doesn't have to be done each time the expression is evaluated.
 


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.