|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hedenus.xmltypes.TypeFactory
public abstract class TypeFactory
Factory for the implementation of the XML typing system.
Constructor Summary | |
---|---|
TypeFactory()
|
Method Summary | |
---|---|
abstract Type |
getType(java.lang.String spec)
Returns a type according to its literal specification. |
static TypeFactory |
newInstance()
|
static void |
printTypeHierarchy(Type type)
Helper method for development. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeFactory()
Method Detail |
---|
public static TypeFactory newInstance() throws TypeFactoryConfigurationException
TypeFactoryConfigurationException
public abstract Type getType(java.lang.String spec) throws TypeException
TypeException
public static final void printTypeHierarchy(Type type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |