- Timestamp:
- 11/24/06 14:20:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Res_Xalan/org/apache/xalan/transformer/TransformerHandlerImpl.java
r7031 r7489 29 29 import org.apache.xml.dtm.DTM; 30 30 import org.apache.xml.dtm.DTMManager; 31 import org.apache.xml.dtm.ref.IncrementalSAXSource_Filter;32 31 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM; 32 import org.apache.xml.serializer.SerializationHandler; 33 33 import org.apache.xpath.XPathContext; 34 35 34 import org.xml.sax.Attributes; 36 35 import org.xml.sax.ContentHandler; … … 44 43 import org.xml.sax.ext.DeclHandler; 45 44 import org.xml.sax.ext.LexicalHandler; 46 import org.apache.xml.serializer.SerializationHandler;47 45 48 46 … … 114 112 try 115 113 { 116 SAX2DTM sax2dtm = ((SAX2DTM)m_dtm); 117 if(null != m_contentHandler 118 && m_contentHandler instanceof IncrementalSAXSource_Filter) 119 { 120 IncrementalSAXSource_Filter sp = 121 (IncrementalSAXSource_Filter)m_contentHandler; 122 // This should now be all that's needed. 123 sp.deliverMoreNodes(false); 124 } 114 SAX2DTM sax2dtm = ((SAX2DTM)m_dtm); 125 115 126 116 sax2dtm.clearCoRoutine(true);
Note: See TracChangeset
for help on using the changeset viewer.