Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ForeignAttributes> |
XSComponent.getForeignAttributes()
Gets the foreign attributes on this schema component.
|
Modifier and Type | Class and Description |
---|---|
class |
ForeignAttributesImpl
Remembers foreign attributes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ForeignAttributes> |
SchemaImpl.foreignAttributes
Lazily created list of
ForeignAttributesImpl s. |
private java.util.List<ForeignAttributes> |
SchemaImpl.readOnlyForeignAttributes |
Modifier and Type | Method and Description |
---|---|
java.util.List<ForeignAttributes> |
SchemaImpl.getForeignAttributes() |