Save This Page
Home » axiom-1.2.8-src » org.apache.axiom.om » [javadoc | source]
org.apache.axiom.om
public interface: OMProcessingInstruction [javadoc | source]

All Implemented Interfaces:
    OMNode

All Known Implementing Classes:
    OMProcessingInstructionImpl, ProcessingInstructionImpl

Interface OMProcessingInstruction
Method from org.apache.axiom.om.OMProcessingInstruction Summary:
getTarget,   getValue,   setTarget,   setValue
Method from org.apache.axiom.om.OMProcessingInstruction Detail:
 public String getTarget()
    Gets the target of this Processing Instruction.
 public String getValue()
    Gets the value of this Processing Instruction.
 public  void setTarget(String target)
    Sets the target of this Processing Instruction.
 public  void setValue(String value)
    Sets the value of this Processing Instruction.