|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.memtree.NodeImpl
org.exist.memtree.ProcessingInstructionImpl
Field Summary |
Fields inherited from class org.exist.memtree.NodeImpl |
NAMESPACE_NODE, REFERENCE_NODE |
Fields inherited from interface org.w3c.dom.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 |
Fields inherited from interface org.exist.xquery.value.NodeValue |
IN_MEMORY_NODE, PERSISTENT_NODE |
Fields inherited from interface org.exist.xquery.value.Sequence |
EMPTY_SEQUENCE |
Constructor Summary | |
ProcessingInstructionImpl(DocumentImpl doc,
int nodeNumber)
|
Method Summary | |
java.lang.String |
getData()
|
org.w3c.dom.Node |
getFirstChild()
|
java.lang.String |
getStringValue()
Return the string value of this item (see the definition of string value in XPath). |
java.lang.String |
getTarget()
|
void |
setData(java.lang.String arg0)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Constructor Detail |
public ProcessingInstructionImpl(DocumentImpl doc, int nodeNumber)
doc
- nodeNumber
- Method Detail |
public java.lang.String getTarget()
getTarget
in interface org.w3c.dom.ProcessingInstruction
public java.lang.String getStringValue()
Item
getStringValue
in interface Item
getStringValue
in class NodeImpl
public java.lang.String getData()
getData
in interface org.w3c.dom.ProcessingInstruction
public void setData(java.lang.String arg0) throws org.w3c.dom.DOMException
setData
in interface org.w3c.dom.ProcessingInstruction
org.w3c.dom.DOMException
public org.w3c.dom.Node getFirstChild()
getFirstChild
in interface org.w3c.dom.Node
getFirstChild
in class NodeImpl
public java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |