| Package | Description |
|---|---|
| com.sun.tools.xjc.reader.xmlschema | |
| 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. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BindGreen.attGroupDecl(XSAttGroupDecl ag) |
|
void |
BindPurple.attGroupDecl(XSAttGroupDecl xsAttGroupDecl) |
|
void |
BindRed.attGroupDecl(XSAttGroupDecl ag) |
|
void |
BindYellow.attGroupDecl(XSAttGroupDecl xsAttGroupDecl) |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttGroupDecl |
XSSchema.getAttGroupDecl(java.lang.String localName) |
|
XSAttGroupDecl |
XSSchemaSet.getAttGroupDecl(java.lang.String namespaceURI,
java.lang.String localName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSAttGroupDecl> |
XSSchema.getAttGroupDecls() |
Gets all the
XSAttGroupDecls 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttGroupDeclImpl |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSAttGroupDecl> |
SchemaImpl.getAttGroupDecls() |
|
java.util.Set<XSAttGroupDecl> |
AttributesHolder.getAttGroups() |
|
java.util.Iterator<XSAttGroupDecl> |
SchemaImpl.iterateAttGroupDecls() |
|
java.util.Iterator<XSAttGroupDecl> |
SchemaSetImpl.iterateAttGroupDecls() |
|
java.util.Iterator<XSAttGroupDecl> |
AttributesHolder.iterateAttGroups() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaImpl.addAttGroupDecl(XSAttGroupDecl newDecl,
boolean overwrite) |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttGroupDecl |
DelayedRef.AttGroup.get() |
| Modifier and Type | Field | Description |
|---|---|---|
static Axis<XSAttGroupDecl> |
Axis.ATTRIBUTE_GROUP |
| 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) |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSFunction.attGroupDecl(XSAttGroupDecl decl) |
|
void |
XSVisitor.attGroupDecl(XSAttGroupDecl decl) |
Copyright © 2018 Oracle Corporation. All rights reserved.