Uses of Interface
com.sun.xml.xsom.XSAttGroupDecl
-
Packages that use XSAttGroupDecl Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSAttGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDecl
XSSchema. getAttGroupDecl(java.lang.String localName)
XSAttGroupDecl
XSSchemaSet. getAttGroupDecl(java.lang.String namespaceURI, java.lang.String localName)
Methods in com.sun.xml.xsom that return types with arguments of type XSAttGroupDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttGroupDecl>
XSSchema. getAttGroupDecls()
Gets all theXSAttGroupDecl
s in this schema.java.util.Collection<? extends XSAttGroupDecl>
XSAttContainer. getAttGroups()
Iterates all AttGroups which are directly referenced from this component.java.util.Iterator<XSAttGroupDecl>
XSSchema. iterateAttGroupDecls()
java.util.Iterator<XSAttGroupDecl>
XSSchemaSet. iterateAttGroupDecls()
Iterates all attribute group declarations in all the schemas.java.util.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 XSAttGroupDecl Modifier and Type Class Description class
AttGroupDeclImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSAttGroupDecl Modifier and Type Field Description private java.util.Map<java.lang.String,XSAttGroupDecl>
SchemaImpl. attGroups
private java.util.Map<java.lang.String,XSAttGroupDecl>
SchemaImpl. attGroupsView
Methods in com.sun.xml.xsom.impl that return XSAttGroupDecl Modifier and Type Method Description XSAttGroupDecl
Ref.AttGroup. get()
XSAttGroupDecl
SchemaImpl. getAttGroupDecl(java.lang.String name)
XSAttGroupDecl
SchemaSetImpl. getAttGroupDecl(java.lang.String ns, java.lang.String localName)
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttGroupDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttGroupDecl>
SchemaImpl. getAttGroupDecls()
java.util.Set<XSAttGroupDecl>
AttributesHolder. getAttGroups()
java.util.Collection<? extends XSAttGroupDecl>
SchemaSetImpl.AnyType. getAttGroups()
java.util.Iterator<XSAttGroupDecl>
SchemaImpl. iterateAttGroupDecls()
java.util.Iterator<XSAttGroupDecl>
SchemaSetImpl. iterateAttGroupDecls()
java.util.Iterator<XSAttGroupDecl>
AttributesHolder. iterateAttGroups()
java.util.Iterator<XSAttGroupDecl>
SchemaSetImpl.AnyType. iterateAttGroups()
Methods in com.sun.xml.xsom.impl with parameters of type XSAttGroupDecl Modifier and Type Method Description void
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 Modifier and Type Method Description XSAttGroupDecl
DelayedRef.AttGroup. get()
-
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttGroupDecl Modifier and Type Field Description static Axis<XSAttGroupDecl>
Axis. ATTRIBUTE_GROUP
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSAttGroupDecl Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. attGroupDecl(XSAttGroupDecl decl)
-
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 void
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 XSAttGroupDecl Modifier and Type Method Description java.lang.String
ComponentNameFunction. attGroupDecl(XSAttGroupDecl decl)
java.lang.String
NameGetter. attGroupDecl(XSAttGroupDecl decl)
java.lang.Boolean
XSFinder. attGroupDecl(XSAttGroupDecl decl)
T
XSFunctionFilter. 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 T
XSFunction. attGroupDecl(XSAttGroupDecl decl)
void
XSVisitor. attGroupDecl(XSAttGroupDecl decl)
-