|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.swan.xpath.pattern.PredicatedPattern | +--net.sf.swan.xpath.pattern.Step | +--net.sf.swan.xpath.pattern.DescendantStep
Fields inherited from interface net.sf.swan.xpath.pattern.NodeTypes |
ANY_NODE, ATTRIBUTE_NODE, COMMENT_NODE, DOCUMENT_NODE, ELEMENT_NODE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE |
Constructor Summary | |
DescendantStep(NodeTest nodeTest,
Pattern nextStep)
|
Method Summary | |
protected boolean |
matchNext(java.lang.Object originNode,
org.jaxen.ContextSupport support,
Pattern next)
|
Methods inherited from class net.sf.swan.xpath.pattern.Step |
getDefaultPriority, getMatchNodeName, getMatchNodeType, getNodeTest, getParentPattern, match, setParentPattern, simplify |
Methods inherited from class net.sf.swan.xpath.pattern.PredicatedPattern |
applyPredicate, evaluatePredicates, getPredicates, hasPredicates, setPredicates, simplifyPredicates |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DescendantStep(NodeTest nodeTest, Pattern nextStep)
Method Detail |
protected boolean matchNext(java.lang.Object originNode, org.jaxen.ContextSupport support, Pattern next) throws org.jaxen.JaxenException
matchNext
in class Step
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |