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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java92 * This array grows as necessary; see addDTM().
94 * This array grows as necessary; see addDTM(). Growth is uncommon... but
105 * This array grows as necessary; see addDTM().
107 * This array grows as necessary; see addDTM(). Growth is uncommon... but
127 * "base DTM ID", with offset 0. The other version of addDTM should
133 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); } method in class:DTMManagerDefault
146 synchronized public void addDTM(DTM dtm, int id, int offset) method in class:DTMManagerDefault
197 return n; // count on addDTM() to throw exception if out of range
259 addDTM(dt
[all...]

Completed in 22 milliseconds