Package | Description |
---|---|
com.sun.xml.xsom.parser |
Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package. |
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 ContentHandler |
AnnotationParser.getContentHandler(AnnotationContext context,
String parentElementName,
ErrorHandler errorHandler,
EntityResolver entityResolver)
Called every time a new <xs:annotation> element
is found.
|
Copyright © 2017 Oracle. All rights reserved.