| 
 | Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   org.jaxen.BaseXPath
org.jaxen.BaseXPath
       org.jaxen.dom.DOMXPath
org.jaxen.dom.DOMXPath
           oracle.security.xmlsec.transform.HereFunctionDOMXPath
oracle.security.xmlsec.transform.HereFunctionDOMXPath
public class HereFunctionDOMXPath
Internal use only. Adds support for the here() function to the jaxen XPath DOM implementation.
| Constructor Summary | |
|---|---|
| HereFunctionDOMXPath(java.lang.String xpathExpr)Creates a new HereFunctionDOMXPathinstance. | |
| Method Summary | |
|---|---|
| protected  org.jaxen.ContextSupport | getContextSupport()Retrieve the ContextSupportaggregation ofNamespaceContext,FunctionContext,VariableContext, andNavigator. | 
|  java.lang.Object | getXPathNode()Returns the document node containing the XPath expression. | 
|  void | setXPathNode(java.lang.Object xpathNode)Sets the document node containing the XPath expression. | 
| Methods inherited from class org.jaxen.BaseXPath | 
|---|
| addNamespace, booleanValueOf, createFunctionContext, createNamespaceContext, createVariableContext, debug, evaluate, getContext, getFunctionContext, getNamespaceContext, getNavigator, getRootExpr, getVariableContext, numberValueOf, selectNodes, selectNodesForContext, selectSingleNode, selectSingleNodeForContext, setFunctionContext, setNamespaceContext, setVariableContext, stringValueOf, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public HereFunctionDOMXPath(java.lang.String xpathExpr)
                     throws org.jaxen.JaxenException
HereFunctionDOMXPath instance.
org.jaxen.JaxenException| Method Detail | 
|---|
protected org.jaxen.ContextSupport getContextSupport()
ContextSupport aggregation of NamespaceContext, FunctionContext, VariableContext, and Navigator.getContextSupport in class org.jaxen.BaseXPathHereFunctionContextSupport instance.public void setXPathNode(java.lang.Object xpathNode)
xpathNode - The document node containing the XPath expression. Must be a Text, Attr or ProcessingInstruction node.public java.lang.Object getXPathNode()
null if none is set. The node will be a Text, Attribute or ProcessingInstruction node.| 
 | Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||