Class GenericEntityReference

    • Field Detail

      • readonly

        protected boolean readonly
        Is this node immutable?
    • Constructor Detail

      • GenericEntityReference

        protected GenericEntityReference()
        Creates a new EntityReference object.
      • GenericEntityReference

        public GenericEntityReference​(java.lang.String name,
                                      AbstractDocument owner)
        Creates a new EntityReference object.
    • Method Detail

      • isReadonly

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

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

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