Documentation For Encog 2.x

FormElement Members

FormElement overview

Public Instance Constructors

FormElement Constructor Construct a form element from the specified web page. @param source The page that holds this form element.

Public Instance Properties

AutoSend@return True if this is autosend, which means that the type is NOT submit. This prevents a form that has multiple submit buttons from sending ALL of them in a single post.
Begin (inherited from DocumentRange) The beginning of this attribute.
ClassAttribute (inherited from DocumentRange) The HTML class attribiute for this element.
Elements (inherited from DocumentRange) The elements of this document range.
End (inherited from DocumentRange) The ending index.
IdAttribute (inherited from DocumentRange) The HTML id for this element.
Name@return The name of this form.
Owner@return The owner of this form element.
Parent (inherited from DocumentRange) The web page that owns this class.
Source (inherited from DocumentRange) The web page that this range is owned by.
Value@return The value of this form element.

Public Instance Methods

AddElement (inherited from DocumentRange) Add an element.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetTextOnly (inherited from DocumentRange) Get the text from this range.
GetType (inherited from Object) 
ToString (inherited from DocumentRange) This object as a string.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FormElement Class | Encog.Bot.Browse.Range Namespace