Package | Description |
---|---|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Field | Description |
---|---|---|
AttributeWildcard |
AttributeGroupExp.wildcard |
Attribute wild card constraint.
|
AttributeWildcard |
ComplexTypeExp.wildcard |
Attribute wild card constraint.
|
Modifier and Type | Method | Description |
---|---|---|
AttributeWildcard |
AttributeWildcard.copy() |
|
AttributeWildcard |
AttributeGroupExp.getAttributeWildcard() |
|
AttributeWildcard |
AttWildcardExp.getAttributeWildcard() |
Gets the attribute wildcard property of this schema component.
|
AttributeWildcard |
ComplexTypeExp.getAttributeWildcard() |
Modifier and Type | Method | Description |
---|---|---|
void |
AttributeGroupExp.setAttributeWildcard(AttributeWildcard local) |
|
void |
ComplexTypeExp.setAttributeWildcard(AttributeWildcard local) |
Modifier and Type | Method | Description |
---|---|---|
void |
AnyAttributeOwner.setAttributeWildcard(AttributeWildcard local) |
Sets the attribtue wildcard.
|
void |
AttributeGroupState.setAttributeWildcard(AttributeWildcard local) |
|
void |
ComplexContentBodyState.setAttributeWildcard(AttributeWildcard local) |
|
void |
ComplexTypeDeclState.setAttributeWildcard(AttributeWildcard local) |
|
void |
SimpleContentExtensionState.setAttributeWildcard(AttributeWildcard local) |
|
void |
SimpleContentRestrictionState.setAttributeWildcard(AttributeWildcard local) |
Copyright © 2019 Oracle Corporation. All rights reserved.