Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
-
Packages that use XSAttGroupDecl Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
Uses of XSAttGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDeclXSSchema. getAttGroupDecl(String localName)XSAttGroupDeclXSSchemaSet. getAttGroupDecl(String namespaceURI, String localName)Methods in com.sun.xml.xsom that return types with arguments of type XSAttGroupDecl Modifier and Type Method Description Map<String,XSAttGroupDecl>XSSchema. getAttGroupDecls()Gets all theXSAttGroupDecls in this schema.Collection<? extends XSAttGroupDecl>XSAttContainer. getAttGroups()Iterates all AttGroups which are directly referenced from this component.Iterator<XSAttGroupDecl>XSSchema. iterateAttGroupDecls()Iterator<XSAttGroupDecl>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. -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttGroupDecl Modifier and Type Method Description voidSchemaTreeTraverser. attGroupDecl(XSAttGroupDecl decl)voidSchemaWriter. attGroupDecl(XSAttGroupDecl decl)voidSchemaTreeTraverser. dumpRef(XSAttGroupDecl decl)Creates node of attribute group decalration reference.voidSchemaWriter. dumpRef(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAttGroupDecl Modifier and Type Method Description StringComponentNameFunction. attGroupDecl(XSAttGroupDecl decl)StringNameGetter. attGroupDecl(XSAttGroupDecl decl)BooleanXSFinder. attGroupDecl(XSAttGroupDecl decl)TXSFunctionFilter. attGroupDecl(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttGroupDecl Modifier and Type Method Description TXSFunction. attGroupDecl(XSAttGroupDecl decl)voidXSVisitor. attGroupDecl(XSAttGroupDecl decl)
-