Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit.parsing
Interface DocumentAdapter  view DocumentAdapter download DocumentAdapter.java


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