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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java21 * $Id: DTM.java,v 1.2.4.1 2005/09/15 08:14:51 suresh_emailid Exp $
30 * <code>DTM</code> is an XML document model expressed as a table
32 * a parse tree that has very little object creation. (DTM
34 * model, but that's hidden from the DTM API.)
36 * <p>Nodes in the DTM are identified by integer "handles". A handle must
56 * <p>DTM does _not_ directly support the W3C's Document Object
58 * implementation of DTM can be created that wraps a DOM and vice
61 * <p><strong>Please Note:</strong> The DTM API is still
72 * internal node id and a pointer to the actual DTM object; this might
80 public interface DTM interface
[all...]

Completed in 66 milliseconds