|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.xml_project.morganaxproc.core.XPathInXProcSequence
public class XPathInXProcSequence
Instances of this class represent a ready to evaluate XPath selector sequence
Method Summary | |
---|---|
boolean |
getBoolean(int index)
Returns the effective boolean value for the document with the given index (0 .. n-1). |
java.lang.String |
getExpression()
Returns the expression represented in this XPath sequence |
java.lang.String |
getValue(int index)
Returns the string value for the document with the given index (0 .. n-1). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getExpression()
Returns the expression represented in this XPath sequence
public boolean getBoolean(int index) throws XPathException
Returns the effective boolean value for the document with the given index (0 .. n-1).
index
- the index of the document.
XPathException
- if an error occurred.public java.lang.String getValue(int index) throws XPathException
Returns the string value for the document with the given index (0 .. n-1).
index
- the index of the document.
XPathException
- if an error occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |