org.apache.html.dom

Class HTMLFormElementImpl

public class HTMLFormElementImpl extends HTMLElementImpl implements HTMLFormElement

Version: $Revision: 1.11 $ $Date: 2005/04/18 00:46:04 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLFormElement org.apache.xerces.dom.ElementImpl

UNKNOWN:

Constructor Summary
HTMLFormElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
NodecloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
StringgetAcceptCharset()
StringgetAction()
NodeListgetChildNodes()
HTMLCollectiongetElements()
StringgetEnctype()
intgetLength()
StringgetMethod()
StringgetName()
StringgetTarget()
voidreset()
voidsetAcceptCharset(String acceptCharset)
voidsetAction(String action)
voidsetEnctype(String enctype)
voidsetMethod(String method)
voidsetName(String name)
voidsetTarget(String target)
voidsubmit()

Constructor Detail

HTMLFormElementImpl

public HTMLFormElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

cloneNode

public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.

getAcceptCharset

public String getAcceptCharset()

getAction

public String getAction()

getChildNodes

public NodeList getChildNodes()

getElements

public HTMLCollection getElements()

getEnctype

public String getEnctype()

getLength

public int getLength()

getMethod

public String getMethod()

getName

public String getName()

getTarget

public String getTarget()

reset

public void reset()

setAcceptCharset

public void setAcceptCharset(String acceptCharset)

setAction

public void setAction(String action)

setEnctype

public void setEnctype(String enctype)

setMethod

public void setMethod(String method)

setName

public void setName(String name)

setTarget

public void setTarget(String target)

submit

public void submit()
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.