|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xpath.XPathContext.XPathExpressionContext
public class XPathContext.XPathExpressionContext
Constructor Summary | |
---|---|
XPathContext.XPathExpressionContext()
|
Method Summary | |
---|---|
org.w3c.dom.Node |
getContextNode()
Get the current context node. |
org.w3c.dom.traversal.NodeIterator |
getContextNodes()
Get the current context node list. |
DTMManager |
getDTMManager()
Return the DTMManager object. |
javax.xml.transform.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(org.w3c.dom.Node n)
Get the value of a node as a number. |
java.lang.String |
toString(org.w3c.dom.Node n)
Get the value of a node as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathContext.XPathExpressionContext()
Method Detail |
---|
public XPathContext getXPathContext()
getXPathContext
in interface ExpressionContext
public DTMManager getDTMManager()
public org.w3c.dom.Node getContextNode()
getContextNode
in interface ExpressionContext
public org.w3c.dom.traversal.NodeIterator getContextNodes()
getContextNodes
in interface ExpressionContext
public javax.xml.transform.ErrorListener getErrorListener()
getErrorListener
in interface ExpressionContext
public double toNumber(org.w3c.dom.Node n)
toNumber
in interface ExpressionContext
n
- Node to be converted to a number. May be null.
public java.lang.String toString(org.w3c.dom.Node n)
toString
in interface ExpressionContext
n
- Node to be converted to a string. May be null.
public final XObject getVariableOrParam(QName qname) throws javax.xml.transform.TransformerException
getVariableOrParam
in interface ExpressionContext
qname
- The qualified name of the variable.
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |