|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.XPathContext.XPathExpressionContext
Constructor Summary | |
XPathContext.XPathExpressionContext()
|
Method Summary | |
Node |
getContextNode()
Get the current context node. |
NodeIterator |
getContextNodes()
Get the current context node list. |
DTMManager |
getDTMManager()
Return the DTMManager object. |
ErrorListener |
getErrorListener()
Get the error listener. |
XObject |
getVariableOrParam(QName qname)
Get a variable based on it's qualified name. |
XPathContext |
getXPathContext()
Return the XPathContext associated with this XPathExpressionContext. |
double |
toNumber(Node n)
Get the value of a node as a number. |
java.lang.String |
toString(Node n)
Get the value of a node as a string. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XPathContext.XPathExpressionContext()
Method Detail |
public XPathContext getXPathContext()
public DTMManager getDTMManager()
public Node getContextNode()
public NodeIterator getContextNodes()
public ErrorListener getErrorListener()
public double toNumber(Node n)
n
- Node to be converted to a number. May be null.public java.lang.String toString(Node n)
n
- Node to be converted to a string. May be null.public final XObject getVariableOrParam(QName qname) throws TransformerException
qname
- The qualified name of the variable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |