Class GenericEntity

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

public class GenericEntity extends AbstractEntity
This class implements the Entity interface.
See Also:
  • Field Details

    • readonly

      protected boolean readonly
      Is this node immutable?
  • Constructor Details

    • GenericEntity

      protected GenericEntity()
      Creates a new Entity object.
    • GenericEntity

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