|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.api.dom.BXNode
org.basex.api.dom.BXPI
public final class BXPI
DOM - Processing instruction implementation.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
BXPI(Nod n)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getData()
|
String |
getNodeName()
|
String |
getNodeValue()
|
String |
getTarget()
|
void |
setData(String dat)
|
| Methods inherited from class org.basex.api.dom.BXNode |
|---|
appendChild, cloneNode, compareDocumentPosition, error, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNod, getNodeType, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeType, 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 BXPI(Nod n)
n - node reference| Method Detail |
|---|
public String getNodeValue()
getNodeValue in interface NodegetNodeValue in class BXNodepublic String getNodeName()
getNodeName in interface NodegetNodeName in class BXNodepublic String getData()
getData in interface ProcessingInstructionpublic String getTarget()
getTarget in interface ProcessingInstructionpublic void setData(String dat)
setData in interface ProcessingInstruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||