|
||||||||||
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 referenceMethod Detail |
---|
public String getNodeValue()
getNodeValue
in interface Node
getNodeValue
in class BXNode
public String getNodeName()
getNodeName
in interface Node
getNodeName
in class BXNode
public String getData()
getData
in interface ProcessingInstruction
public String getTarget()
getTarget
in interface ProcessingInstruction
public void setData(String dat)
setData
in interface ProcessingInstruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |