public interface OMProcessingInstruction extends OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
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.
|
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuild, close, isComplete, serialize, serialize, serializeAndConsumeclone, getOMFactoryvoid setTarget(java.lang.String target)
target - java.lang.String getTarget()
void setValue(java.lang.String value)
value - java.lang.String getValue()