Uses of Class
com.sun.xml.xsom.parser.AnnotationContext
Packages that use AnnotationContext
Package
Description
Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Classes to parse XML Schema documents into objects of
com.sun.xml.xsom
package.-
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser with parameters of type AnnotationContextModifier and TypeMethodDescriptionDefaultAnnotationParser.getContentHandler
(AnnotationContext contest, String elementName, ErrorHandler errorHandler, EntityResolver entityResolver) -
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as AnnotationContextConstructors in com.sun.xml.xsom.impl.parser.state with parameters of type AnnotationContextModifierConstructorDescriptionannotation
(NGCCRuntimeEx runtime, AnnotationImpl _existing, AnnotationContext _context) annotation
(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) -
Uses of AnnotationContext in com.sun.xml.xsom.parser
Fields in com.sun.xml.xsom.parser declared as AnnotationContextModifier and TypeFieldDescriptionstatic final AnnotationContext
AnnotationContext.ATTRIBUTE_DECL
static final AnnotationContext
AnnotationContext.ATTRIBUTE_GROUP
static final AnnotationContext
AnnotationContext.ATTRIBUTE_USE
static final AnnotationContext
AnnotationContext.COMPLEXTYPE_DECL
static final AnnotationContext
AnnotationContext.ELEMENT_DECL
static final AnnotationContext
AnnotationContext.IDENTITY_CONSTRAINT
static final AnnotationContext
AnnotationContext.MODELGROUP
static final AnnotationContext
AnnotationContext.MODELGROUP_DECL
static final AnnotationContext
AnnotationContext.NOTATION
static final AnnotationContext
AnnotationContext.PARTICLE
static final AnnotationContext
AnnotationContext.SCHEMA
static final AnnotationContext
AnnotationContext.SIMPLETYPE_DECL
static final AnnotationContext
AnnotationContext.WILDCARD
static final AnnotationContext
AnnotationContext.XPATH
Methods in com.sun.xml.xsom.parser with parameters of type AnnotationContextModifier and TypeMethodDescriptionabstract ContentHandler
AnnotationParser.getContentHandler
(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver) Called every time a new <xs:annotation> element is found. -
Uses of AnnotationContext in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type AnnotationContextModifier and TypeMethodDescriptionDomAnnotationParserFactory.AnnotationParserImpl.getContentHandler
(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver)