com.jxml.quick
Class TypeManager

java.lang.Object
  |
  +--com.jxml.quick.TypeManager

public class TypeManager
extends Object

Central repository for knowledge about Quick's built-in support for various oft-used element-content and attribute types.

by Pavel Curtis--Quick 1.1


Inner Class Summary
static class TypeManager.Entry
           
 
Field Summary
static Hashtable edInfoByType
           
static String[] typeNames
           
 
Constructor Summary
TypeManager()
           
 
Method Summary
static TypeManager.Entry getEntry(String type)
           
static String getGenClass(String type)
           
static String getTarget(String type)
           
static String[] getTypeNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edInfoByType

public static Hashtable edInfoByType

typeNames

public static String[] typeNames
Constructor Detail

TypeManager

public TypeManager()
Method Detail

getTypeNames

public static String[] getTypeNames()

getEntry

public static TypeManager.Entry getEntry(String type)

getTarget

public static String getTarget(String type)

getGenClass

public static String getGenClass(String type)