Uses of Interface
com.sun.tools.rngom.xml.sax.XMLReaderCreator
-
Packages that use XMLReaderCreator Package Description com.sun.tools.rngom.parse.xml com.sun.tools.rngom.xml.sax -
-
Uses of XMLReaderCreator in com.sun.tools.rngom.parse.xml
Constructors in com.sun.tools.rngom.parse.xml with parameters of type XMLReaderCreator Constructor Description SAXParseable(InputSource in, ErrorHandler eh, XMLReaderCreator xrc) -
Uses of XMLReaderCreator in com.sun.tools.rngom.xml.sax
Classes in com.sun.tools.rngom.xml.sax that implement XMLReaderCreator Modifier and Type Class Description classJAXPXMLReaderCreatorXMLReaderCreatorthat uses JAXP to createXMLReaders.
-