|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.xml.dom.NodeImpl
com.novell.xml.dom.ProcessingInstructionImpl
public class ProcessingInstructionImpl
Field Summary |
---|
Fields inherited from class com.novell.xml.dom.NodeImpl |
---|
allowedChildren, baseURI, changeCount, document, documentOrderVal, expandedName, firstChild, lastChild, localName, namespaceURI, nextOrderVal, nextSibling, nodeName, nodeValue, parentNode, prefix, previousSibling, toStringSerializes, xmlnsPrefix, xmlPrefix, xpathBehavior |
Constructor Summary | |
---|---|
protected |
ProcessingInstructionImpl(DocumentImpl owner,
String target,
String data)
|
Method Summary | |
---|---|
String |
getData()
The content of this processing instruction. |
short |
getNodeType()
A code representing the type of the underlying object, as defined above. |
String |
getTarget()
The target of this processing instruction. |
void |
setData(String data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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, getNodeName, 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 |
---|
protected ProcessingInstructionImpl(DocumentImpl owner, String target, String data)
Method Detail |
---|
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
public String getTarget()
getTarget
in interface ProcessingInstruction
public String getData()
?>
.
getData
in interface ProcessingInstruction
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.public void setData(String data) throws DOMException
setData
in interface ProcessingInstruction
DOMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |