| com.sun.xml.xsom.XSAttributeUse
All known Subclasses: com.sun.xml.xsom.impl.AttributeUseImpl,
XSAttributeUse | public interface XSAttributeUse extends XSComponent(Code) | | Attribute use.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
getDefaultValue | XmlString getDefaultValue()(Code) | | Gets the default value of this attribute use, if one is specified.
Note that if a default value is specified in the attribute
declaration, this method returns that value.
|
getFixedValue | XmlString getFixedValue()(Code) | | Gets the fixed value of this attribute use, if one is specified.
Note that if a fixed value is specified in the attribute
declaration, this method returns that value.
|
isRequired | boolean isRequired()(Code) | | |
|
|