Searched defs:DTMNodeProxy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java21 * $Id: DTMNodeProxy.java,v
53 * <code>DTMNodeProxy</code> presents a DOM Node API front-end to the DTM model.
61 * DTMNodeProxy may be subclassed further to present specific DOM node types.
65 public class DTMNodeProxy class in inherits:Node,Document,Text,Element,Attr,ProcessingInstruction,Comment,DocumentFragment
83 * Create a DTMNodeProxy Node representing a specific Node in a DTM
88 public DTMNodeProxy(DTM dtm, int node) method in class:DTMNodeProxy
126 DTMNodeProxy dtmp = (DTMNodeProxy) node;
148 // DTMNodeProxy dtmp = (DTMNodeProxy)nod
[all...]

Completed in 32 milliseconds