org.apache.abdera.parser.stax
Class FOMProcessingInstruction

java.lang.Object
  extended by org.apache.axiom.om.impl.llom.OMNodeImpl
      extended by org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
          extended by org.apache.abdera.parser.stax.FOMProcessingInstruction
All Implemented Interfaces:
ProcessingInstruction, org.apache.axiom.om.impl.OMNodeEx, org.apache.axiom.om.OMNode, org.apache.axiom.om.OMProcessingInstruction

public class FOMProcessingInstruction
extends org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl
implements ProcessingInstruction


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
<T extends Base>
T
getParentElement()
          The parent node
 String getText()
          The PI text
protected  Element getWrapped(Element internal)
           
 void setTarget(String target)
          The PI target
<T extends ProcessingInstruction>
T
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

FOMProcessingInstruction

public FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0,
                                org.apache.axiom.om.OMFactory arg1)

FOMProcessingInstruction

public FOMProcessingInstruction(org.apache.axiom.om.OMContainer arg0,
                                String arg1,
                                String arg2,
                                org.apache.axiom.om.OMFactory arg3)
Method Detail

getParentElement

public <T extends Base> T getParentElement()
Description copied from interface: ProcessingInstruction
The parent node

Specified by:
getParentElement in interface ProcessingInstruction

getWrapped

protected Element getWrapped(Element internal)

getFactory

public Factory getFactory()
Description copied from interface: ProcessingInstruction
The Abdera Factory

Specified by:
getFactory in interface ProcessingInstruction

getText

public String getText()
Description copied from interface: ProcessingInstruction
The PI text

Specified by:
getText in interface ProcessingInstruction

setText

public <T extends ProcessingInstruction> T setText(String text)
Description copied from interface: ProcessingInstruction
The PI text

Specified by:
setText in interface ProcessingInstruction

toString

public String toString()
Overrides:
toString in class Object

setTarget

public void setTarget(String target)
Description copied from interface: ProcessingInstruction
The PI target

Specified by:
setTarget in interface ProcessingInstruction
Specified by:
setTarget in interface org.apache.axiom.om.OMProcessingInstruction
Overrides:
setTarget in class org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.