org.apache.axis2.om
Interface OMProcessingInstruction

All Superinterfaces:
OMNode
All Known Implementing Classes:
OMProcessingInstructionImpl

public interface OMProcessingInstruction
extends OMNode

Interface OMProcessingInstruction


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 java.lang.String getTarget()
          get the target of this PI
 java.lang.String getValue()
          get the value of this PI
 void setTarget(java.lang.String target)
          set the target of this PI
 void setValue(java.lang.String value)
          set the value of this PI
 
Methods inherited from interface org.apache.axis2.om.OMNode
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache
 

Method Detail

setTarget

public void setTarget(java.lang.String target)
set the target of this PI

Parameters:
target -

getTarget

public java.lang.String getTarget()
get the target of this PI

Returns:
string

setValue

public void setValue(java.lang.String value)
set the value of this PI

Parameters:
value -

getValue

public java.lang.String getValue()
get the value of this PI

Returns:
string