Uses of Interface
de.uni_trier.wi2.procake.utils.io.ContentHandler
-
Packages that use ContentHandler Package Description de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.utils.io CAKE IO Descriptionde.uni_trier.wi2.procake.utils.io.xerces CAKE IO xceres XML -
-
Uses of ContentHandler in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Classes in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that implement ContentHandler Modifier and Type Class Description classAdaptationConfigHandlerHandler for adaptation configuration filesclassDependencyHandlerClass for dependency specific implementation of xml handler.classModelHandlerModelHandler class.classNESTAbstractWorkflowHandlerAbstract NESTAbstractWorkflowHandler class.classNESTGraphHandlerEffective SAX-Handler-class.classNESTSequentialWorkflowHandlerEffective SAX-Handler-class.classNESTWorkflowHandlerEffective SAX-Handler-class.classObjectHandlerObjectHandler class.classObjectPoolHandlerObjectPoolHandler class.classSimilarityModelHandlerSimilarityModelHandler class.classTrainingPoolHandlerXML handler forTrainingObjectPool.classTransformationConfigHandlerSAX Handler for Workflow-tree to NESTGraph transformation-configuration fileclassWorkflowHandlerExtends the normal ObjectHandler with the ability to read Reasoning Workflows and AdaptationCases.classXMLReadHandlerImplBase-class for all XML-handler-implementations.Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type ContentHandler Modifier and Type Method Description voidXMLReadHandlerImpl. setParentHandler(ContentHandler parentHandler)Sets the given Handler as parentHandlerprotected ObjectNESTGraphParser. startParser(XMLParser parser, ContentHandler handler)Method was outsourced, because this is also used in the subclasses. -
Uses of ContentHandler in de.uni_trier.wi2.procake.utils.io
Methods in de.uni_trier.wi2.procake.utils.io with parameters of type ContentHandler Modifier and Type Method Description voidContentHandler. setParentHandler(ContentHandler parentHandler)Sets the given Handler as parentHandler -
Uses of ContentHandler in de.uni_trier.wi2.procake.utils.io.xerces
Methods in de.uni_trier.wi2.procake.utils.io.xerces that return ContentHandler Modifier and Type Method Description ContentHandlerXMLParser. getContentHandler()Methods in de.uni_trier.wi2.procake.utils.io.xerces with parameters of type ContentHandler Modifier and Type Method Description voidXMLParser. setContentHandler(ContentHandler contentHandler)
-