- Timestamp:
- 11/24/06 14:20:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Res_Xalan/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
r7031 r7489 30 30 import org.apache.xml.dtm.ref.DTMManagerDefault; 31 31 import org.apache.xml.dtm.ref.ExpandedNameTable; 32 import org.apache.xml.dtm.ref.IncrementalSAXSource;33 32 import org.apache.xml.res.XMLErrorResources; 34 33 import org.apache.xml.res.XMLMessages; … … 1483 1482 return false; 1484 1483 } 1485 1486 /** Bind an IncrementalSAXSource to this DTM. NOT RELEVANT for DOM2DTM, since1487 * we're wrapped around an existing DOM.1488 *1489 * @param source The IncrementalSAXSource that we want to recieve events from1490 * on demand.1491 */1492 public void setIncrementalSAXSource(IncrementalSAXSource source)1493 {1494 }1495 1484 1496 1485 /** getContentHandler returns "our SAX builder" -- the thing that
Note: See TracChangeset
for help on using the changeset viewer.