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

Packages that use com.sun.xml.xsom.parser
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.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 © 2012 Oracle. All Rights Reserved.