Package org.apache.abdera.parser.stax
Class FOMProcessingInstruction
- java.lang.Object
-
- org.apache.axiom.om.impl.llom.OMSerializableImpl
-
- org.apache.axiom.om.impl.llom.OMNodeImpl
-
- org.apache.axiom.om.impl.llom.OMLeafNode
-
- org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
-
- org.apache.abdera.parser.stax.FOMProcessingInstruction
-
- All Implemented Interfaces:
org.apache.abdera.model.ProcessingInstruction,org.apache.axiom.om.impl.llom.IChildNode,org.apache.axiom.om.impl.OMNodeEx,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMNode,org.apache.axiom.om.OMProcessingInstruction,org.apache.axiom.om.OMSerializable
@Deprecated public class FOMProcessingInstruction extends org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl implements org.apache.abdera.model.ProcessingInstruction
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FOMProcessingInstruction(org.apache.axiom.om.OMContainer parent, String target, String value, org.apache.axiom.om.OMFactory factory, boolean fromBuilder)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.abdera.factory.FactorygetFactory()Deprecated.<T extends org.apache.abdera.model.Base>
TgetParentElement()Deprecated.StringgetText()Deprecated.voidsetTarget(String target)Deprecated.<T extends org.apache.abdera.model.ProcessingInstruction>
TsetText(String text)Deprecated.StringtoString()Deprecated.-
Methods inherited from class org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
getTarget, getType, getValue, internalSerialize, setValue
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMLeafNode
build, discard, getBuilder, isComplete, setComplete
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl
buildWithAttachments, clone, detach, getIParentNode, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, setNextOMSibling, setParent, setPreviousOMSibling
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl
close, getOMFactory, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.om.OMNode
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
-
-
-
Method Detail
-
getParentElement
public <T extends org.apache.abdera.model.Base> T getParentElement()
Deprecated.- Specified by:
getParentElementin interfaceorg.apache.abdera.model.ProcessingInstruction
-
getFactory
public org.apache.abdera.factory.Factory getFactory()
Deprecated.- Specified by:
getFactoryin interfaceorg.apache.abdera.model.ProcessingInstruction
-
getText
public String getText()
Deprecated.- Specified by:
getTextin interfaceorg.apache.abdera.model.ProcessingInstruction
-
setText
public <T extends org.apache.abdera.model.ProcessingInstruction> T setText(String text)
Deprecated.- Specified by:
setTextin interfaceorg.apache.abdera.model.ProcessingInstruction
-
setTarget
public void setTarget(String target)
Deprecated.- Specified by:
setTargetin interfaceorg.apache.axiom.om.OMProcessingInstruction- Specified by:
setTargetin interfaceorg.apache.abdera.model.ProcessingInstruction- Overrides:
setTargetin classorg.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
-
-