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

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

public final class XMLSchemaSchema.AttributeGroupContainer
extends ReferenceContainer

See Also:
Serialized Form

Constructor Summary
XMLSchemaSchema.AttributeGroupContainer()
           
 
Method Summary
 AttributeGroupExp get(String name)
           
 AttributeGroupExp 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.AttributeGroupContainer

public XMLSchemaSchema.AttributeGroupContainer()
Method Detail

getOrCreate

public AttributeGroupExp getOrCreate(String name)

get

public AttributeGroupExp get(String name)