Class GenericNotation

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

public class GenericNotation extends AbstractNotation
This class implements the Notation interface.
Version:
$Id: GenericNotation.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • readonly

      protected boolean readonly
      Is this node immutable?
  • Constructor Details

    • GenericNotation

      protected GenericNotation()
      Creates a new Notation object.
    • GenericNotation

      public GenericNotation(String name, String pubId, String sysId, AbstractDocument owner)
      Creates a new Notation 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