Uses of Class
com.sun.xml.xsom.parser.AnnotationParser
-
Packages that use AnnotationParser Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.parser.state com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage.com.sun.xml.xsom.util -
-
Uses of AnnotationParser in com.sun.xml.xsom.impl.parser
Subclasses of AnnotationParser in com.sun.xml.xsom.impl.parser Modifier and Type Class Description (package private) classDefaultAnnotationParserAnnotationParser that just ignores annotation.Fields in com.sun.xml.xsom.impl.parser declared as AnnotationParser Modifier and Type Field Description static AnnotationParserDefaultAnnotationParser. theInstanceMethods in com.sun.xml.xsom.impl.parser that return AnnotationParser Modifier and Type Method Description AnnotationParserNGCCRuntimeEx. createAnnotationParser()Creates a new instance of annotation parser. -
Uses of AnnotationParser in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as AnnotationParser Modifier and Type Field Description private AnnotationParserannotation. parser -
Uses of AnnotationParser in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return AnnotationParser Modifier and Type Method Description AnnotationParserAnnotationParserFactory. create() -
Uses of AnnotationParser in com.sun.xml.xsom.util
Subclasses of AnnotationParser in com.sun.xml.xsom.util Modifier and Type Class Description private static classDomAnnotationParserFactory.AnnotationParserImplMethods in com.sun.xml.xsom.util that return AnnotationParser Modifier and Type Method Description AnnotationParserDomAnnotationParserFactory. create()AnnotationParserDomAnnotationParserFactory. create(boolean disableSecureProcessing)
-