|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xml2.QAbstractNode
com.caucho.xml2.QNode
com.caucho.xml2.QProcessingInstruction
public class QProcessingInstruction
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.caucho.xml2.QNode |
|---|
QNode.ChildNodeList |
| Field Summary |
|---|
| Fields inherited from class com.caucho.xml2.QNode |
|---|
_firstChild, _lastChild |
| Fields inherited from class com.caucho.xml2.QAbstractNode |
|---|
L |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
QProcessingInstruction(java.lang.String name)
|
|
QProcessingInstruction(java.lang.String name,
java.lang.String data)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
|
java.lang.String |
getNamespaceURI()
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
java.lang.String |
getTarget()
|
void |
print(XmlPrinter os)
|
void |
setData(java.lang.String arg)
|
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.xml2.QNode |
|---|
appendChild, checkValid, equals, equals, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextPreorder, getNextSibling, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, setTextContent |
| Methods inherited from class com.caucho.xml2.QAbstractNode |
|---|
baseURI, cloneNode, compareDocumentPosition, compareTreePosition, getBaseURI, getCanonicalName, getColumn, getDependencyList, getFeature, getFilename, getInterface, getLine, getLocalName, getNextContent, getOwnerDocument, getParentNode, getPrefix, getPreviousContent, getQName, getTextContent, getTextValue, getUserData, hasAttributes, hasContent, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, print, printHtml, printPretty, setFeature, setLocation, setPrefix, setUserData, supports |
| Methods inherited from class java.lang.Object |
|---|
clone, 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, getNextSibling, 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 QProcessingInstruction(java.lang.String name)
public QProcessingInstruction(java.lang.String name,
java.lang.String data)
| Method Detail |
|---|
public java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.Nodepublic java.lang.String getNodeValue()
getNodeValue in interface org.w3c.dom.NodegetNodeValue in class QNodepublic short getNodeType()
getNodeType in interface org.w3c.dom.Nodepublic java.lang.String getTarget()
getTarget in interface org.w3c.dom.ProcessingInstructionpublic java.lang.String getData()
getData in interface org.w3c.dom.ProcessingInstructionpublic void setData(java.lang.String arg)
setData in interface org.w3c.dom.ProcessingInstructionpublic java.lang.String getNamespaceURI()
getNamespaceURI in interface CauchoNodegetNamespaceURI in interface org.w3c.dom.NodegetNamespaceURI in class QAbstractNode
public void print(XmlPrinter os)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||