Class GenericProcessingInstruction

    • Field Detail

      • target

        protected java.lang.String target
        The target.
      • readonly

        protected boolean readonly
        Is this node immutable?
    • Constructor Detail

      • GenericProcessingInstruction

        protected GenericProcessingInstruction()
        Creates a new ProcessingInstruction object.
      • GenericProcessingInstruction

        public GenericProcessingInstruction​(java.lang.String target,
                                            java.lang.String data,
                                            AbstractDocument owner)
        Creates a new ProcessingInstruction object.
    • Method Detail

      • isReadonly

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

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

        public java.lang.String getTarget()
        DOM: Implements ProcessingInstruction.getTarget().
        Returns:
        target.
      • setTarget

        public void setTarget​(java.lang.String v)
        Sets the target value.
      • copyInto

        protected org.w3c.dom.Node copyInto​(org.w3c.dom.Node n)
        Copy the fields of the current node into the given node.
        Overrides:
        copyInto in class AbstractProcessingInstruction
        Parameters:
        n - a node of the type of this.
      • deepCopyInto

        protected org.w3c.dom.Node deepCopyInto​(org.w3c.dom.Node n)
        Deeply copy the fields of the current node into the given node.
        Overrides:
        deepCopyInto in class AbstractProcessingInstruction
        Parameters:
        n - a node of the type of this.
      • newNode

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