Ignore:
Timestamp:
11/24/06 14:20:40 (6 years ago)
Author:
sys
Message:

cleanup incrementalSax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Res_Xalan/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java

    r7031 r7489  
    3030import org.apache.xml.dtm.ref.DTMManagerDefault; 
    3131import org.apache.xml.dtm.ref.ExpandedNameTable; 
    32 import org.apache.xml.dtm.ref.IncrementalSAXSource; 
    3332import org.apache.xml.res.XMLErrorResources; 
    3433import org.apache.xml.res.XMLMessages; 
     
    14831482    return false; 
    14841483  } 
    1485  
    1486   /** Bind an IncrementalSAXSource to this DTM. NOT RELEVANT for DOM2DTM, since 
    1487    * we're wrapped around an existing DOM. 
    1488    * 
    1489    * @param source The IncrementalSAXSource that we want to recieve events from 
    1490    * on demand. 
    1491    */ 
    1492   public void setIncrementalSAXSource(IncrementalSAXSource source) 
    1493   { 
    1494   } 
    14951484   
    14961485  /** getContentHandler returns "our SAX builder" -- the thing that 
Note: See TracChangeset for help on using the changeset viewer.