Package | Description |
---|---|
com.sun.msv.reader.datatype.xsd | |
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
LazyTypeIncubator
Lazy XSTypeIncubator
|
Modifier and Type | Field and Description |
---|---|
protected XSTypeIncubator |
RestrictionState.incubator |
Modifier and Type | Method and Description |
---|---|
XSTypeIncubator |
XSDatatypeExp.createIncubator()
Creates an incubator so that the caller can add more facets
and derive a new type.
|
XSTypeIncubator |
FacetStateParent.getIncubator()
gets an incubator object that the owner holds.
|
XSTypeIncubator |
RestrictionState.getIncubator() |
Modifier and Type | Field and Description |
---|---|
protected XSTypeIncubator |
ElementRuleWithTypeState.incubator |
protected XSTypeIncubator |
InlineElementState.incubator
this field is set to null if this element has label attribute.
|
protected XSTypeIncubator |
AttributeState.incubator |
Modifier and Type | Method and Description |
---|---|
XSTypeIncubator |
ElementRuleWithTypeState.getIncubator() |
XSTypeIncubator |
InlineElementState.getIncubator() |
XSTypeIncubator |
AttributeState.getIncubator() |
Modifier and Type | Field and Description |
---|---|
protected XSTypeIncubator |
SimpleContentRestrictionState.incubator
used to restrict simpleType
|
Modifier and Type | Method and Description |
---|---|
XSTypeIncubator |
SimpleContentRestrictionState.getIncubator() |