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.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
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.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 |
---|---|---|
Attribute |
XmlSchemaBuilder.attributeUse(XSAttributeUse use) |
Modifier and Type | Method | Description |
---|---|---|
void |
BindGreen.attributeUse(XSAttributeUse use) |
|
void |
BindPurple.attributeUse(XSAttributeUse use) |
Attribute use always becomes a property.
|
void |
BindRed.attributeUse(XSAttributeUse au) |
|
void |
BindYellow.attributeUse(XSAttributeUse use) |
Modifier and Type | Method | Description |
---|---|---|
CAttributePropertyInfo |
BIProperty.createAttributeProperty(XSAttributeUse use,
TypeUse tu) |
Modifier and Type | Method | Description |
---|---|---|
XSAttributeUse |
XSAttContainer.getAttributeUse(String nsURI,
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(String nsURI,
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 |
---|---|---|
Collection<? extends XSAttributeUse> |
XSAttContainer.getAttributeUses() |
Gets all the attribute uses.
|
Collection<? extends XSAttributeUse> |
XSAttContainer.getDeclaredAttributeUses() |
Lists all the attribute uses that are declared in this complex type.
|
Iterator<? extends XSAttributeUse> |
XSAttContainer.iterateAttributeUses() |
Lists all the attribute uses that are directly/indirectly
referenced from this component.
|
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(String nsURI,
String localName) |
|
XSAttributeUse |
ComplexTypeImpl.getAttributeUse(String nsURI,
String localName) |
|
XSAttributeUse |
AttributesHolder.getDeclaredAttributeUse(String nsURI,
String localName) |
Modifier and Type | Method | Description |
---|---|---|
Collection<XSAttributeUse> |
AttributesHolder.getAttributeUses() |
Returns the attribute uses by looking at attribute groups and etc.
|
Collection<XSAttributeUse> |
ComplexTypeImpl.getAttributeUses() |
|
Iterator<XSAttributeUse> |
AttributesHolder.iterateAttributeUses() |
|
Iterator<XSAttributeUse> |
ComplexTypeImpl.iterateAttributeUses() |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.attributeUse(XSAttributeUse use) |
|
void |
SchemaWriter.attributeUse(XSAttributeUse use) |
Modifier and Type | Method | Description |
---|---|---|
String |
ComponentNameFunction.attributeUse(XSAttributeUse use) |
|
String |
NameGetter.attributeUse(XSAttributeUse use) |
|
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 Corporation. All rights reserved.