|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.swan.xpath.pattern.Match
Constructor Summary | |
|
Match()
|
protected |
Match(org.jaxen.ContextSupport support)
|
Method Summary | |
java.lang.Object |
getObject()
Retrieve the object associated with the current match. |
double |
getPriority()
|
boolean |
next()
Progress to the next match. |
void |
replaceObject(java.lang.Object newObj)
Replace the object associated with the current match. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Match()
protected Match(org.jaxen.ContextSupport support)
Method Detail |
public java.lang.Object getObject()
java.util.NoSuchElementException
- if there is no current matchpublic void replaceObject(java.lang.Object newObj)
java.util.NoSuchElementException
- if there is no current matchpublic double getPriority()
public boolean next() throws org.jaxen.JaxenException
false
if there is no next match,
otherwise true
org.jaxen.JaxenException
- if an error occurs while evaluating
an expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |