Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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 |
---|---|---|
Leaf |
XmlSchemaBuilder.attGroupDecl(XSAttGroupDecl ag) |
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(String localName) |
|
XSAttGroupDecl |
XSSchemaSet.getAttGroupDecl(String namespaceURI,
String localName) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AttGroupDeclImpl |
Modifier and Type | Method | Description |
---|---|---|
XSAttGroupDecl |
Ref.AttGroup.get() |
|
XSAttGroupDecl |
SchemaImpl.getAttGroupDecl(String name) |
|
XSAttGroupDecl |
SchemaSetImpl.getAttGroupDecl(String ns,
String localName) |
Modifier and Type | Method | Description |
---|---|---|
Map<String,XSAttGroupDecl> |
SchemaImpl.getAttGroupDecls() |
|
Set<XSAttGroupDecl> |
AttributesHolder.getAttGroups() |
|
Iterator<XSAttGroupDecl> |
SchemaImpl.iterateAttGroupDecls() |
|
Iterator<XSAttGroupDecl> |
SchemaSetImpl.iterateAttGroupDecls() |
|
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 |
---|---|---|
String |
ComponentNameFunction.attGroupDecl(XSAttGroupDecl decl) |
|
String |
NameGetter.attGroupDecl(XSAttGroupDecl decl) |
|
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.