Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
Packages that use XSAttGroupDecl
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom package.Parser that reads XML Schema documents and builds an
XSSchemaSet object.Visitor pattern support for the
com.sun.xml.xsom interfaces.-
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. -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSAttGroupDeclMethods in com.sun.xml.xsom.impl that return XSAttGroupDeclModifier and TypeMethodDescriptionRef.AttGroup.get()SchemaImpl.getAttGroupDecl(String name) SchemaSetImpl.getAttGroupDecl(String ns, String localName) Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttGroupDeclModifier and TypeMethodDescriptionSchemaImpl.getAttGroupDecls()AttributesHolder.getAttGroups()SchemaImpl.iterateAttGroupDecls()SchemaSetImpl.iterateAttGroupDecls()AttributesHolder.iterateAttGroups()Methods in com.sun.xml.xsom.impl with parameters of type XSAttGroupDeclModifier and TypeMethodDescriptionvoidSchemaImpl.addAttGroupDecl(XSAttGroupDecl newDecl, boolean overwrite) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSAttGroupDecl -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttGroupDecl -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttGroupDeclModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.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 XSAttGroupDeclModifier and TypeMethodDescriptionComponentNameFunction.attGroupDecl(XSAttGroupDecl decl) NameGetter.attGroupDecl(XSAttGroupDecl decl) XSFinder.attGroupDecl(XSAttGroupDecl decl) XSFunctionFilter.attGroupDecl(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttGroupDeclModifier and TypeMethodDescriptionXSFunction.attGroupDecl(XSAttGroupDecl decl) voidXSVisitor.attGroupDecl(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSAttGroupDecl