| 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.attributeDecl(XSAttributeDecl xsAttributeDecl) |
|
void |
BindPurple.attributeDecl(XSAttributeDecl xsAttributeDecl) |
|
void |
BindRed.attributeDecl(XSAttributeDecl ad) |
|
void |
BindYellow.attributeDecl(XSAttributeDecl xsAttributeDecl) |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttributeDecl |
XSSchema.getAttributeDecl(java.lang.String localName) |
|
XSAttributeDecl |
XSSchemaSet.getAttributeDecl(java.lang.String namespaceURI,
java.lang.String localName) |
|
XSAttributeDecl |
XSAttributeUse.getDecl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSAttributeDecl> |
XSSchema.getAttributeDecls() |
Gets all the
XSAttributeDecls in this schema
keyed by their local names. |
java.util.Iterator<XSAttributeDecl> |
XSSchema.iterateAttributeDecls() |
|
java.util.Iterator<XSAttributeDecl> |
XSSchemaSet.iterateAttributeDecls() |
Iterates all atribute declarations in all the schemas.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttributeDeclImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttributeDecl |
AttributeDeclImpl.getAttribute() |
|
XSAttributeDecl |
Ref.Attribute.getAttribute() |
|
XSAttributeDecl |
SchemaImpl.getAttributeDecl(java.lang.String name) |
|
XSAttributeDecl |
SchemaSetImpl.getAttributeDecl(java.lang.String ns,
java.lang.String localName) |
|
XSAttributeDecl |
AttributeUseImpl.getDecl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSAttributeDecl> |
SchemaImpl.getAttributeDecls() |
|
java.util.Iterator<XSAttributeDecl> |
SchemaImpl.iterateAttributeDecls() |
|
java.util.Iterator<XSAttributeDecl> |
SchemaSetImpl.iterateAttributeDecls() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaImpl.addAttributeDecl(XSAttributeDecl newDecl) |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttributeDecl |
DelayedRef.Attribute.getAttribute() |
| Modifier and Type | Field | Description |
|---|---|---|
static Axis<XSAttributeDecl> |
Axis.ATTRIBUTE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.attributeDecl(XSAttributeDecl decl) |
|
void |
SchemaWriter.attributeDecl(XSAttributeDecl decl) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ComponentNameFunction.attributeDecl(XSAttributeDecl decl) |
|
java.lang.String |
NameGetter.attributeDecl(XSAttributeDecl decl) |
|
java.lang.Boolean |
XSFinder.attributeDecl(XSAttributeDecl decl) |
|
T |
XSFunctionFilter.attributeDecl(XSAttributeDecl decl) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSFunction.attributeDecl(XSAttributeDecl decl) |
|
void |
XSVisitor.attributeDecl(XSAttributeDecl decl) |
Copyright © 2017 Oracle Corporation. All rights reserved.