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 CoroutineManagerCoroutineParser. getCoroutineManager()Deprecated.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)voidCoroutineParser. init(CoroutineManager co, int appCoroutineID, org.xml.sax.XMLReader parser)Deprecated.Initialize the coroutine parser.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.
-