| 
 | Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   org.jaxen.ContextSupport
org.jaxen.ContextSupport
       oracle.security.xmlsec.transform.HereFunctionContextSupport
oracle.security.xmlsec.transform.HereFunctionContextSupport
public class HereFunctionContextSupport
Internal use only. Adds support for the here() function to the org.jaxen.ConextSupport class. Support is currently limited to JAXP 1.1 compliant DOM2 implementations.
| Constructor Summary | |
|---|---|
| HereFunctionContextSupport()Creates a new HereFunctionContextSupportinstance. | |
| HereFunctionContextSupport(org.jaxen.NamespaceContext namespaceContext, org.jaxen.FunctionContext functionContext, org.jaxen.VariableContext variableContext, org.jaxen.Navigator navigator)Creates a new HereFunctionContextSupportinstance. | |
| HereFunctionContextSupport(org.jaxen.NamespaceContext namespaceContext, org.jaxen.FunctionContext functionContext, org.jaxen.VariableContext variableContext, org.jaxen.Navigator navigator, java.lang.Object xpathNode)Creates a new HereFunctionContextSupportinstance. | |
| HereFunctionContextSupport(java.lang.Object xpathNode)Creates a new HereFunctionContextSupportinstance. | |
| Method Summary | |
|---|---|
|  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.ContextSupport | 
|---|
| getFunction, getFunctionContext, getNamespaceContext, getNavigator, getVariableContext, getVariableValue, setFunctionContext, setNamespaceContext, setVariableContext, translateNamespacePrefixToUri | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HereFunctionContextSupport()
HereFunctionContextSupport instance.
public HereFunctionContextSupport(org.jaxen.NamespaceContext namespaceContext,
                                  org.jaxen.FunctionContext functionContext,
                                  org.jaxen.VariableContext variableContext,
                                  org.jaxen.Navigator navigator)
HereFunctionContextSupport instance.
namespaceContext - The namespace resolution context.functionContext - The XPath function registry/factory.variableContext - The XPath variable resolution context.navigator - The document implementation navigator.public HereFunctionContextSupport(java.lang.Object xpathNode)
HereFunctionContextSupport instance.
xpathNode - The document node containing the XPath expression. Must be a Text, Attr or ProcessingInstruction node.
public HereFunctionContextSupport(org.jaxen.NamespaceContext namespaceContext,
                                  org.jaxen.FunctionContext functionContext,
                                  org.jaxen.VariableContext variableContext,
                                  org.jaxen.Navigator navigator,
                                  java.lang.Object xpathNode)
HereFunctionContextSupport instance.
namespaceContext - The namespace resolution context.functionContext - The XPath function registry/factory.variableContext - The XPath variable resolution context.navigator - The document implementation navigator.xpathNode - The document node containing the XPath expression. Must be a Text, Attr or ProcessingInstruction node.| Method Detail | 
|---|
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-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||