Uses of Interface org.apache.xml.dtm.ref.IncrementalSAXSource

Uses in package org.apache.xml.dtm.ref

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

Uses in package org.apache.xml.dtm.ref.sax2dtm

Methods with parameter type org.apache.xml.dtm.ref.IncrementalSAXSource

void
Bind a IncrementalSAXSource to this DTM.

Uses in package org.apache.xml.dtm.ref.dom2dtm

Methods with parameter type org.apache.xml.dtm.ref.IncrementalSAXSource

void
Bind an IncrementalSAXSource to this DTM.

Copyright B) 2005 Apache XML Project. All Rights Reserved.