Interface OMProcessingInstruction

    • Method Detail

      • setTarget

        void setTarget​(String target)
        Sets the target of this Processing Instruction.
        Parameters:
        target -
      • getTarget

        String getTarget()
        Gets the target of this Processing Instruction.
        Returns:
        Returns string.
      • setValue

        void setValue​(String value)
        Sets the value of this Processing Instruction.
        Parameters:
        value -
      • getValue

        String getValue()
        Gets the value of this Processing Instruction.
        Returns:
        Returns String.