|
|
Comment inherits from Node.
See Text for examples.
Comment
|
nodeName |
Returns '#comment'
|
nodeType |
Returns COMMENT_NODE
|
nodeValue |
Returns the comment data.
|
data |
Returns the comment data.
|
length |
Returns the length of the comment.
|
substringData(offset, count) |
Returns a count character substring starting at
offset
|
appendData(data) |
Appends data to the text. |
insertData(offset, data) |
Inserts data to the text. |
deleteData(offset, count) |
Deletes a range of data from the text. |
replaceData(offset, count, data) |
Replaces the range with the new data. |
Returns '#comment'
Returns COMMENT_NODE
Returns the comment data.
Returns the comment data.
Returns the length of the comment.
substringData(offset, count)
|
Returns a count character substring starting at
offset
Appends data to the text.
Inserts data to the text.
deleteData(offset, count)
|
Deletes a range of data from the text.
replaceData(offset, count, data)
|
Replaces the range with the new data.
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Fri, 31 Mar 2000 18:56:38 -0800 (PST)
|