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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java89 * This array grows as necessary; see addDTM().
91 * This array grows as necessary; see addDTM(). Growth is uncommon... but
102 * This array grows as necessary; see addDTM().
104 * This array grows as necessary; see addDTM(). Growth is uncommon... but
124 * "base DTM ID", with offset 0. The other version of addDTM should
130 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); } method in class:DTMManagerDefault
143 synchronized public void addDTM(DTM dtm, int id, int offset) method in class:DTMManagerDefault
194 return n; // count on addDTM() to throw exception if out of range
256 addDTM(dt
[all...]

Completed in 62 milliseconds