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

java.lang.Object
  |
  +--com.sun.msv.grammar.ReferenceContainer
        |
        +--com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
All Implemented Interfaces:
Serializable
Enclosing class:
XMLSchemaSchema

public final class XMLSchemaSchema.GroupDeclContainer
extends ReferenceContainer

See Also:
Serialized Form

Constructor Summary
XMLSchemaSchema.GroupDeclContainer()
           
 
Method Summary
 GroupDeclExp get(String name)
           
 GroupDeclExp 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaSchema.GroupDeclContainer

public XMLSchemaSchema.GroupDeclContainer()
Method Detail

getOrCreate

public GroupDeclExp getOrCreate(String name)

get

public GroupDeclExp get(String name)