Uses of Interface
com.smallx.xml.infoset.TypeDefinition

Packages that use TypeDefinition
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
 

Uses of TypeDefinition in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return TypeDefinition
 TypeDefinition Validity.getTypeDefinition()
          Returns a type definition from the schema implementation.
 

Methods in com.smallx.xml.infoset with parameters of type TypeDefinition
 void Validity.setTypeDefinition(TypeDefinition definition)
          Sets the type definition object for this item.
 

Uses of TypeDefinition in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement TypeDefinition
 class MemoryTypeDefinition
           
 

Fields in com.smallx.xml.infoset.memory declared as TypeDefinition
protected  TypeDefinition MemoryAttribute.typeDefinition
           
protected  TypeDefinition MemoryElement.typeDefinition
           
 

Methods in com.smallx.xml.infoset.memory that return TypeDefinition
 TypeDefinition MemoryAttribute.getTypeDefinition()
           
 TypeDefinition MemoryElement.getTypeDefinition()
           
 

Methods in com.smallx.xml.infoset.memory with parameters of type TypeDefinition
 void MemoryAttribute.setTypeDefinition(TypeDefinition typeDef)
           
 void MemoryElement.setTypeDefinition(TypeDefinition typeDef)