Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLFormElement
Constructor Summary | |
|
Method Summary | |
String | |
String | |
HTMLCollection | |
String | |
int |
|
String | |
String |
|
String | |
void |
|
void |
|
void | |
void |
|
void | |
void | |
void | |
void |
|
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLFormElement(DomHTMLDocument owner, String namespaceURI, String name)
public String getAcceptCharset()
- Specified by:
- getAcceptCharset in interface HTMLFormElement
public int getLength()
DOM L1 (NodeList) Returns the number of elements in this NodeList. (Note that many interfaces have a "Length" property, not just NodeList, and if a node subtype must implement one of those, it will also need to override getChildNodes.)
- Specified by:
- getLength in interface HTMLFormElement
- getLength in interface NodeList
public void setAcceptCharset(String acceptCharset)
- Specified by:
- setAcceptCharset in interface HTMLFormElement
public void setEnctype(String enctype)
- Specified by:
- setEnctype in interface HTMLFormElement