org.apache.axiom.om
Interface OMProcessingInstruction

All Superinterfaces:
OMNode

public interface OMProcessingInstruction
extends OMNode

Interface OMProcessingInstruction


Field Summary
 
Fields inherited from interface org.apache.axiom.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()
          Gets the target of this Processing Instruction.
 java.lang.String getValue()
          Gets the value of this Processing Instruction.
 void setTarget(java.lang.String target)
          Sets the target of this Processing Instruction.
 void setValue(java.lang.String value)
          Sets the value of this Processing Instruction.
 
Methods inherited from interface org.apache.axiom.om.OMNode
build, buildWithAttachments, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 

Method Detail

setTarget

public void setTarget(java.lang.String target)
Sets the target of this Processing Instruction.

Parameters:
target -

getTarget

public java.lang.String getTarget()
Gets the target of this Processing Instruction.

Returns:
Returns string.

setValue

public void setValue(java.lang.String value)
Sets the value of this Processing Instruction.

Parameters:
value -

getValue

public java.lang.String getValue()
Gets the value of this Processing Instruction.

Returns:
Returns String.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.