Uses of Class
org.apache.xml.dtm.ref.CoroutineManager
-
Packages that use CoroutineManager Package Description org.apache.xml.dtm.ref -
-
Uses of CoroutineManager in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return CoroutineManager Modifier and Type Method Description CoroutineManager
CoroutineParser. getCoroutineManager()
Deprecated.CoroutineManager
IncrementalSAXSource_Filter. getCoroutineManager()
Methods in org.apache.xml.dtm.ref with parameters of type CoroutineManager Modifier and Type Method Description static IncrementalSAXSource
IncrementalSAXSource_Filter. createIncrementalSAXSource(CoroutineManager co, int controllerCoroutineID)
void
CoroutineParser. init(CoroutineManager co, int appCoroutineID, org.xml.sax.XMLReader parser)
Deprecated.Initialize the coroutine parser.void
IncrementalSAXSource_Filter. init(CoroutineManager co, int controllerCoroutineID, int sourceCoroutineID)
Constructors in org.apache.xml.dtm.ref with parameters of type CoroutineManager Constructor Description IncrementalSAXSource_Filter(CoroutineManager co, int controllerCoroutineID)
Create a IncrementalSAXSource_Filter which is not yet bound to a specific SAX event source.
-