Uses of Interface
com.sun.xml.xsom.ForeignAttributes
Packages that use ForeignAttributes
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.-
Uses of ForeignAttributes in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return types with arguments of type ForeignAttributesModifier and TypeMethodDescriptionList
<? extends ForeignAttributes> XSComponent.getForeignAttributes()
Gets the foreign attributes on this schema component. -
Uses of ForeignAttributes in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement ForeignAttributesFields in com.sun.xml.xsom.impl with type parameters of type ForeignAttributesModifier and TypeFieldDescriptionprivate List
<ForeignAttributes> SchemaImpl.foreignAttributes
Lazily created list ofForeignAttributesImpl
s.private List
<ForeignAttributes> SchemaImpl.readOnlyForeignAttributes
Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributes