Uses of Class
com.sun.xml.xsom.parser.AnnotationParser

Packages that use AnnotationParser
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
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   
 

Uses of AnnotationParser in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return AnnotationParser
 AnnotationParser AnnotationParserFactoryImpl.create()
           
 

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

Methods in com.sun.xml.xsom.impl.parser that return AnnotationParser
 AnnotationParser NGCCRuntimeEx.createAnnotationParser()
          Creates a new instance of annotation parser.
 

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

Methods in com.sun.xml.xsom.parser that return AnnotationParser
 AnnotationParser AnnotationParserFactory.create()
           
 

Uses of AnnotationParser in com.sun.xml.xsom.util
 

Methods in com.sun.xml.xsom.util that return AnnotationParser
 AnnotationParser DomAnnotationParserFactory.create()
           
 AnnotationParser DomAnnotationParserFactory.create(boolean disableSecureProcessing)
           
 



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