Uses of Package
org.apache.xpath.operations
-
Packages that use org.apache.xpath.operations Package Description org.apache.xalan.templates Implements theTemplates
interface, and defines a set of classes that represent an XSLT stylesheet.org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.org.apache.xpath.operations Support for XPath operations, such as +, -, string(), etc. -
Classes in org.apache.xpath.operations used by org.apache.xalan.templates Class Description Variable The variable reference expression executer. -
Classes in org.apache.xpath.operations used by org.apache.xpath Class Description Operation The baseclass for a binary operation.UnaryOperation The unary operation base class.Variable The variable reference expression executer. -
Classes in org.apache.xpath.operations used by org.apache.xpath.operations Class Description Operation The baseclass for a binary operation.UnaryOperation The unary operation base class.Variable The variable reference expression executer.