public class OMProcessingInstructionImpl extends OMLeafNode implements org.apache.axiom.om.impl.common.AxiomProcessingInstruction
| Modifier and Type | Field and Description |
|---|---|
protected String |
target |
protected String |
value |
| Constructor and Description |
|---|
OMProcessingInstructionImpl(org.apache.axiom.om.OMContainer parentNode,
String target,
String value,
org.apache.axiom.om.OMFactory factory,
boolean fromBuilder)
Constructor OMProcessingInstructionImpl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Gets the target of this Processing Instruction.
|
int |
getType() |
String |
getValue()
Gets the value of this Processing Instruction.
|
void |
internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache) |
void |
setTarget(String target)
Sets the target of this Processing Instruction.
|
void |
setValue(String text)
Sets the value of this Processing Instruction.
|
build, discard, getBuilder, isComplete, setCompleteclone, coreSetParentgetOMFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuildWithAttachments, detach, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBeforebuild, close, isComplete, serialize, serialize, serializeAndConsumecoreDetach, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreSetNextSibling, coreSetOwnerDocument, coreSetPreviousSibling, internalSetParent, internalUnsetParentclose, getBuilder, serialize, serialize, serializeAndConsume, setCompletepublic final int getType()
getType in interface org.apache.axiom.om.OMNodepublic void internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache)
throws org.apache.axiom.om.impl.common.serializer.push.OutputException
internalSerialize in interface org.apache.axiom.om.impl.common.AxiomSerializableorg.apache.axiom.om.impl.common.serializer.push.OutputExceptionpublic String getValue()
getValue in interface org.apache.axiom.om.OMProcessingInstructionpublic void setTarget(String target)
setTarget in interface org.apache.axiom.om.OMProcessingInstructiontarget - public String getTarget()
getTarget in interface org.apache.axiom.om.OMProcessingInstructionpublic void setValue(String text)
setValue in interface org.apache.axiom.om.OMProcessingInstructiontext - Copyright ? The Apache Software Foundation. All Rights Reserved.