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.wildcardAttribute wild card constraint.ComplexTypeExp.wildcardAttribute 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 TypeMethodDescriptionvoidAttributeGroupExp.setAttributeWildcard(AttributeWildcard local) voidComplexTypeExp.setAttributeWildcard(AttributeWildcard local) -
Uses of AttributeWildcard in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type AttributeWildcardModifier and TypeMethodDescriptionvoidAnyAttributeOwner.setAttributeWildcard(AttributeWildcard local) Sets the attribtue wildcard.voidAttributeGroupState.setAttributeWildcard(AttributeWildcard local) voidComplexContentBodyState.setAttributeWildcard(AttributeWildcard local) voidComplexTypeDeclState.setAttributeWildcard(AttributeWildcard local) voidSimpleContentExtensionState.setAttributeWildcard(AttributeWildcard local) voidSimpleContentRestrictionState.setAttributeWildcard(AttributeWildcard local)