Package | Description |
---|---|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
com.sun.xml.xsom.impl.parser.state |
Modifier and Type | Interface and Description |
---|---|
static interface |
Ref.ComplexType |
static interface |
Ref.SimpleType |
Modifier and Type | Class and Description |
---|---|
class |
ComplexTypeImpl |
class |
ListSimpleTypeImpl |
class |
RestrictionSimpleTypeImpl |
private class |
SchemaSetImpl.AnySimpleType |
private class |
SchemaSetImpl.AnyType |
class |
SimpleTypeImpl |
class |
UnionSimpleTypeImpl |
Modifier and Type | Field and Description |
---|---|
private Ref.Type |
ComplexTypeImpl.baseType |
private Ref.Type |
ElementDecl.type |
Constructor and Description |
---|
ComplexTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
boolean _anonymous,
boolean _abstract,
int _derivationMethod,
Ref.Type _base,
int _final,
int _block,
boolean _mixed) |
ElementDecl(PatcherManager reader,
SchemaDocumentImpl owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl fa,
java.lang.String _tns,
java.lang.String _name,
boolean _anonymous,
XmlString _defv,
XmlString _fixedv,
boolean _nillable,
boolean _abstract,
java.lang.Boolean _form,
Ref.Type _type,
Ref.Element _substHead,
int _substDisallowed,
int _substExcluded,
java.util.List<IdentityConstraintImpl> idConstraints) |
Modifier and Type | Class and Description |
---|---|
static class |
DelayedRef.ComplexType |
static class |
DelayedRef.SimpleType |
static class |
DelayedRef.Type |
class |
SubstGroupBaseTypeRef |
Modifier and Type | Field and Description |
---|---|
private Ref.Type |
BaseContentRef.baseType |
Constructor and Description |
---|
BaseContentRef(NGCCRuntimeEx $runtime,
Ref.Type _baseType) |
Modifier and Type | Class and Description |
---|---|
private static class |
complexType.BaseContentSimpleTypeRef |
Modifier and Type | Field and Description |
---|---|
private Ref.Type |
complexType.baseType |
private Ref.Type |
complexType.BaseContentSimpleTypeRef.baseType |
private Ref.Type |
complexType.BaseComplexTypeContentRef.baseType |
private Ref.Type |
complexType.InheritBaseContentTypeRef.baseType |
private Ref.Type |
elementDeclBody.type |
Constructor and Description |
---|
BaseComplexTypeContentRef(Ref.Type _baseType) |
BaseContentSimpleTypeRef(Ref.Type _baseType) |
InheritBaseContentTypeRef(Ref.Type _baseType,
XSContentType _explicitContent,
NGCCRuntimeEx $runtime) |