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 and Description |
---|---|
AttributeWildcard |
ComplexTypeExp.wildcard
Attribute wild card constraint.
|
AttributeWildcard |
AttributeGroupExp.wildcard
Attribute wild card constraint.
|
Modifier and Type | Method and Description |
---|---|
AttributeWildcard |
AttributeWildcard.copy() |
AttributeWildcard |
AttWildcardExp.getAttributeWildcard()
Gets the attribute wildcard property of this schema component.
|
AttributeWildcard |
ComplexTypeExp.getAttributeWildcard() |
AttributeWildcard |
AttributeGroupExp.getAttributeWildcard() |
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeExp.setAttributeWildcard(AttributeWildcard local) |
void |
AttributeGroupExp.setAttributeWildcard(AttributeWildcard local) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeGroupState.setAttributeWildcard(AttributeWildcard local) |
void |
ComplexContentBodyState.setAttributeWildcard(AttributeWildcard local) |
void |
AnyAttributeOwner.setAttributeWildcard(AttributeWildcard local)
Sets the attribtue wildcard.
|
void |
SimpleContentRestrictionState.setAttributeWildcard(AttributeWildcard local) |
void |
SimpleContentExtensionState.setAttributeWildcard(AttributeWildcard local) |
void |
ComplexTypeDeclState.setAttributeWildcard(AttributeWildcard local) |
Copyright © 2016 Oracle Corporation. All rights reserved.