Uses of Class
de.uni_trier.wi2.procake.utils.io.xerces.XMLParser
-
Packages that use XMLParser Package Description de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.utils.io.xerces CAKE IO xceres XML -
-
Uses of XMLParser in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type XMLParser Modifier and Type Method Description protected ObjectNESTGraphParser. startParser(XMLParser parser, ContentHandler handler)Method was outsourced, because this is also used in the subclasses. -
Uses of XMLParser in de.uni_trier.wi2.procake.utils.io.xerces
Subclasses of XMLParser in de.uni_trier.wi2.procake.utils.io.xerces Modifier and Type Class Description classDTDBasedParserA XMLParser with full DTD checking enabled.classXMLSchemaBasedParserA XMLParser with full XML Schema checking enabled.
-