GNU Info

Info Node: (python2.1-lib.info)Comment Objects

(python2.1-lib.info)Comment Objects


Next: Text and CDATASection Objects Prev: NamedNodeMap Objects Up: Objects in the DOM
Enter node , (file) or (file)node

Comment Objects
...............

`Comment' represents a comment in the XML document.  It is a subclass
of `Node', but cannot have child nodes.

`data'
     The content of the comment as a string.  The attribute contains all
     characters between the leading `<!-'`-' and trailing `-'`->', but
     does not include them.


automatically generated by info2www version 1.2.2.9