|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.llom.OMNodeImpl
org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
org.apache.abdera.parser.stax.FOMProcessingInstruction
public class FOMProcessingInstruction
Field Summary |
---|
Fields inherited from class org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl |
---|
target, value |
Fields inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl |
---|
builder, done, factory, nextSibling, nodeType, parent, previousSibling |
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 |
Constructor Summary | |
---|---|
FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0,
org.apache.axiom.om.OMFactory arg1)
|
|
FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0,
String arg1,
String arg2,
org.apache.axiom.om.OMFactory arg3)
|
Method Summary | ||
---|---|---|
Factory |
getFactory()
The Abdera Factory |
|
|
getParentElement()
The parent node |
|
String |
getText()
The PI text |
|
protected Element |
getWrapped(Element internal)
|
|
void |
setTarget(String target)
The PI target |
|
|
setText(String text)
The PI text |
|
String |
toString()
|
Methods inherited from class org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl |
---|
discard, getTarget, getValue, internalSerialize, internalSerializeAndConsume, setValue |
Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl |
---|
build, buildWithAttachments, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, importNode, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNextOMSibling, setParent, setPreviousOMSibling, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.abdera.model.ProcessingInstruction |
---|
discard, getTarget |
Methods inherited from interface org.apache.axiom.om.OMNode |
---|
build, buildWithAttachments, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
Constructor Detail |
---|
public FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0, org.apache.axiom.om.OMFactory arg1)
public FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0, String arg1, String arg2, org.apache.axiom.om.OMFactory arg3)
Method Detail |
---|
public <T extends Base> T getParentElement()
ProcessingInstruction
getParentElement
in interface ProcessingInstruction
protected Element getWrapped(Element internal)
public Factory getFactory()
ProcessingInstruction
getFactory
in interface ProcessingInstruction
public String getText()
ProcessingInstruction
getText
in interface ProcessingInstruction
public <T extends ProcessingInstruction> T setText(String text)
ProcessingInstruction
setText
in interface ProcessingInstruction
public String toString()
toString
in class Object
public void setTarget(String target)
ProcessingInstruction
setTarget
in interface ProcessingInstruction
setTarget
in interface org.apache.axiom.om.OMProcessingInstruction
setTarget
in class org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |