org.apache.xpath.operations
Class And

public class And
extends Operation
The 'and' operation expression executer.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Fields inherited from org.apache.xpath.operationsOperation
Constructor Summary
And()
No description provided.
Method Summary
boolean bool( XPathContext xctxt )
Evaluate this operation directly to a boolean.
XObject execute( XPathContext xctxt )
AND two expressions and return the boolean result.
Methods inherited from org.apache.xpathExpressionOwner
Methods inherited from org.apache.xpathXPathVisitable
And
public And ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
bool
public boolean bool ( XPathContext xctxt )
Evaluate this operation directly to a boolean.
Overrides method in Expression
Parameters
TypeNameDescription
XPathContext xctxt The runtime execution context.
Exceptions
TransformerException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
execute
public XObject execute ( XPathContext xctxt )
AND two expressions and return the boolean result. Override superclass method for optimization purposes.
Overrides method in Operation
Parameters
TypeNameDescription
XPathContext xctxt The runtime execution context.
Exceptions
TransformerException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.