|
|||||||
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 ProcessingInstruction
public String getStringValue()
Item
getStringValue
in interface Item
getStringValue
in interface Sequence
getStringValue
in class NodeImpl
public String getLocalName()
getLocalName
in interface Node
getLocalName
in class NodeImpl
public String getNamespaceURI()
getNamespaceURI
in interface Node
getNamespaceURI
in class NodeImpl
public String getData()
getData
in interface ProcessingInstruction
public AtomicValue atomize() throws XPathException
atomize
in interface Item
atomize
in class NodeImpl
XPathException
public void setData(String arg0) throws DOMException
setData
in interface ProcessingInstruction
DOMException
public String getBaseURI()
getBaseURI
in interface Node
getBaseURI
in class NodeImpl
public Node getFirstChild()
getFirstChild
in interface Node
getFirstChild
in class NodeImpl
public int getItemType()
Sequence
Type.NODE
for node sets, Type.ITEM
for other sequences with mixed items.
getItemType
in interface Sequence
getItemType
in class NodeImpl
public String toString()
toString
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |