org.apache.axiom.c14n.omwrapper
Class ProcessingInstructionImpl
java.lang.Object
org.apache.axiom.c14n.omwrapper.NodeImpl
org.apache.axiom.c14n.omwrapper.ProcessingInstructionImpl
- All Implemented Interfaces:
- Node, ProcessingInstruction
public class ProcessingInstructionImpl
- extends NodeImpl
- implements ProcessingInstruction
- Author:
- Saliya Ekanayake (esaliya@gmail.com)
Fields inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessingInstructionImpl
public ProcessingInstructionImpl(OMProcessingInstruction pi,
WrapperFactory fac)
getTarget
public String getTarget()
- Specified by:
getTarget
in interface ProcessingInstruction
getData
public String getData()
- Specified by:
getData
in interface ProcessingInstruction
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface Node
- Overrides:
getNodeType
in class NodeImpl
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.