org.apache.axiom.om
Interface OMProcessingInstruction

All Superinterfaces:
OMNode
All Known Implementing Classes:
OMProcessingInstructionImpl, ProcessingInstructionImpl

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

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.


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.