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

Quick Search    Search Deep

com.meterware.httpunit.javascript
Class JavaScript.Link  view JavaScript.Link download JavaScript.Link.java

java.lang.Object
  extended byScriptableObject
      extended bycom.meterware.httpunit.javascript.JavaScript.JavaScriptEngine
          extended bycom.meterware.httpunit.javascript.JavaScript.HTMLElement
              extended bycom.meterware.httpunit.javascript.JavaScript.Link
All Implemented Interfaces:
com.meterware.httpunit.scripting.ScriptingEngine
Enclosing class:
JavaScript

public static class JavaScript.Link
extends JavaScript.HTMLElement


Field Summary
 
Fields inherited from class com.meterware.httpunit.javascript.JavaScript.HTMLElement
_parent, _scriptable
 
Constructor Summary
JavaScript.Link()
           
 
Method Summary
 java.lang.String getClassName()
           
 JavaScript.Document jsGet_document()
           
 
Methods inherited from class com.meterware.httpunit.javascript.JavaScript.HTMLElement
clearCaches, discardDocumentWriteBuffer, evaluateScriptExpression, executeScript, get, get, getDocumentWriteBuffer, getID, getName, has, initialize, jsGet_style, newScriptingEngine, performEvent, put, supportsScriptLanguage, toElementArray, toScriptable, toString, toStringIfNotUndefined
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaScript.Link

public JavaScript.Link()
Method Detail

jsGet_document

public JavaScript.Document jsGet_document()
Overrides:
jsGet_document in class JavaScript.HTMLElement

getClassName

public java.lang.String getClassName()
Overrides:
getClassName in class JavaScript.HTMLElement