Java Doc for XSAttContainer.java in » 6.0-JDK-Modules » jaxb-xjc » com » sun » xml » xsom » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Common aspect of
XSComplexType and
XSAttGroupDecl as the container of attribute uses/attribute groups.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
getAttributeUse(String nsURI, String localName) Looks for the attribute use with the specified name from
all the attribute uses that are directly/indirectly
referenced from this component.
getDeclaredAttributeUse(String nsURI, String localName) Looks for the attribute use with the specified name from
the attribute uses which are declared in this complex type.
Looks for the attribute use with the specified name from
the attribute uses which are declared in this complex type.
This does not include att uses declared in att groups that
are referenced from this complex type, nor does include
att uses declared in base types.