Package com.sun.msv.reader.xmlschema
Interface AnyAttributeOwner
-
- All Known Implementing Classes:
AttributeGroupState,ComplexContentBodyState,ComplexTypeDeclState,SimpleContentExtensionState,SimpleContentRestrictionState
public interface AnyAttributeOwnerA state that can have <anyAttribute > element must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAttributeWildcard(AttributeWildcard local)Sets the attribtue wildcard.
-
-
-
Method Detail
-
setAttributeWildcard
void setAttributeWildcard(AttributeWildcard local)
Sets the attribtue wildcard.
-
-