com.sun.msv.grammar.xmlschema
Class XMLSchemaSchema.ComplexTypeContainer

java.lang.Object
  extended by com.sun.msv.grammar.ReferenceContainer
      extended by com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
All Implemented Interfaces:
Serializable
Enclosing class:
XMLSchemaSchema

public final class XMLSchemaSchema.ComplexTypeContainer
extends ReferenceContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.msv.grammar.ReferenceContainer
impl
 
Constructor Summary
XMLSchemaSchema.ComplexTypeContainer()
           
 
Method Summary
protected  ReferenceExp createReference(String name)
          creates a new reference object with given name
 ComplexTypeExp get(String name)
           
 ComplexTypeExp getOrCreate(String name)
           
 
Methods inherited from class com.sun.msv.grammar.ReferenceContainer
_get, _getOrCreate, getAll, iterator, redefine, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaSchema.ComplexTypeContainer

public XMLSchemaSchema.ComplexTypeContainer()
Method Detail

getOrCreate

public ComplexTypeExp getOrCreate(String name)

get

public ComplexTypeExp get(String name)

createReference

protected ReferenceExp createReference(String name)
Description copied from class: ReferenceContainer
creates a new reference object with given name

Specified by:
createReference in class ReferenceContainer


MSV