| 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 | Class and Description |
|---|---|
class |
ListSimpleTypeImpl |
class |
RestrictionSimpleTypeImpl |
private class |
SchemaSetImpl.AnySimpleType |
class |
SimpleTypeImpl |
class |
UnionSimpleTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
private Ref.SimpleType |
SimpleTypeImpl.baseType |
private Ref.SimpleType |
ListSimpleTypeImpl.itemType |
private Ref.SimpleType[] |
UnionSimpleTypeImpl.memberTypes |
private Ref.SimpleType |
AttributeDeclImpl.type |
| Constructor and Description |
|---|
AttributeDeclImpl(SchemaDocumentImpl owner,
java.lang.String _targetNamespace,
java.lang.String _name,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
boolean _anonymous,
XmlString _defValue,
XmlString _fixedValue,
Ref.SimpleType _type) |
ListSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
boolean _anonymous,
java.util.Set<XSVariety> finalSet,
Ref.SimpleType _itemType) |
RestrictionSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
boolean _anonymous,
java.util.Set<XSVariety> finalSet,
Ref.SimpleType _baseType) |
SimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
boolean _anonymous,
java.util.Set<XSVariety> finalSet,
Ref.SimpleType _baseType) |
UnionSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
boolean _anonymous,
java.util.Set<XSVariety> finalSet,
Ref.SimpleType[] _members) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DelayedRef.SimpleType |
| Modifier and Type | Class and Description |
|---|---|
private static class |
complexType.BaseContentSimpleTypeRef |
| Modifier and Type | Field and Description |
|---|---|
private Ref.SimpleType |
complexType.baseContentType |
private Ref.SimpleType |
SimpleType_Restriction.baseType |
private Ref.SimpleType |
SimpleType_List.itemType |
private Ref.SimpleType |
attributeDeclBody.type |