Uses of Class
com.sun.xml.xsom.parser.AnnotationContext
-
Packages that use AnnotationContext Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.parser.state com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsom
package.com.sun.xml.xsom.util -
-
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser with parameters of type AnnotationContext Modifier and Type Method Description org.xml.sax.ContentHandler
DefaultAnnotationParser. getContentHandler(AnnotationContext contest, java.lang.String elementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.EntityResolver entityResolver)
-
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as AnnotationContext Modifier and Type Field Description private AnnotationContext
annotation. context
Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type AnnotationContext Constructor Description annotation(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 AnnotationContext Modifier and Type Field Description static AnnotationContext
AnnotationContext. ATTRIBUTE_DECL
static AnnotationContext
AnnotationContext. ATTRIBUTE_GROUP
static AnnotationContext
AnnotationContext. ATTRIBUTE_USE
static AnnotationContext
AnnotationContext. COMPLEXTYPE_DECL
static AnnotationContext
AnnotationContext. ELEMENT_DECL
static AnnotationContext
AnnotationContext. IDENTITY_CONSTRAINT
static AnnotationContext
AnnotationContext. MODELGROUP
static AnnotationContext
AnnotationContext. MODELGROUP_DECL
static AnnotationContext
AnnotationContext. NOTATION
static AnnotationContext
AnnotationContext. PARTICLE
static AnnotationContext
AnnotationContext. SCHEMA
static AnnotationContext
AnnotationContext. SIMPLETYPE_DECL
static AnnotationContext
AnnotationContext. WILDCARD
static AnnotationContext
AnnotationContext. XPATH
Methods in com.sun.xml.xsom.parser with parameters of type AnnotationContext Modifier and Type Method Description abstract org.xml.sax.ContentHandler
AnnotationParser. getContentHandler(AnnotationContext context, java.lang.String parentElementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.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 AnnotationContext Modifier and Type Method Description org.xml.sax.ContentHandler
DomAnnotationParserFactory.AnnotationParserImpl. getContentHandler(AnnotationContext context, java.lang.String parentElementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.EntityResolver entityResolver)
-