HomeSort by relevance Sort by last modified time
    Searched defs:addDTM (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 89 * 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); }
143 synchronized public void addDTM(DTM dtm, int id, int offset)
194 return n; // count on addDTM() to throw exception if out of range
256 addDTM(dtm, dtmPos, 0)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 933 mgrD.addDTM(this,id,nodeIndex);
963 m_mgrDefault.addDTM(this, dtmId, nodeIndex);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 198 mgrD.addDTM(this,id,nodeIndex);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 67 milliseconds