com.meterware.httpunit.parsing
public interface DocumentAdapter
| Method Summary | |
|---|---|
| String | getIncludedScript(String srcAttribute)
Returns the contents of an included script, given its src attribute. |
| ScriptableDelegate | getScriptableObject()
Returns the Scriptable object associated with the document |
| void | setRootNode(Node rootNode)
Records the root (Document) node. |
Parameters: srcAttribute the relative URL for the included script
Returns: the contents of the script.
Throws: java.io.IOException if there is a problem retrieving the script