Frames | No Frames |
Methods with parameter type org.apache.xml.dtm.ref.IncrementalSAXSource | |
void | Bind an IncrementalSAXSource to this DTM. |
Methods with parameter type org.apache.xml.dtm.ref.IncrementalSAXSource | |
void | Bind a IncrementalSAXSource to this DTM. |
Classes implementing org.apache.xml.dtm.ref.IncrementalSAXSource | |
class | IncrementalSAXSource_Filter implements IncrementalSAXSource, using a
standard SAX2 event source as its input and parcelling out those
events gradually in reponse to deliverMoreNodes() requests. |
class | IncrementalSAXSource_Xerces takes advantage of the fact that Xerces1
incremental mode is already a coroutine of sorts, and just wraps our
IncrementalSAXSource API around it.
Usage example: See main().
Status: Passes simple main() unit-test. |
Methods with parameter type org.apache.xml.dtm.ref.IncrementalSAXSource | |
void | Bind a IncrementalSAXSource to this DTM. |
Methods with return type org.apache.xml.dtm.ref.IncrementalSAXSource | |
IncrementalSAXSource | |
IncrementalSAXSource | IncrementalSAXSource_Xerces.createIncrementalSAXSource(SAXParser parser) |
IncrementalSAXSource | IncrementalSAXSource_Filter.createIncrementalSAXSource(CoroutineManager co, int controllerCoroutineID) |