Package com.sun.msv.grammar.xmlschema
Interface AttWildcardExp
-
- All Known Implementing Classes:
AttributeGroupExp
public interface AttWildcardExp
Schema component withAttributeWildcard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeWildcard
getAttributeWildcard()
Gets the attribute wildcard property of this schema component.
-
-
-
Method Detail
-
getAttributeWildcard
AttributeWildcard getAttributeWildcard()
Gets the attribute wildcard property of this schema component.- Returns:
- If the value is absent, null is returned.
-
-