Uses of Interface
com.sun.xml.xsom.parser.XMLParser
Packages that use XMLParser
Package
Description
Schema to Java compiler
internalization of external binding files and <jaxb:bindings> customizations.
-
Uses of XMLParser in com.sun.tools.xjc
Methods in com.sun.tools.xjc with parameters of type XMLParserModifier and TypeMethodDescriptionModelLoader.createXSOMParser
(XMLParser parser) Potentially problematic - make sure the parser instance passed is initialized with proper security feature. -
Uses of XMLParser in com.sun.tools.xjc.reader.internalizer
Methods in com.sun.tools.xjc.reader.internalizer that return XMLParserModifier and TypeMethodDescriptionDOMForest.createParser()
CreatesXMLParser
for XSOM which reads documents from this DOMForest rather than doing a fresh parse. -
Uses of XMLParser in com.sun.xml.xsom.impl.parser
Constructors in com.sun.xml.xsom.impl.parser with parameters of type XMLParserModifierConstructorDescriptionParserContext
(XSOMParser owner, XMLParser parser) SAXParserFactoryAdaptor
(XMLParser _parser) Deprecated. -
Uses of XMLParser in com.sun.xml.xsom.parser
Classes in com.sun.xml.xsom.parser that implement XMLParserConstructors in com.sun.xml.xsom.parser with parameters of type XMLParserModifierConstructorDescriptionXSOMParser
(XMLParser parser) Creates a new XSOMParser that reads XML Schema from non-standard inputs.