Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
Packages that use XSAttGroupDecl
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSAttGroupDecl in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSAttGroupDecl -
Uses of XSAttGroupDecl in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSAttGroupDeclModifier and TypeMethodDescriptionvoid
BindGreen.attGroupDecl
(XSAttGroupDecl ag) void
BindPurple.attGroupDecl
(XSAttGroupDecl xsAttGroupDecl) void
BindRed.attGroupDecl
(XSAttGroupDecl ag) void
BindYellow.attGroupDecl
(XSAttGroupDecl 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 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
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 TypeMethodDescriptionvoid
SchemaImpl.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 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
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) void
XSVisitor.attGroupDecl
(XSAttGroupDecl decl)