Uses of Interface
com.sun.xml.xsom.parser.XMLParser
-
Packages that use XMLParser Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage. -
-
Uses of XMLParser in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as XMLParser Modifier and Type Field Description (package private) XMLParserParserContext. parserprivate XMLParserSAXParserFactoryAdaptor. parserDeprecated.Constructors in com.sun.xml.xsom.impl.parser with parameters of type XMLParser Constructor Description ParserContext(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 XMLParser Modifier and Type Class Description classJAXPParserStandard XMLParser implemented by using JAXP.Constructors in com.sun.xml.xsom.parser with parameters of type XMLParser Constructor Description XSOMParser(XMLParser parser)Creates a new XSOMParser that reads XML Schema from non-standard inputs.
-