Class GenericDocumentFragment

All Implemented Interfaces:
Serializable, NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, DocumentFragment, EventTarget, Node

public class GenericDocumentFragment extends AbstractDocumentFragment
This class implements DocumentFragment interface.
Version:
$Id: GenericDocumentFragment.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • readonly

      protected boolean readonly
      Is this element immutable?
  • Constructor Details

    • GenericDocumentFragment

      protected GenericDocumentFragment()
      Creates a new DocumentFragment object.
    • GenericDocumentFragment

      public GenericDocumentFragment(AbstractDocument owner)
      Creates a new DocumentFragment object.
  • Method Details

    • isReadonly

      public boolean isReadonly()
      Tests whether this node is readonly.
    • setReadonly

      public void setReadonly(boolean v)
      Sets this node readonly attribute.
    • newNode

      protected Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode