Uses of Class
org.apache.xml.dtm.ref.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 CoroutineManagerIncrementalSAXSource_Filter. getCoroutineManager()Methods in org.apache.xml.dtm.ref with parameters of type CoroutineManager Modifier and Type Method Description static IncrementalSAXSourceIncrementalSAXSource_Filter. createIncrementalSAXSource(CoroutineManager co, int controllerCoroutineID)voidIncrementalSAXSource_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.