Uses of Interface
com.sun.xml.xsom.parser.XMLParser
Packages that use XMLParser
Package
Description
Parser that reads XML Schema documents and builds an
XSSchemaSet object.Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package.-
Uses of XMLParser in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as XMLParserModifier and TypeFieldDescription(package private) final XMLParserParserContext.parserprivate final XMLParserSAXParserFactoryAdaptor.parserDeprecated.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.