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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java19 * $Id: DTM.java 468653 2006-10-28 07:07:05Z minchau $
28 * <code>DTM</code> is an XML document model expressed as a table
30 * a parse tree that has very little object creation. (DTM
32 * model, but that's hidden from the DTM API.)
34 * <p>Nodes in the DTM are identified by integer "handles". A handle must
54 * <p>DTM does _not_ directly support the W3C's Document Object
56 * implementation of DTM can be created that wraps a DOM and vice
59 * <p><strong>Please Note:</strong> The DTM API is still
70 * internal node id and a pointer to the actual DTM object; this might
78 public interface DTM interface
[all...]

Completed in 191 milliseconds