sferyx.javascript.browserengine
Class FormElement

java.lang.Object
  extended by sferyx.javascript.browserengine.DocumentElement
      extended by sferyx.javascript.browserengine.FormElement

public class FormElement
extends DocumentElement

This class represents a from element within the document and allows to be retrieved easily the basic form attributes, components etc.


Field Summary
 boolean acceptCharset
          Not implemented
 java.lang.String action
           
 DocumentElement[] elements
           
 java.lang.String encoding
           
 java.lang.String enctype
           
 int length
          Not implemented
 java.lang.String method
           
 java.lang.String name
           
 java.lang.String tabIndex
          Not implemented
 java.lang.String target
          Not implemented
 
Fields inherited from class sferyx.javascript.browserengine.DocumentElement
all, attributes, behaviorUrns, canHaveChildren, canHaveHTML, childNodes, children, className, clientHeight, clientLeft, clientTop, clientWidth, contentEditable, currentStyle, dir, document, element, filters, firstChild, hideFocus, id, innerHTML, innerText, isContentEditable, isDisabled, isTextEdit, lang, language, lastChild, nextSibling, nodeName, nodeType, nodeValue, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onevent, outerHTML, outerText, ownerDocument, parentElement, parentNode, parentTextEdit, previousSibling, readyState, runtimeStyle, scopeName, scrollHeight, scrollLeft, scrollTop, scrollWidth, sourceIndex, style, tagName, tagUrn, title, uniqueID
 
Constructor Summary
FormElement(javax.swing.text.AbstractDocument.AbstractElement element)
          Creates a new instance of FormElement
 
Method Summary
 DocumentElement[] elements()
           
 
Methods inherited from class sferyx.javascript.browserengine.DocumentElement
getAttribute, getAttributes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

acceptCharset

public boolean acceptCharset
Not implemented


action

public java.lang.String action

length

public int length
Not implemented


encoding

public java.lang.String encoding

enctype

public java.lang.String enctype

method

public java.lang.String method

name

public java.lang.String name

tabIndex

public java.lang.String tabIndex
Not implemented


target

public java.lang.String target
Not implemented


elements

public DocumentElement[] elements
Constructor Detail

FormElement

public FormElement(javax.swing.text.AbstractDocument.AbstractElement element)
Creates a new instance of FormElement

Method Detail

elements

public DocumentElement[] elements()