public class FormPtrElement extends nu.xom.Element implements FormPointer
Modifier and Type | Field and Description |
---|---|
private nu.xom.Element |
form |
Constructor and Description |
---|
FormPtrElement(nu.xom.Element elt)
Copy constructor (
FormPointer -aware). |
FormPtrElement(java.lang.String name,
java.lang.String uri)
Null form.
|
FormPtrElement(java.lang.String name,
java.lang.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, toXML
appendChild, getChild, getChildCount, indexOf, insertChild, removeChild, removeChild, replaceChild
public FormPtrElement(nu.xom.Element elt)
FormPointer
-aware).elt
- public FormPtrElement(java.lang.String name, java.lang.String uri)
name
- uri
- public FormPtrElement(java.lang.String name, java.lang.String uri, nu.xom.Element form)
name
- uri
- form
- public nu.xom.Element getForm()
getForm
in interface FormPointer
FormPointer.getForm()
public void setForm(nu.xom.Element form)
setForm
in interface FormPointer
form
- the form to setFormPointer.setForm(nu.xom.Element)