org.apache.xpath.patterns
Class ContextMatchStepPattern
java.lang.Object
|
+--org.apache.xpath.Expression
|
+--org.apache.xpath.patterns.NodeTest
|
+--org.apache.xpath.patterns.StepPattern
|
+--org.apache.xpath.patterns.ContextMatchStepPattern
- public class ContextMatchStepPattern
- extends StepPattern
Special context node pattern matcher.
- See Also:
- Serialized Form
Methods inherited from class org.apache.xpath.patterns.StepPattern |
calcScore,
calcTargetString,
canTraverseOutsideSubtree,
execute,
execute,
fixupVariables,
getAxis,
getLastPos,
getMatchScore,
getPredicate,
getPredicateCount,
getPredicates,
getProximityPosition,
getRelativePathPattern,
getTargetString,
setAxis,
setPredicates,
setRelativePathPattern,
toString |
Methods inherited from class org.apache.xpath.patterns.NodeTest |
debugWhatToShow,
getDefaultScore,
getLocalName,
getNamespace,
getNodeTypeTest,
getStaticScore,
getWhatToShow,
initNodeTest,
initNodeTest,
setLocalName,
setNamespace,
setStaticScore,
setWhatToShow |
Methods inherited from class org.apache.xpath.Expression |
asIterator,
asNode,
assertion,
bool,
error,
executeCharsToContentHandler,
isNodesetExpr,
isStableNumber,
num,
setSourceLocator,
warn,
xstr |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ContextMatchStepPattern
public ContextMatchStepPattern(int axis,
int paxis)
- Construct a ContextMatchStepPattern.
- Parameters:
whatToShow
- Bit set defined mainly by NodeFilter
.
execute
public XObject execute(XPathContext xctxt)
throws javax.xml.transform.TransformerException
- Execute this pattern step, including predicates.
- Parameters:
xctxt
- XPath runtime context.- Returns:
NodeTest.SCORE_NODETEST
,
NodeTest.SCORE_NONE
,
NodeTest.SCORE_NSWILD
,
NodeTest.SCORE_QNAME
, or
NodeTest.SCORE_OTHER
.- Throws:
- javax.xml.transform.TransformerException -
- Overrides:
- execute in class StepPattern
executeRelativePathPattern
public XObject executeRelativePathPattern(XPathContext xctxt,
StepPattern prevStep)
throws javax.xml.transform.TransformerException
- Execute the match pattern step relative to another step.
- Parameters:
xctxt
- The XPath runtime context.
NEEDSDOC @param prevStep- Returns:
NodeTest.SCORE_NODETEST
,
NodeTest.SCORE_NONE
,
NodeTest.SCORE_NSWILD
,
NodeTest.SCORE_QNAME
, or
NodeTest.SCORE_OTHER
.- Throws:
- javax.xml.transform.TransformerException -
Copyright © 2001 Apache XML Project. All Rights Reserved.