com.smallx.xml.infoset
Interface TypeDefinition

All Known Implementing Classes:
MemoryTypeDefinition

public interface TypeDefinition

Representes a type definition from a schema implementation. This interface should be extended by schema implementations to provide access to the schema languages type system.


Method Summary
 Name getName()
          Returns the type name.
 

Method Detail

getName

public Name getName()
Returns the type name.