Searched defs:FuncHereContext (Results 1 - 1 of 1) 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...]

Completed in 31 milliseconds