org.apache.anteater.test
Interface XMLDocument

All Known Implementing Classes:
HttpMessage

public interface XMLDocument

Obtain the DOM4J representation of the receiving object.

Since:
November 2, 2001
Version:
$Revision: 1.5 $ $Date: 2002/08/01 11:35:45 $
Author:
Ovidiu Predescu

Method Summary
 org.dom4j.Document getDocument()
          Get the DOM4J representation of the receiving object.
 String getDocumentAsString()
          Obtain the string representation of the XML document.
 

Method Detail

getDocument

public org.dom4j.Document getDocument()
                               throws org.dom4j.DocumentException
Get the DOM4J representation of the receiving object.

Returns:
an org.dom4j.Document value
org.dom4j.DocumentException

getDocumentAsString

public String getDocumentAsString()
Obtain the string representation of the XML document.

Returns:
a String value


Ant Functional Tester -- see Project home page for details