|
|||||||
| 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
public class ProcessingInstructionImpl
| Field Summary |
|---|
| Fields inherited from class org.exist.memtree.NodeImpl |
|---|
NAMESPACE_NODE, REFERENCE_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 | |
|---|---|
AtomicValue |
atomize()
|
String |
getBaseURI()
? @see org.w3c.dom.Node#getBaseURI() |
String |
getData()
|
Node |
getFirstChild()
|
int |
getItemType()
Return the primary type to which all items in this sequence belong. |
String |
getLocalName()
|
String |
getNamespaceURI()
|
String |
getStringValue()
Return the string value of this item (see the definition of string value in XPath). |
String |
getTarget()
|
void |
setData(String arg0)
|
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, compareDocumentPosition, getAttributes, getChildNodes, getFeature, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public ProcessingInstructionImpl(DocumentImpl doc,
int nodeNumber)
doc - nodeNumber - | Method Detail |
|---|
public String getTarget()
getTarget in interface ProcessingInstructionpublic String getStringValue()
Item
getStringValue in interface ItemgetStringValue in interface SequencegetStringValue in class NodeImplpublic String getLocalName()
getLocalName in interface NodegetLocalName in class NodeImplpublic String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class NodeImplpublic String getData()
getData in interface ProcessingInstruction
public AtomicValue atomize()
throws XPathException
atomize in interface Itematomize in class NodeImplXPathException
public void setData(String arg0)
throws DOMException
setData in interface ProcessingInstructionDOMExceptionpublic String getBaseURI()
getBaseURI in interface NodegetBaseURI in class NodeImplpublic Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class NodeImplpublic int getItemType()
SequenceType.NODE for node sets, Type.ITEM
for other sequences with mixed items.
getItemType in interface SequencegetItemType in class NodeImplpublic String toString()
toString in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||