Searched refs:FuncHereContext (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHereContext.java33 * {@link FuncHereContext} extends {@link XPathContext} for supplying context
37 * correct node must be supplied to the constructor of {@link FuncHereContext}.
70 public class FuncHereContext extends XPathContext { class in inherits:XPathContext
76 private FuncHereContext() {} method in class:FuncHereContext
79 * Constructor FuncHereContext
83 public FuncHereContext(Node owner) { method in class:FuncHereContext
88 * Constructor FuncHereContext
93 public FuncHereContext(Node owner, XPathContext xpathContext) { method in class:FuncHereContext
107 * Constructor FuncHereContext
112 public FuncHereContext(Nod method in class:FuncHereContext
131 public FuncHereContext(Node owner, DTMManager dtmManager) { method in class:FuncHereContext
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathFuncHereAPI.java27 import com.sun.org.apache.xml.internal.security.transforms.implementations.FuncHereContext;
222 FuncHereContext xpathSupport = new FuncHereContext(xpathnode);
282 FuncHereContext xpathSupport = new FuncHereContext(xpathnode);
H A DCachedXPathFuncHereAPI.java27 import com.sun.org.apache.xml.internal.security.transforms.implementations.FuncHereContext;
58 FuncHereContext _funcHereContext = null;
80 public FuncHereContext getFuncHereContext() {
279 this._funcHereContext = new FuncHereContext(xpathnode,
367 this._funcHereContext = new FuncHereContext(xpathnode,

Completed in 32 milliseconds