public class ProcessingInstructionImpl extends NodeImpl implements ProcessingInstruction
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
Constructor and Description |
---|
ProcessingInstructionImpl(OMProcessingInstruction pi,
WrapperFactory fac) |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
short |
getNodeType() |
String |
getTarget() |
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getParentNode, getPrefix, getPreviousSibling
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getParentNode, getPrefix, getPreviousSibling
public ProcessingInstructionImpl(OMProcessingInstruction pi, WrapperFactory fac)
public String getTarget()
getTarget
in interface ProcessingInstruction
public String getData()
getData
in interface ProcessingInstruction
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.