Class FormPtrElement

  • All Implemented Interfaces:
    FormPointer

    public class FormPtrElement
    extends nu.xom.Element
    implements FormPointer
    Element with an associated form.
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private nu.xom.Element form  
    • Constructor Summary

      Constructors 
      Constructor Description
      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.
      FormPtrElement​(nu.xom.Element elt)
      Copy constructor (FormPointer-aware).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • form

        private nu.xom.Element form
    • Constructor Detail

      • FormPtrElement

        public FormPtrElement​(nu.xom.Element elt)
        Copy constructor (FormPointer-aware).
        Parameters:
        elt -
      • FormPtrElement

        public FormPtrElement​(java.lang.String name,
                              java.lang.String uri)
        Null form.
        Parameters:
        name -
        uri -
      • FormPtrElement

        public FormPtrElement​(java.lang.String name,
                              java.lang.String uri,
                              nu.xom.Element form)
        Full constructor.
        Parameters:
        name -
        uri -
        form -