XSOM 20110809-redhat-3

Uses of Interface
com.sun.xml.xsom.parser.XMLParser

Packages that use XMLParser
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects of com.sun.xml.xsom package. 
 

Uses of XMLParser in com.sun.xml.xsom.impl.parser
 

Constructors in com.sun.xml.xsom.impl.parser with parameters of type XMLParser
ParserContext(XSOMParser owner, XMLParser parser)
           
SAXParserFactoryAdaptor(XMLParser _parser)
           
 

Uses of XMLParser in com.sun.xml.xsom.parser
 

Classes in com.sun.xml.xsom.parser that implement XMLParser
 class JAXPParser
          Standard XMLParser implemented by using JAXP.
 

Constructors in com.sun.xml.xsom.parser with parameters of type XMLParser
XSOMParser(XMLParser parser)
          Creates a new XSOMParser that reads XML Schema from non-standard inputs.
 


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.