org.jbind.xml.schema.element
Class CreationParams

java.lang.Object
  extended byorg.jbind.xml.schema.element.CreationParams

public class CreationParams
extends java.lang.Object


Field Summary
 ILocation myLocation
           
 IElement myParent
           
 java.util.Map myPrefixMappings
           
 IQName myQName
           
 ISchemaDocument mySchemaDocument
           
 
Constructor Summary
CreationParams(ISchemaDocument aSchemaDocument, ILocation aLocation, IElement aParent, java.util.Map aPrefixMappings, IQName aQName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myLocation

public ILocation myLocation

myParent

public IElement myParent

myPrefixMappings

public java.util.Map myPrefixMappings

myQName

public IQName myQName

mySchemaDocument

public ISchemaDocument mySchemaDocument
Constructor Detail

CreationParams

public CreationParams(ISchemaDocument aSchemaDocument,
                      ILocation aLocation,
                      IElement aParent,
                      java.util.Map aPrefixMappings,
                      IQName aQName)