Uses of Class
org.enhydra.xml.xmlc.metadata.DOMType

Packages that use DOMType
org.enhydra.xml.xmlc.metadata   
 

Uses of DOMType in org.enhydra.xml.xmlc.metadata
 

Fields in org.enhydra.xml.xmlc.metadata declared as DOMType
static DOMType DOMType.LAZYDOM
          Constant for LazyDOM.
static DOMType DOMType.XERCES
          Constant for Xerces DOM.
static DOMType DOMType.GENERIC
          Constant for genric DOM.
static DOMType DOMType.XHTML
          Constant for XHTML DOM.
static DOMType DOMType.WML
          Constant for WML DOM.
static DOMType DOMType.VOICEXML
          Constant for VoiceXML DOM.
static DOMType DOMType.CHTML
          Constant for cHTML DOM.
static DOMType DocumentClass.DEFAULT_DOM_TYPE
          Default DOM if neither -domfactory or -dom are specified.
 

Methods in org.enhydra.xml.xmlc.metadata that return DOMType
static DOMType DOMType.getType(java.lang.String desiredType)
          Get the object for the specified type.
 DOMType DocumentClass.getDom()
          Get the dom attribute value.
 

Methods in org.enhydra.xml.xmlc.metadata with parameters of type DOMType
 void DocumentClass.setDom(DOMType value)
          Set the dom attribute value.
 



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