Uses of Class
org.eclipse.xsd.impl.XSDSchemaImpl

Packages that use XSDSchemaImpl
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDSchemaImpl in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDSchemaImpl
protected  XSDSchemaImpl XSDNamedComponentImpl.XSDNamedComponentList.xsdSchema
           
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDSchemaImpl
protected  java.util.List<XSDSchemaImpl> XSDSchemaImpl.schemasToRedefine
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDSchemaImpl
 java.util.List<XSDSchemaImpl> XSDSchemaImpl.getSchemasToRedefine()
           
 

Constructors in org.eclipse.xsd.impl with parameters of type XSDSchemaImpl
XSDNamedComponentImpl.XSDNamedComponentList(java.lang.Class<?> dataClass, XSDSchemaImpl owner, int featureID)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.