Uses of Interface
org.apache.xpath.ExpressionNode
Packages that use ExpressionNode
Package
Description
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet.In charge of run-time transformations and the production of result trees.
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
Support for XPath operations, such as +, -, string(), etc.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Uses of ExpressionNode in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement ExpressionNodeModifier and TypeClassDescriptionclassThis class processes character events for a XSLT template element.classThis class processes parse events for an exslt func:result element.classThis class processes parse events for an exslt func:function element.classThis class processes parse events for an xsl:import element.classTransformerFactory class for xsl:include markup.classProcesses an XSLT literal-result-element, or something that looks like one.classThis class processes the xsl:stylesheet element.classTransformerFactory for xsl:stylesheet or xsl:transform markup.classThis class processes parse events for an XSLT template element.classProcess xsl:text.classThis class processes an unknown template element.classclassThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements. -
Uses of ExpressionNode in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement ExpressionNodeModifier and TypeClassDescriptionclassImplement xsl:decimal-format.classImplement xsl:apply-imports.classImplement xsl:apply-templates.classImplement xsl:attribute.classImplement xsl:attribute-set.classImplement xsl:call-template.classImplement xsl:choose.classImplement xsl:comment.classImplement xsl:copy.classImplement xsl:copy-of.classImplement xsl:elementclassSimple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.classHandles the EXSLT result element within an EXSLT function element.classImplement func:function.classImplement an extension element.classImplement the declaration of an extension elementclassImplement Script extension elementclassImplement xsl:fallback.classImplement xsl:for-each.classImplement xsl:if.classImplement a Literal Result Element.classImplement xsl:message.classImplement xsl:number.classImplement xsl:otherwise.classImplement xsl:param.classImplement xsl:processing-instruction.classImplement xsl:sort.classImplement xsl:template.classAn instance of this class represents an element inside an xsl:template class.classImplement xsl:template.classImplement a text literal.classImplement an unknown elementclassImplement xsl:use.classImplement xsl:value-of.classImplement xsl:variable.classclassImplement xsl:when.classImplement xsl:with-param.classExecute the Doc() function.classExecute the FormatNumber() function.classExecute the Key() function.classHolds the attribute declarations for the xsl:keys element.classObject to hold an xsl:namespace element.classThis class provides information from xsl:output elements.classRepresents a stylesheet element.classRepresents a stylesheet that has methods that resolve includes and imports.classThis class represents the root object of the stylesheet tree.classThis is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.classAn instance of this class holds unto a variable until it is executed.classThis is the same as XUnresolvedVariable, but it assumes that the context is already set up.Methods in org.apache.xalan.templates that return ExpressionNodeModifier and TypeMethodDescriptionElemTemplateElement.exprGetChild(int i) This method returns a child node.ElemTemplateElement.exprGetParent()Get the ExpressionNode parent of this node.Methods in org.apache.xalan.templates with parameters of type ExpressionNodeModifier and TypeMethodDescriptionvoidElemTemplateElement.exprAddChild(ExpressionNode n, int i) This method tells the node to add its argument to the node's list of children.voidElemTemplateElement.exprSetParent(ExpressionNode n) Set the parent of this node. -
Uses of ExpressionNode in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement ExpressionNodeModifier and TypeClassDescriptionclassThis class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations.classThis class filters nodes from a key iterator, according to whether or not the use value matches the ref value. -
Uses of ExpressionNode in org.apache.xpath
Classes in org.apache.xpath that implement ExpressionNodeModifier and TypeClassDescriptionclassThis abstract class serves as the base for all expression objects.Methods in org.apache.xpath that return ExpressionNodeModifier and TypeMethodDescriptionExpression.exprGetChild(int i) This method returns a child node.ExpressionNode.exprGetChild(int i) This method returns a child node.Expression.exprGetParent()ExpressionNode.exprGetParent()Expression.getExpressionOwner()Get the first non-Expression parent of this node.Methods in org.apache.xpath with parameters of type ExpressionNodeModifier and TypeMethodDescriptionvoidExpression.exprAddChild(ExpressionNode n, int i) This method tells the node to add its argument to the node's list of children.voidExpressionNode.exprAddChild(ExpressionNode n, int i) This method tells the node to add its argument to the node's list of children.voidExpression.exprSetParent(ExpressionNode n) This pair of methods are used to inform the node of its parent.voidExpressionNode.exprSetParent(ExpressionNode n) This pair of methods are used to inform the node of its parent.XPathException.getStylesheetNode(ExpressionNode ex) Get the XSLT ElemVariable that this sub-expression references.Constructors in org.apache.xpath with parameters of type ExpressionNodeModifierConstructorDescriptionXPathException(String message, ExpressionNode ex) Create an XPathException object that holds an error message. -
Uses of ExpressionNode in org.apache.xpath.axes
Classes in org.apache.xpath.axes that implement ExpressionNodeModifier and TypeClassDescriptionclassThis class implements an optimized iterator for attribute axes patterns.classServes as common interface for axes Walkers, and stores common state variables.classBase for iterators that handle predicates.classThis class implements an optimized iterator for "node()" patterns, that is, any children of the context node.classThis class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.classThis class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.classclassClass to use for one-step iteration that doesn't have a predicate, and doesn't need to set the context.classWalker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.classThis class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath.classThis class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern.classThis class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.classThis class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.classThis class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. it can not be used with ancestors, preceding, etc.)classclassWalker for a reverse axes.classThis class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.classThis class defines a simplified type of union iterator that only tests along the child axes.classThis class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.classLocation path iterator that uses Walkers.classThis class iterates over set of nodes that needs to be sorted. -
Uses of ExpressionNode in org.apache.xpath.functions
Classes in org.apache.xpath.functions that implement ExpressionNodeModifier and TypeClassDescriptionclassExecute the Boolean() function.classExecute the Ceiling() function.classExecute the Concat() function.classExecute the Contains() function.classExecute the Count() function.classExecute the current() function.classExecute the proprietary document-location() function, which returns a node set of documents.classExecute the ExtElementAvailable() function.classAn object of this class represents an extension call expression.classExecute the ExtFunctionAvailable() function.classExecute the False() function.classExecute the Floor() function.classExecute the GenerateId() function.classExecute the Id() function.classExecute the Lang() function.classExecute the Last() function.classExecute the LocalPart() function.classExecute the Namespace() function.classExecute the normalize-space() function.classExecute the Not() function.classExecute the Number() function.classExecute the Position() function.classExecute the Qname() function.classExecute the round() function.classExecute the StartsWith() function.classExecute the String() function.classExecute the StringLength() function.classExecute the Substring() function.classExecute the SubstringAfter() function.classExecute the SubstringBefore() function.classExecute the Sum() function.classExecute the SystemProperty() function.classThis is a superclass of all XPath functions.classBase class for functions that accept two arguments.classBase class for functions that accept three arguments.classBase class for functions that accept one argument that can be defaulted if not specified.classBase class for functions that accept an undetermined number of multiple arguments.classBase class for functions that accept one argument.classExecute the Translate() function.classExecute the True() function.classMethods in org.apache.xpath.functions with parameters of type ExpressionNodeModifier and TypeMethodDescriptionvoidFuncExtFunction.exprSetParent(ExpressionNode n) Set the parent node. -
Uses of ExpressionNode in org.apache.xpath.objects
Classes in org.apache.xpath.objects that implement ExpressionNodeModifier and TypeClassDescriptionclassThis class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.classThis class doesn't have any XPathContext, so override whatever to ensure it works OK.classThis class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.classThis class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.classThis class represents an XPath null object, and is capable of converting the null to other types, such as a string.classThis class represents an XPath number, and is capable of converting the number to other types, such as a string.classThis class represents an XPath object, and is capable of converting the object to various types, such as a string.classThis class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.classThis class makes an select statement act like an result tree fragment.classThis class represents an XPath string object, and is capable of converting the string to other types, such as a number.classThis class will wrap a FastStringBuffer and allow forclassThis class will wrap a FastStringBuffer and allow forConstructors in org.apache.xpath.objects with parameters of type ExpressionNodeModifierConstructorDescriptionXRTreeFrag(int root, XPathContext xctxt, ExpressionNode parent) Create an XRTreeFrag Object. -
Uses of ExpressionNode in org.apache.xpath.operations
Classes in org.apache.xpath.operations that implement ExpressionNodeModifier and TypeClassDescriptionclassThe 'and' operation expression executer.classThe 'boolean()' operation expression executer.classThe 'div' operation expression executer.classThe '=' operation expression executer.classThe '>' operation expression executer.classThe '>=' operation expression executer.classThe '<' operation expression executer.classThe '<=' operation expression executer.classThe binary '-' operation expression executer.classThe 'mod' operation expression executer.classThe '*' operation expression executer.classThe unary '-' operation expression executer.classThe '!classThe 'number()' operation expression executer.classThe baseclass for a binary operation.classThe 'or' operation expression executer.classThe '+' operation expression executer.classDeprecated.classThe 'string()' operation expression executer.classThe unary operation base class.classThe variable reference expression executer.classThis is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed. -
Uses of ExpressionNode in org.apache.xpath.patterns
Classes in org.apache.xpath.patterns that implement ExpressionNodeModifier and TypeClassDescriptionclassSpecial context node pattern matcher.classMatch pattern step that contains a function.classThis is the basic node test class for both match patterns and location path steps.classThis class represents a single pattern match step.classThis class represents a union pattern, which can have multiple individual StepPattern patterns.