Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLFormElementImpl
org.w3c.dom.html.HTMLFormElement
, org.apache.xerces.dom.ElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Constructor Summary | |
|
Method Summary | |
Node |
|
String | |
String | |
NodeList | |
HTMLCollection | |
String | |
int | |
String | |
String |
|
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
public HTMLFormElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
- Overrides:
- cloneNode in interface org.apache.xerces.dom.ElementImpl
public String getAcceptCharset()
public String getAction()
public NodeList getChildNodes()
- Overrides:
- getChildNodes in interface org.apache.xerces.dom.ParentNode
public HTMLCollection getElements()
public String getEnctype()
public String getMethod()
public String getName()
public String getTarget()
public void reset()
public void setAcceptCharset(String acceptCharset)
public void setAction(String action)
public void setEnctype(String enctype)
public void setMethod(String method)
public void setName(String name)
public void setTarget(String target)
public void submit()