Uses of Interface
com.sun.xml.xsom.ForeignAttributes

Packages that use ForeignAttributes
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. 
 

Uses of ForeignAttributes in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return types with arguments of type ForeignAttributes
 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
 class ForeignAttributesImpl
          Remembers foreign attributes.
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributes
 List<ForeignAttributes> SchemaImpl.getForeignAttributes()
           
 



Copyright © 2012 Oracle. All Rights Reserved.