Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeMethodDescriptionXSSchema.getAttGroupDecl
(String localName) XSSchemaSet.getAttGroupDecl
(String namespaceURI, String localName) Modifier and TypeMethodDescriptionXSSchema.getAttGroupDecls()
Gets all theXSAttGroupDecl
s 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
Modifier and TypeMethodDescriptionRef.AttGroup.get()
SchemaImpl.getAttGroupDecl
(String name) SchemaSetImpl.getAttGroupDecl
(String ns, String localName) Modifier and TypeMethodDescriptionSchemaImpl.getAttGroupDecls()
AttributesHolder.getAttGroups()
SchemaImpl.iterateAttGroupDecls()
SchemaSetImpl.iterateAttGroupDecls()
AttributesHolder.iterateAttGroups()
Modifier and TypeMethodDescriptionvoid
SchemaImpl.addAttGroupDecl
(XSAttGroupDecl newDecl, boolean overwrite) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.parser
-
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.scd
-
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.attGroupDecl
(XSAttGroupDecl decl) void
SchemaWriter.attGroupDecl
(XSAttGroupDecl decl) void
SchemaTreeTraverser.dumpRef
(XSAttGroupDecl decl) Creates node of attribute group decalration reference.void
SchemaWriter.dumpRef
(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSFunction.attGroupDecl
(XSAttGroupDecl decl) void
XSVisitor.attGroupDecl
(XSAttGroupDecl decl) -
Uses of XSAttGroupDecl in io.atlasmap.xml.core.schema