public class QComment extends QAbstractNode implements org.w3c.dom.Comment
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_data |
protected boolean |
_whitespaceOnly |
L
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 and Description |
---|
QComment() |
QComment(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
void |
appendData(java.lang.String arg) |
void |
deleteData(int offset) |
void |
deleteData(int offset,
int count) |
java.lang.String |
getData()
Returns the node value.
|
int |
getLength()
Returns the length of the text data.
|
java.lang.String |
getNodeName() |
short |
getNodeType() |
java.lang.String |
getNodeValue()
Returns the node value.
|
boolean |
hasContent() |
void |
insertData(int offset,
java.lang.String arg) |
boolean |
isElementContentWhitespace() |
void |
print(XmlPrinter os) |
void |
replaceData(int offset,
int count,
java.lang.String arg) |
void |
setData(java.lang.String data)
Sets the node value.
|
void |
setNodeValue(java.lang.String data)
Sets the node value.
|
java.lang.String |
substringData(int start) |
java.lang.String |
substringData(int start,
int count) |
java.lang.String |
toString() |
appendChild, baseURI, checkValid, cloneNode, compareDocumentPosition, compareTreePosition, equals, getAttributes, getBaseURI, getCanonicalName, getChildNodes, getColumn, getDependencyList, getFeature, getFilename, getFirstChild, getInterface, getLastChild, getLine, getLocalName, getNamespaceURI, getNextContent, getNextPreorder, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousContent, getPreviousSibling, getQName, getTextContent, getTextValue, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, normalize, print, printHtml, printPretty, removeChild, replaceChild, setFeature, setLocation, setPrefix, setTextContent, setUserData, supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
protected java.lang.String _data
protected boolean _whitespaceOnly
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
public void print(XmlPrinter os) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getNodeValue()
getNodeValue
in interface org.w3c.dom.Node
getNodeValue
in class QAbstractNode
public void setNodeValue(java.lang.String data)
setNodeValue
in interface org.w3c.dom.Node
setNodeValue
in class QAbstractNode
public java.lang.String getData()
getData
in interface org.w3c.dom.CharacterData
public void setData(java.lang.String data)
setData
in interface org.w3c.dom.CharacterData
public int getLength()
getLength
in interface org.w3c.dom.CharacterData
public java.lang.String substringData(int start, int count) throws org.w3c.dom.DOMException
substringData
in interface org.w3c.dom.CharacterData
org.w3c.dom.DOMException
public java.lang.String substringData(int start) throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
public void appendData(java.lang.String arg) throws org.w3c.dom.DOMException
appendData
in interface org.w3c.dom.CharacterData
org.w3c.dom.DOMException
public void insertData(int offset, java.lang.String arg) throws org.w3c.dom.DOMException
insertData
in interface org.w3c.dom.CharacterData
org.w3c.dom.DOMException
public void deleteData(int offset, int count) throws org.w3c.dom.DOMException
deleteData
in interface org.w3c.dom.CharacterData
org.w3c.dom.DOMException
public void deleteData(int offset) throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
public void replaceData(int offset, int count, java.lang.String arg) throws org.w3c.dom.DOMException
replaceData
in interface org.w3c.dom.CharacterData
org.w3c.dom.DOMException
public boolean hasContent()
hasContent
in class QAbstractNode
public boolean isElementContentWhitespace()