Uses of Interface
com.sun.xml.xsom.ForeignAttributes
-
Packages that use ForeignAttributes Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.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 ForeignAttributes Modifier and Type Method Description java.util.List<? 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 ForeignAttributes Modifier and Type Class Description class
ForeignAttributesImpl
Remembers foreign attributes.Fields in com.sun.xml.xsom.impl with type parameters of type ForeignAttributes Modifier and Type Field Description private java.util.List<ForeignAttributes>
SchemaImpl. foreignAttributes
Lazily created list ofForeignAttributesImpl
s.private java.util.List<ForeignAttributes>
SchemaImpl. readOnlyForeignAttributes
Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributes Modifier and Type Method Description java.util.List<ForeignAttributes>
SchemaImpl. getForeignAttributes()
-