| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.parser | |
| com.sun.xml.xsom.impl.scd | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
| 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 © 2018 Oracle. All rights reserved.