|
XSOM 20110809-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSAttGroupDecl | |
---|---|
com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser | Parser that reads XML Schema documents and builds an XSSchemaSet 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 the com.sun.xml.xsom interfaces. |
Uses of XSAttGroupDecl in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSAttGroupDecl | |
---|---|
XSAttGroupDecl |
XSSchema.getAttGroupDecl(String localName)
|
XSAttGroupDecl |
XSSchemaSet.getAttGroupDecl(String namespaceURI,
String localName)
|
Methods in com.sun.xml.xsom that return types with arguments of type XSAttGroupDecl | |
---|---|
Map<String,XSAttGroupDecl> |
XSSchema.getAttGroupDecls()
Gets all the XSAttGroupDecl s 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 |
---|
Classes in com.sun.xml.xsom.impl that implement XSAttGroupDecl | |
---|---|
class |
AttGroupDeclImpl
|
Methods in com.sun.xml.xsom.impl that return XSAttGroupDecl | |
---|---|
XSAttGroupDecl |
Ref.AttGroup.get()
|
XSAttGroupDecl |
SchemaImpl.getAttGroupDecl(String name)
|
XSAttGroupDecl |
SchemaSetImpl.getAttGroupDecl(String ns,
String localName)
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttGroupDecl | |
---|---|
Map<String,XSAttGroupDecl> |
SchemaImpl.getAttGroupDecls()
|
Set<XSAttGroupDecl> |
AttributesHolder.getAttGroups()
|
Iterator<XSAttGroupDecl> |
SchemaImpl.iterateAttGroupDecls()
|
Iterator<XSAttGroupDecl> |
SchemaSetImpl.iterateAttGroupDecls()
|
Iterator<XSAttGroupDecl> |
AttributesHolder.iterateAttGroups()
|
Methods in com.sun.xml.xsom.impl with parameters of type XSAttGroupDecl | |
---|---|
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 | |
---|---|
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 | |
---|---|
static Axis<XSAttGroupDecl> |
Axis.ATTRIBUTE_GROUP
|
Uses of XSAttGroupDecl in com.sun.xml.xsom.impl.util |
---|
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttGroupDecl | |
---|---|
void |
SchemaWriter.attGroupDecl(XSAttGroupDecl decl)
|
void |
SchemaTreeTraverser.attGroupDecl(XSAttGroupDecl decl)
|
void |
SchemaWriter.dumpRef(XSAttGroupDecl decl)
|
void |
SchemaTreeTraverser.dumpRef(XSAttGroupDecl decl)
Creates node of attribute group decalration reference. |
Uses of XSAttGroupDecl in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSAttGroupDecl | |
---|---|
String |
ComponentNameFunction.attGroupDecl(XSAttGroupDecl decl)
|
String |
NameGetter.attGroupDecl(XSAttGroupDecl decl)
|
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 | |
---|---|
void |
XSVisitor.attGroupDecl(XSAttGroupDecl decl)
|
T |
XSFunction.attGroupDecl(XSAttGroupDecl decl)
|
|
XSOM 20110809-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |