Uses of Interface
com.sun.xml.xsom.parser.AnnotationParserFactory
-
Packages that use AnnotationParserFactory Package Description 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 anXSSchemaSetobject.com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage.com.sun.xml.xsom.util -
-
Uses of AnnotationParserFactory in com.sun.tools.xjc.reader.xmlschema.bindinfo
Classes in com.sun.tools.xjc.reader.xmlschema.bindinfo that implement AnnotationParserFactory Modifier and Type Class Description classAnnotationParserFactoryImplImplementation of XSOMAnnotationParserFactorythat parses JAXB customization declarations. -
Uses of AnnotationParserFactory in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return AnnotationParserFactory Modifier and Type Method Description AnnotationParserFactoryParserContext. getAnnotationParserFactory() -
Uses of AnnotationParserFactory in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return AnnotationParserFactory Modifier and Type Method Description AnnotationParserFactoryXSOMParser. getAnnotationParserFactory()Methods in com.sun.xml.xsom.parser with parameters of type AnnotationParserFactory Modifier and Type Method Description voidXSOMParser. setAnnotationParser(AnnotationParserFactory factory)Sets the annotation parser factory. -
Uses of AnnotationParserFactory in com.sun.xml.xsom.util
Classes in com.sun.xml.xsom.util that implement AnnotationParserFactory Modifier and Type Class Description classDomAnnotationParserFactoryAnnotationParserFactorythat parses annotations into a W3C DOM.
-