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. |
Modifier and Type | Class | Description |
---|---|---|
class |
ListSimpleTypeImpl |
|
class |
RestrictionSimpleTypeImpl |
|
class |
SimpleTypeImpl |
|
class |
UnionSimpleTypeImpl |
Constructor | Description |
---|---|
AttributeDeclImpl(SchemaDocumentImpl owner,
String _targetNamespace,
String _name,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
boolean _anonymous,
XmlString _defValue,
XmlString _fixedValue,
Ref.SimpleType _type) |
|
ListSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _itemType) |
|
RestrictionSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) |
|
UnionSimpleTypeImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType[] _members) |
Modifier and Type | Class | Description |
---|---|---|
static class |
DelayedRef.SimpleType |
Copyright © 2018 Oracle Corporation. All rights reserved.