Package com.sun.xml.xsom.parser


package com.sun.xml.xsom.parser
Classes to parse XML Schema documents into objects of com.sun.xml.xsom package.
  • Class
    Description
    Enumeration used to represent the type of the schema component that is being parsed when the AnnotationParser is called.
    Used to parse <xs:annotation>.
    Factory for AnnotationParser.
    Standard XMLParser implemented by using JAXP.
    Represents a parsed XML schema document.
    Provides helper methods for creating properly configured XML parser factory instances with namespace support turned on and configured for security.
    Interface that hides the detail of parsing mechanism.
    Parses possibly multiple W3C XML Schema files and compose them into one grammar.