public class FormPtrElement extends nu.xom.Element implements FormPointer
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
nu.xom.Element |
getForm()
Gets the form.
|
void |
setForm(nu.xom.Element form)
Sets the form.
|
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, toXMLappendChild, getChild, getChildCount, indexOf, insertChild, removeChild, removeChild, replaceChildpublic FormPtrElement(nu.xom.Element elt)
FormPointer-aware).elt - 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)Copyright © 2017. All rights reserved.