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

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

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

Fields in org.enhydra.xml.xmlc.metadata declared as DocumentFormat
static DocumentFormat DocumentFormat.XML
          Constant for a XML document.
static DocumentFormat DocumentFormat.HTML
          Constant for a HTML document.
static DocumentFormat DocumentFormat.UNSPECIFIED
          Constant for an unspecified document type.
 

Methods in org.enhydra.xml.xmlc.metadata that return DocumentFormat
static DocumentFormat DocumentFormat.getType(String desiredType)
          Get the object for the specified type.
 DocumentFormat InputDocument.getDocumentFormat()
          Get the documentFormat attribute.
 

Methods in org.enhydra.xml.xmlc.metadata with parameters of type DocumentFormat
 void InputDocument.setDocumentFormat(DocumentFormat docType)
          Set the documentFormat attribute.
 



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