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

Packages that use DOMType
org.enhydra.xml.xmlc.metadata org.enhydra.xml.xmlc.metadata provides XMLC metadata support classes. 
 

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

Fields in org.enhydra.xml.xmlc.metadata declared as DOMType
static DOMType DocumentClass.DEFAULT_DOM_TYPE
          Default DOM if neither -domfactory or -dom are specified.
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.
 

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

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.