Uses of Package
com.sun.xml.xsom.parser

Packages that use com.sun.xml.xsom.parser
com.sun.tools.ws.wsdl.parser   
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations. 
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
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. 
com.sun.xml.xsom.util   
 

Classes in com.sun.xml.xsom.parser used by com.sun.tools.ws.wsdl.parser
XMLParser
          Interface that hides the detail of parsing mechanism.
 

Classes in com.sun.xml.xsom.parser used by com.sun.tools.xjc
XMLParser
          Interface that hides the detail of parsing mechanism.
XSOMParser
          Parses possibly multiple W3C XML Schema files and compose them into one grammar.
 

Classes in com.sun.xml.xsom.parser used by com.sun.tools.xjc.reader.internalizer
XMLParser
          Interface that hides the detail of parsing mechanism.
 

Classes in com.sun.xml.xsom.parser used by com.sun.tools.xjc.reader.xmlschema.bindinfo
AnnotationParser
          Used to parse <xs:annotation>.
AnnotationParserFactory
          Factory for AnnotationParser.
 

Classes in com.sun.xml.xsom.parser used by com.sun.xml.xsom
SchemaDocument
          Represents a parsed XML schema document.
 

Classes in com.sun.xml.xsom.parser used by com.sun.xml.xsom.impl
SchemaDocument
          Represents a parsed XML schema document.
 

Classes in com.sun.xml.xsom.parser used by com.sun.xml.xsom.impl.parser
AnnotationParser
          Used to parse <xs:annotation>.
AnnotationParserFactory
          Factory for AnnotationParser.
SchemaDocument
          Represents a parsed XML schema document.
XMLParser
          Interface that hides the detail of parsing mechanism.
XSOMParser
          Parses possibly multiple W3C XML Schema files and compose them into one grammar.
 

Classes in com.sun.xml.xsom.parser used by com.sun.xml.xsom.parser
AnnotationContext
          Enumeration used to represent the type of the schema component that is being parsed when the AnnotationParser is called.
AnnotationParser
          Used to parse <xs:annotation>.
AnnotationParserFactory
          Factory for AnnotationParser.
SchemaDocument
          Represents a parsed XML schema document.
XMLParser
          Interface that hides the detail of parsing mechanism.
 

Classes in com.sun.xml.xsom.parser used by com.sun.xml.xsom.util
AnnotationParser
          Used to parse <xs:annotation>.
AnnotationParserFactory
          Factory for AnnotationParser.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.