public interface DocumentAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getIncludedScript(String srcAttribute)
Returns the contents of an included script, given its src attribute.
|
ScriptingHandler |
getScriptingHandler()
Returns the Scriptable object associated with the document
|
void |
setDocument(org.w3c.dom.html.HTMLDocument document)
Records the root (Document) node.
|
void setDocument(org.w3c.dom.html.HTMLDocument document)
String getIncludedScript(String srcAttribute) throws IOException
srcAttribute - the relative URL for the included scriptIOException - if there is a problem retrieving the scriptScriptingHandler getScriptingHandler()
Copyright © 2012. All Rights Reserved.