Uses of Class
com.sun.msv.grammar.xmlschema.AttributeWildcard
Packages that use AttributeWildcard
Package
Description
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
-
Uses of AttributeWildcard in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as AttributeWildcardModifier and TypeFieldDescriptionAttributeGroupExp.wildcard
Attribute wild card constraint.ComplexTypeExp.wildcard
Attribute wild card constraint.Methods in com.sun.msv.grammar.xmlschema that return AttributeWildcardModifier and TypeMethodDescriptionAttributeWildcard.copy()
AttributeGroupExp.getAttributeWildcard()
AttWildcardExp.getAttributeWildcard()
Gets the attribute wildcard property of this schema component.ComplexTypeExp.getAttributeWildcard()
Methods in com.sun.msv.grammar.xmlschema with parameters of type AttributeWildcardModifier and TypeMethodDescriptionvoid
AttributeGroupExp.setAttributeWildcard
(AttributeWildcard local) void
ComplexTypeExp.setAttributeWildcard
(AttributeWildcard local) -
Uses of AttributeWildcard in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as AttributeWildcardMethods in com.sun.msv.reader.xmlschema that return AttributeWildcardModifier and TypeMethodDescriptionprivate AttributeWildcard
AttributeWildcardComputer.calcCompleteWildcard
(AttributeWildcard local, Set s) Computes the "complete attribute wildcard"private AttributeWildcard
AttributeWildcardComputer.calcComplexTypeWildcard
(AttributeWildcard complete, AttributeWildcard base) Methods in com.sun.msv.reader.xmlschema with parameters of type AttributeWildcardModifier and TypeMethodDescriptionprivate AttributeWildcard
AttributeWildcardComputer.calcCompleteWildcard
(AttributeWildcard local, Set s) Computes the "complete attribute wildcard"private AttributeWildcard
AttributeWildcardComputer.calcComplexTypeWildcard
(AttributeWildcard complete, AttributeWildcard base) 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)