|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |