Interface OMProcessingInstruction

All Superinterfaces:
OMInformationItem, OMNode, OMSerializable

public interface OMProcessingInstruction extends OMNode
Interface OMProcessingInstruction
  • Method Details

    • 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.