|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.Expression | +--org.apache.xpath.patterns.UnionPattern
Constructor Summary | |
UnionPattern()
|
Method Summary | |
XObject |
execute(XPathContext xctxt)
Test a node to see if it matches the given node test. |
StepPattern[] |
getPatterns()
|
void |
setPatterns(StepPattern[] patterns)
|
Methods inherited from class org.apache.xpath.Expression |
assert,
error,
warn |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UnionPattern()
Method Detail |
public void setPatterns(StepPattern[] patterns)
public StepPattern[] getPatterns()
public XObject execute(XPathContext xctxt) throws SAXException
xpath
- The xpath that is executing.context
- The current source tree context node.opPos
- The current position in the xpath.m_opMap array.len
- The length of the argument.len
- The type of the step.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |