Package | Description |
---|---|
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
com.sun.xml.xsom.impl.parser.state | |
com.sun.xml.xsom.parser |
Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package. |
com.sun.xml.xsom.util |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.ContentHandler |
DefaultAnnotationParser.getContentHandler(AnnotationContext contest,
java.lang.String elementName,
org.xml.sax.ErrorHandler errorHandler,
org.xml.sax.EntityResolver entityResolver) |
Modifier and Type | Field and Description |
---|---|
private AnnotationContext |
annotation.context |
Constructor and Description |
---|
annotation(NGCCHandler parent,
NGCCEventSource source,
NGCCRuntimeEx runtime,
int cookie,
AnnotationImpl _existing,
AnnotationContext _context) |
annotation(NGCCRuntimeEx runtime,
AnnotationImpl _existing,
AnnotationContext _context) |
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
org.xml.sax.ContentHandler |
DomAnnotationParserFactory.AnnotationParserImpl.getContentHandler(AnnotationContext context,
java.lang.String parentElementName,
org.xml.sax.ErrorHandler errorHandler,
org.xml.sax.EntityResolver entityResolver) |