java.util.Map<java.lang.String,XSAttGroupDecl> |
XSSchema.getAttGroupDecls() |
|
java.util.Collection<? extends XSAttGroupDecl> |
XSAttContainer.getAttGroups() |
Iterates all AttGroups which are directly referenced from
this component.
|
java.util.Iterator<XSAttGroupDecl> |
XSSchema.iterateAttGroupDecls() |
|
java.util.Iterator<XSAttGroupDecl> |
XSSchemaSet.iterateAttGroupDecls() |
Iterates all attribute group declarations in all the schemas.
|
java.util.Iterator<? extends XSAttGroupDecl> |
XSAttContainer.iterateAttGroups() |
Iterates all AttGroups which are directly referenced from
this component.
|