|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ parsing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.meterware.httpunit.parsing
Interface DocumentAdapter

- public interface DocumentAdapter
| Method Summary | |
java.lang.String |
getIncludedScript(java.lang.String srcAttribute)
Returns the contents of an included script, given its src attribute. |
com.meterware.httpunit.scripting.ScriptableDelegate |
getScriptableObject()
Returns the Scriptable object associated with the document |
void |
setRootNode(org.w3c.dom.Node rootNode)
Records the root (Document) node. |
| Method Detail |
setRootNode
public void setRootNode(org.w3c.dom.Node rootNode)
- Records the root (Document) node.
getIncludedScript
public java.lang.String getIncludedScript(java.lang.String srcAttribute) throws java.io.IOException
- Returns the contents of an included script, given its src attribute.
getScriptableObject
public com.meterware.httpunit.scripting.ScriptableDelegate getScriptableObject()
- Returns the Scriptable object associated with the document
|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ parsing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC