|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.metadata.EnumeratedType | +--org.enhydra.xml.xmlc.metadata.DOMType
Enumerated type for the predefined DOM factories.
Field Summary | |
static DOMType |
CHTML
Constant for cHTML DOM. |
static DOMType |
GENERIC
Constant for genric DOM. |
static DOMType |
LAZYDOM
Constant for LazyDOM. |
static DOMType |
VOICEXML
Constant for VoiceXML DOM. |
static DOMType |
WML
Constant for WML DOM. |
static DOMType |
XERCES
Constant for Xerces DOM. |
static DOMType |
XHTML
Constant for XHTML DOM. |
Fields inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType |
fName |
Method Summary | |
(package private) static void |
|
Class |
getHTMLDomFactoryClass()
Get the HTML DOM factory class for this type. |
static DOMType |
getType(String desiredType)
Get the object for the specified type. |
Class |
getXMLDomFactoryClass()
Get the XML DOM factory class for this type. |
Methods inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType |
getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DOMType LAZYDOM
public static final DOMType XERCES
public static final DOMType GENERIC
public static DOMType XHTML
public static DOMType WML
public static DOMType VOICEXML
public static DOMType CHTML
Method Detail |
static void()
public Class getXMLDomFactoryClass()
public Class getHTMLDomFactoryClass()
public static DOMType getType(String desiredType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |