|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.llom.OMNodeImpl
org.apache.axis2.om.impl.llom.OMProcessingInstructionImpl
Field Summary | |
protected java.lang.String |
target
|
protected java.lang.String |
value
|
Fields inherited from class org.apache.axis2.om.impl.llom.OMNodeImpl |
builder, done, nextSibling, nodeType, parent, previousSibling |
Fields inherited from interface org.apache.axis2.om.OMNode |
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE |
Constructor Summary | |
OMProcessingInstructionImpl(OMContainer parentNode)
Constructor OMProcessingInstructionImpl |
|
OMProcessingInstructionImpl(OMContainer parentNode,
java.lang.String target,
java.lang.String value)
Constructor OMProcessingInstructionImpl |
Method Summary | |
void |
discard()
discard this node |
java.lang.String |
getTarget()
get the target of this PI |
java.lang.String |
getValue()
get the value of this PI |
void |
serialize(OMOutputImpl omOutput)
Serialize the node without caching |
void |
serializeWithCache(OMOutputImpl omOutput)
Serialize the node with caching |
void |
setTarget(java.lang.String target)
set the target of this PI |
void |
setValue(java.lang.String text)
set the value of this PI |
Methods inherited from class org.apache.axis2.om.impl.llom.OMNodeImpl |
build, detach, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache, setComplete, setNextSibling, setParent, setPreviousSibling, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.om.OMNode |
build, detach, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache |
Field Detail |
protected java.lang.String target
protected java.lang.String value
Constructor Detail |
public OMProcessingInstructionImpl(OMContainer parentNode, java.lang.String target, java.lang.String value)
parentNode
- target
- value
- public OMProcessingInstructionImpl(OMContainer parentNode)
parentNode
- Method Detail |
public void serializeWithCache(OMOutputImpl omOutput) throws XMLStreamException
serializeWithCache
in class OMNodeImpl
omOutput
-
XMLStreamException
serializeWithCache(org.apache.axis2.om.impl.OMOutputImpl)
public void serialize(OMOutputImpl omOutput) throws XMLStreamException
serialize
in class OMNodeImpl
omOutput
-
XMLStreamException
serialize(org.apache.axis2.om.impl.OMOutputImpl)
public java.lang.String getValue()
getValue
in interface OMProcessingInstruction
public void setTarget(java.lang.String target)
setTarget
in interface OMProcessingInstruction
target
- public java.lang.String getTarget()
getTarget
in interface OMProcessingInstruction
public void setValue(java.lang.String text)
setValue
in interface OMProcessingInstruction
text
- public void discard() throws OMException
discard
in interface OMNode
OMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |