|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSVariety | |
|---|---|
| com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
| com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
| Uses of XSVariety in com.sun.xml.xsom |
|---|
| Fields in com.sun.xml.xsom declared as XSVariety | |
|---|---|
static XSVariety |
XSVariety.ATOMIC
|
static XSVariety |
XSVariety.LIST
|
static XSVariety |
XSVariety.UNION
|
| Methods in com.sun.xml.xsom that return XSVariety | |
|---|---|
XSVariety |
XSSimpleType.getVariety()
Gets the variety of this simple type. |
| Methods in com.sun.xml.xsom with parameters of type XSVariety | |
|---|---|
boolean |
XSSimpleType.isFinal(XSVariety v)
Returns true if this type definition is marked as 'final' with respect to the given XSVariety. |
| Uses of XSVariety in com.sun.xml.xsom.impl |
|---|
| Methods in com.sun.xml.xsom.impl that return XSVariety | |
|---|---|
XSVariety |
ListSimpleTypeImpl.getVariety()
|
XSVariety |
RestrictionSimpleTypeImpl.getVariety()
|
XSVariety |
UnionSimpleTypeImpl.getVariety()
|
| Methods in com.sun.xml.xsom.impl with parameters of type XSVariety | |
|---|---|
boolean |
SimpleTypeImpl.isFinal(XSVariety v)
|
| Constructor parameters in com.sun.xml.xsom.impl with type arguments of type XSVariety | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||