Element factory which creates elements by calling the constructor on a
given
com.gargoylesoftware.htmlunit.html.HtmlElement subclass.
The constructor is expected to take 2 arguments of type
com.gargoylesoftware.htmlunit.html.HtmlPage and
java.util.Map where the first one is the owning page of the element, the second one is a map
holding the initial attributes for the element.
version: $Revision: 2132 $ author: Christian Sell author: Ahmed Ashour author: David K.
Tests the isDisabled() method on all of the elements that must implement the disabled
attribute: button, input, optgroup, option, select
and textarea.
version: $Revision: 2132 $ author: David D.
Test class for
HTMLParserListener .
We probably don't need to check the details of the messages generated by the
parser but just that we catch and "transmit" them.
Wrapper for the html element "script".
When a script tag references an external script (with attribute src) it gets executed when the node
is added to the DOM tree.
An abstract cell that provides the implementation for HtmlTableDataCell and
HtmlTableHeaderCell.
version: $Revision: 2132 $ author: Mike Bowler author: David K.
A specialized creator that knows how to create input objects
version: $Revision: 2132 $ author: Christian Sell author: Marc Guillemot author: Ahmed Ashour author: David K.
a factory for elements encountered in parsing the input which are not represented
by dedicated element classes
version: $Revision: 2132 $ author: Christian Sell author: Ahmed Ashour author: David K.