Searched refs:IncrementalSAXSource (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java21 * $Id: IncrementalSAXSource.java,v 1.2.4.1 2005/09/15 08:15:06 suresh_emailid Exp $
30 /** <p>IncrementalSAXSource is an API that delivers a small number of
39 public interface IncrementalSAXSource interface
62 * IncrementalSAXSource is running to deliver more events (true),
71 * @return Boolean.TRUE if the IncrementalSAXSource believes more data
82 * IncrementalSAXSource. In some implementations, this may launch a
91 } // class IncrementalSAXSource
H A DIncrementalSAXSource_Xerces.java42 * IncrementalSAXSource API around it.</p>
49 implements IncrementalSAXSource
187 static public IncrementalSAXSource createIncrementalSAXSource()
203 static public IncrementalSAXSource
261 /** startParse() is a simple API which tells the IncrementalSAXSource
399 IncrementalSAXSource parser=
H A DDTMManagerDefault.java343 // build, then we still want to set up the IncrementalSAXSource stuff.
346 IncrementalSAXSource coParser=null;
351 coParser =(IncrementalSAXSource)
360 // Create a IncrementalSAXSource to run on the secondary thread.
390 // Have the DTM set itself up as IncrementalSAXSource's listener.
406 // if we're using IncrementalSAXSource.filter().
H A DIncrementalSAXSource_Filter.java45 /** <p>IncrementalSAXSource_Filter implements IncrementalSAXSource, using a
74 implements IncrementalSAXSource, ContentHandler, DTDHandler, LexicalHandler, ErrorHandler, Runnable
120 static public IncrementalSAXSource createIncrementalSAXSource(CoroutineManager co, int controllerCoroutineID) {
H A DDTMDocumentImpl.java114 private IncrementalSAXSource m_incrSAXSource=null;
170 /** Bind a IncrementalSAXSource to this DTM. If we discover we need nodes
174 * Note that we do not actually build the IncrementalSAXSource, since we don't
178 * @param source The IncrementalSAXSource that we want to recieve events from
181 public void setIncrementalSAXSource(IncrementalSAXSource source)
189 // Are the following really needed? IncrementalSAXSource doesn't yet
320 * the IncrementalSAXSource if we're bound to one and should receive
338 * the IncrementalSAXSource if we're bound to one and should receive
395 * we're partnered with a IncrementalSAXSource) and thus require that the
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java36 import com.sun.org.apache.xml.internal.dtm.ref.IncrementalSAXSource;
1486 /** Bind an IncrementalSAXSource to this DTM. NOT RELEVANT for DOM2DTM, since
1489 * @param source The IncrementalSAXSource that we want to recieve events from
1492 public void setIncrementalSAXSource(IncrementalSAXSource source)
1517 * the IncrementalSAXSource if we're bound to one and should receive
1572 * we're partnered with a IncrementalSAXSource) and thus require that the
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java69 private IncrementalSAXSource m_incrementalSAXSource = null;
359 * Bind a IncrementalSAXSource to this DTM. If we discover we need nodes
363 * Note that we do not actually build the IncrementalSAXSource, since we don't
370 public void setIncrementalSAXSource(IncrementalSAXSource incrementalSAXSource)
375 // Note: It's possible that some versions of IncrementalSAXSource may
379 // IncrementalSAXSource.do...() methods.)
402 * the IncrementalSAXSource if we're bound to one and should receive
425 * the IncrementalSAXSource if we're bound to one and should receive
483 * we're partnered with a IncrementalSAXSource) and thus require that the
800 // EOF) or an exception if IncrementalSAXSource malfunctione
[all...]

Completed in 410 milliseconds