Uses of Interface org.apache.xpath.ExpressionOwner

Uses in package org.apache.xpath.objects

Methods with parameter type org.apache.xpath.ExpressionOwner

void
void
void

Uses in package org.apache.xpath.functions

Classes implementing org.apache.xpath.ExpressionOwner

class
Execute the Boolean() function.
class
Execute the Ceiling() function.
class
Execute the Concat() function.
class
Execute the Contains() function.
class
Execute the Count() function.
class
Execute the proprietary document-location() function, which returns a node set of documents.
class
Execute the ExtElementAvailable() function.
class
Execute the ExtFunctionAvailable() function.
class
Execute the Floor() function.
class
Execute the GenerateId() function.
class
Execute the Id() function.
class
Execute the Lang() function.
class
Execute the LocalPart() function.
class
Execute the Namespace() function.
class
Execute the normalize-space() function.
class
Execute the Not() function.
class
Execute the Number() function.
class
Execute the Qname() function.
class
Execute the round() function.
class
Execute the StartsWith() function.
class
Execute the String() function.
class
Execute the StringLength() function.
class
Execute the Substring() function.
class
Execute the SubstringAfter() function.
class
Execute the SubstringBefore() function.
class
Execute the Sum() function.
class
Execute the SystemProperty() function.
class
Base class for functions that accept two arguments.
class
Base class for functions that accept three arguments.
class
Base class for functions that accept one argument that can be defaulted if not specified.
class
Base class for functions that accept an undetermined number of multiple arguments.
class
Base class for functions that accept one argument.
class
Execute the Translate() function.
class

Methods with parameter type org.apache.xpath.ExpressionOwner

void

Uses in package org.apache.xalan.templates

Classes implementing org.apache.xpath.ExpressionOwner

class
Implement xsl:apply-templates.
class
Implement xsl:call-template.
class
Implement xsl:for-each.
class
Execute the Doc() function.
class
Execute the FormatNumber() function.
class
Execute the Key() function.

Methods with parameter type org.apache.xpath.ExpressionOwner

boolean
Visit a function.
boolean
Visit a LocationPath.
boolean
Visit a predicate within a location path.
boolean
Visit a variable reference.
boolean
Visit a variable reference.

Uses in package org.apache.xpath.operations

Classes implementing org.apache.xpath.ExpressionOwner

class
The 'and' operation expression executer.
class
The 'boolean()' operation expression executer.
class
The 'div' operation expression executer.
class
The '=' operation expression executer.
class
The '>' operation expression executer.
class
The '>=' operation expression executer.
class
The '<' operation expression executer.
class
The '<=' operation expression executer.
class
The binary '-' operation expression executer.
class
The 'mod' operation expression executer.
class
The '*' operation expression executer.
class
The unary '-' operation expression executer.
class
The '!
class
The 'number()' operation expression executer.
class
The baseclass for a binary operation.
class
The 'or' operation expression executer.
class
The '+' operation expression executer.
class
The 'quo' operation expression executer. (no longer supported by XPath).
class
The 'string()' operation expression executer.
class
The unary operation base class.

Methods with parameter type org.apache.xpath.ExpressionOwner

void
void
void

Uses in package org.apache.xpath.patterns

Classes implementing org.apache.xpath.ExpressionOwner

class
Special context node pattern matcher.
class
Match pattern step that contains a function.
class
This class represents a single pattern match step.

Methods with parameter type org.apache.xpath.ExpressionOwner

void
void
void

Uses in package org.apache.xalan.extensions

Methods with parameter type org.apache.xpath.ExpressionOwner

boolean
If the function is an extension function, register the namespace.

Uses in package org.apache.xpath

Classes implementing org.apache.xpath.ExpressionOwner

class
The XPath class wraps an expression object and provides general services for execution of that expression.

Methods with parameter type org.apache.xpath.ExpressionOwner

void
This will traverse the heararchy, calling the visitor for each member.
void
This will traverse the heararchy, calling the visitor for each member.
boolean
Visit a binary operation.
boolean
Visit a function.
boolean
Visit a LocationPath.
boolean
Visit a match pattern.
boolean
Visit a number literal.
boolean
Visit a predicate within a location path.
boolean
Visit a step within a location path.
boolean
Visit a string literal.
boolean
Visit a unary operation.
boolean
Visit a UnionPath.
boolean
Visit a union pattern.
boolean
Visit a variable reference.

Uses in package org.apache.xpath.axes

Classes implementing org.apache.xpath.ExpressionOwner

class
Serves as common interface for axes Walkers, and stores common state variables.
class
Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
class
Walker for a reverse axes.
class
Location path iterator that uses Walkers.
class
This class iterates over set of nodes that needs to be sorted.

Methods with parameter type org.apache.xpath.ExpressionOwner

void
This will traverse the heararchy, calling the visitor for each member.
void
void
void
boolean
Visit a function.
boolean
Visit a predicate within a location path.

Copyright B) 2006 Apache XML Project. All Rights Reserved.