org.apache.axiom.c14n.omwrapper.interfaces
Interface ProcessingInstruction

All Superinterfaces:
Node
All Known Implementing Classes:
ProcessingInstructionImpl

public interface ProcessingInstruction
extends Node

Author:
Saliya Ekanayake (esaliya@gmail.com)

Field Summary
 
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
 
Method Summary
 java.lang.String getData()
           
 java.lang.String getTarget()
           
 
Methods inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getParentNode, getPrefix, getPreviousSibling
 

Method Detail

getTarget

java.lang.String getTarget()

getData

java.lang.String getData()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.