Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
-
Uses of XSAttGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttGroupDeclModifier and TypeMethodDescriptionXSSchema.getAttGroupDecl(String localName) XSSchemaSet.getAttGroupDecl(String namespaceURI, String localName) Methods in com.sun.xml.xsom that return types with arguments of type XSAttGroupDeclModifier and TypeMethodDescriptionXSSchema.getAttGroupDecls()Gets all theXSAttGroupDecls in this schema.Collection<? extends XSAttGroupDecl>XSAttContainer.getAttGroups()Iterates all AttGroups which are directly referenced from this component.XSSchema.iterateAttGroupDecls()XSSchemaSet.iterateAttGroupDecls()Iterates all attribute group declarations in all the schemas.Iterator<? extends XSAttGroupDecl>XSAttContainer.iterateAttGroups()Iterates all AttGroups which are directly referenced from this component.