|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.xom.Node
nu.xom.ParentNode
nu.xom.Element
nu.validator.htmlparser.xom.FormPtrElement
public class FormPtrElement
Element with an associated form.
| Field Summary | |
|---|---|
private nu.xom.Element |
form
|
| Constructor Summary | |
|---|---|
FormPtrElement(nu.xom.Element elt)
Copy constructor ( FormPointer-aware). |
|
FormPtrElement(String name,
String uri)
Null form. |
|
FormPtrElement(String name,
String uri,
nu.xom.Element form)
Full constructor. |
|
| Method Summary | |
|---|---|
nu.xom.Element |
getForm()
Gets the form. |
void |
setForm(nu.xom.Element form)
Sets the form. |
| Methods inherited from class nu.xom.Element |
|---|
addAttribute, addNamespaceDeclaration, appendChild, copy, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeValue, getAttributeValue, getBaseURI, getChildElements, getChildElements, getChildElements, getFirstChildElement, getFirstChildElement, getLocalName, getNamespaceDeclarationCount, getNamespacePrefix, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getQualifiedName, getValue, insertChild, removeAttribute, removeChildren, removeNamespaceDeclaration, setBaseURI, setLocalName, setNamespacePrefix, setNamespaceURI, shallowCopy, toString, toXML |
| Methods inherited from class nu.xom.ParentNode |
|---|
appendChild, getChild, getChildCount, indexOf, insertChild, removeChild, removeChild, replaceChild |
| Methods inherited from class nu.xom.Node |
|---|
detach, equals, getDocument, getParent, hashCode, query, query |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private nu.xom.Element form
| Constructor Detail |
|---|
public FormPtrElement(nu.xom.Element elt)
FormPointer-aware).
elt -
public FormPtrElement(String name,
String uri)
name - uri -
public FormPtrElement(String name,
String uri,
nu.xom.Element form)
name - uri - form - | Method Detail |
|---|
public nu.xom.Element getForm()
getForm in interface FormPointerFormPointer.getForm()public void setForm(nu.xom.Element form)
setForm in interface FormPointerform - the form to setFormPointer.setForm(nu.xom.Element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||