org.enhydra.xml.xmlc.metadata
Class DOMType

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.EnumeratedType
        |
        +--org.enhydra.xml.xmlc.metadata.DOMType

public class DOMType
extends EnumeratedType

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

LAZYDOM

public static final DOMType LAZYDOM
Constant for LazyDOM.

XERCES

public static final DOMType XERCES
Constant for Xerces DOM.

GENERIC

public static final DOMType GENERIC
Constant for genric DOM.

XHTML

public static DOMType XHTML
Constant for XHTML DOM.

WML

public static DOMType WML
Constant for WML DOM.

VOICEXML

public static DOMType VOICEXML
Constant for VoiceXML DOM.

CHTML

public static DOMType CHTML
Constant for cHTML DOM.
Method Detail

static void ()

getXMLDomFactoryClass

public Class getXMLDomFactoryClass()
Get the XML DOM factory class for this type.

getHTMLDomFactoryClass

public Class getHTMLDomFactoryClass()
Get the HTML DOM factory class for this type.

getType

public static DOMType getType(String desiredType)
Get the object for the specified type. If desiredType is null, return null.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.