Enhydra 5.1 API

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 LAZYDOM
          Constant for LazyDOM.
static DOMType XERCES
          Constant for Xerces DOM.
 
Fields inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType
fName
 
Method Summary
 java.lang.Class getHTMLDomFactoryClass()
          Get the HTML DOM factory class for this type.
static DOMType getType(java.lang.String desiredType)
          Get the object for the specified type.
 java.lang.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.

Method Detail

getXMLDomFactoryClass

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


getHTMLDomFactoryClass

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


getType

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


Enhydra 5.1 API