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

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

public final class XMLSchemaSchema.AttributeDeclContainer
extends ReferenceContainer

See Also:
Serialized Form

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

public XMLSchemaSchema.AttributeDeclContainer()
Method Detail

getOrCreate

public AttributeDeclExp getOrCreate(String name)

get

public AttributeDeclExp get(String name)