Package org.apache.axiom.om
Interface OMProcessingInstruction
- All Superinterfaces:
OMInformationItem
,OMNode
,OMSerializable
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
Modifier and TypeMethodDescriptionGets the target of this Processing Instruction.getValue()
Gets the value of this Processing Instruction.void
Sets the target of this Processing Instruction.void
Sets the value of this Processing Instruction.Methods inherited from interface org.apache.axiom.om.OMInformationItem
clone, getOMFactory
Methods inherited from interface org.apache.axiom.om.OMNode
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
-
Method Details
-
setTarget
Sets the target of this Processing Instruction.- Parameters:
target
-
-
getTarget
String getTarget()Gets the target of this Processing Instruction.- Returns:
- Returns string.
-
setValue
Sets the value of this Processing Instruction.- Parameters:
value
-
-
getValue
String getValue()Gets the value of this Processing Instruction.- Returns:
- Returns String.
-