de.hedenus.xmltypes.impl
Class TypeFactoryImpl

java.lang.Object
  extended by de.hedenus.xmltypes.TypeFactory
      extended by de.hedenus.xmltypes.impl.TypeFactoryImpl

public class TypeFactoryImpl
extends TypeFactory

Basic implementation of TypeFactory.

Author:
Michael Hedenus

Constructor Summary
TypeFactoryImpl()
           
 
Method Summary
 Type getType(java.lang.String spec)
          Returns a type according to its literal specification.
 
Methods inherited from class de.hedenus.xmltypes.TypeFactory
newInstance, printTypeHierarchy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeFactoryImpl

public TypeFactoryImpl()
Method Detail

getType

public Type getType(java.lang.String spec)
             throws TypeException
Description copied from class: TypeFactory
Returns a type according to its literal specification.

Specified by:
getType in class TypeFactory
Throws:
TypeException