| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttributeUse |
XSAttContainer.getAttributeUse(java.lang.String nsURI,
java.lang.String localName) |
Looks for the attribute use with the specified name from
all the attribute uses that are directly/indirectly
referenced from this component.
|
XSAttributeUse |
XSAttContainer.getDeclaredAttributeUse(java.lang.String nsURI,
java.lang.String localName) |
Looks for the attribute use with the specified name from
the attribute uses which are declared in this complex type.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<? extends XSAttributeUse> |
XSAttContainer.getAttributeUses() |
Gets all the attribute uses.
|
java.util.Collection<? extends XSAttributeUse> |
XSAttContainer.getDeclaredAttributeUses() |
Lists all the attribute uses that are declared in this complex type.
|
java.util.Iterator<? extends XSAttributeUse> |
XSAttContainer.iterateAttributeUses() |
Lists all the attribute uses that are directly/indirectly
referenced from this component.
|
java.util.Iterator<? extends XSAttributeUse> |
XSAttContainer.iterateDeclaredAttributeUses() |
Lists all the attribute uses that are declared in this complex type.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttributeUseImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSAttributeUse |
AttGroupDeclImpl.getAttributeUse(java.lang.String nsURI,
java.lang.String localName) |
|
XSAttributeUse |
ComplexTypeImpl.getAttributeUse(java.lang.String nsURI,
java.lang.String localName) |
|
XSAttributeUse |
AttributesHolder.getDeclaredAttributeUse(java.lang.String nsURI,
java.lang.String localName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<XSAttributeUse> |
AttributesHolder.getAttributeUses() |
Returns the attribute uses by looking at attribute groups and etc.
|
java.util.Collection<XSAttributeUse> |
ComplexTypeImpl.getAttributeUses() |
|
java.util.Iterator<XSAttributeUse> |
AttributesHolder.iterateAttributeUses() |
|
java.util.Iterator<XSAttributeUse> |
ComplexTypeImpl.iterateAttributeUses() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.attributeUse(XSAttributeUse use) |
|
void |
SchemaWriter.attributeUse(XSAttributeUse use) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ComponentNameFunction.attributeUse(XSAttributeUse use) |
|
java.lang.String |
NameGetter.attributeUse(XSAttributeUse use) |
|
java.lang.Boolean |
XSFinder.attributeUse(XSAttributeUse use) |
|
T |
XSFunctionFilter.attributeUse(XSAttributeUse use) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSFunction.attributeUse(XSAttributeUse use) |
|
void |
XSVisitor.attributeUse(XSAttributeUse use) |
Copyright © 2018 Oracle. All rights reserved.