Class ModalDocument

  • All Implemented Interfaces:
    Mode

    public class ModalDocument
    extends nu.xom.Document
    implements Mode
    Document with Mode.
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private DocumentMode mode  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModalDocument​(nu.xom.Document doc)
      Copy constructor (Mode-aware).
      ModalDocument​(nu.xom.Element elt)
      With root.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentMode getMode()
      Gets the mode.
      void setMode​(DocumentMode mode)
      Sets the mode.
      • Methods inherited from class nu.xom.Document

        copy, getBaseURI, getDocType, getRootElement, getValue, removeChild, removeChild, replaceChild, setBaseURI, setDocType, setRootElement, toString, toXML
      • Methods inherited from class nu.xom.ParentNode

        appendChild, getChild, getChildCount, indexOf, insertChild
      • 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