Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 1985

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QDomComment" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomComment.html#QDomComment(com.trolltech.qt.xml.QDomComment)&quot;&gt;&lt;tt&gt;QDomComment&lt;/tt&gt;&lt;/a&gt; class represents an XML comment.&lt;/p&gt;
&lt;p&gt;A comment in the parsed XML such as this:&lt;/p&gt;
&lt;pre&gt;    &amp;lt;!-- this is a comment --&amp;gt;&lt;/pre&gt;
&lt;p&gt;is represented by &lt;a href=&quot;QDomComment.html#QDomComment(com.trolltech.qt.xml.QDomComment)&quot;&gt;&lt;tt&gt;QDomComment&lt;/tt&gt;&lt;/a&gt; objects in the parsed Dom tree.&lt;/p&gt;
&lt;p&gt;For further information about the Document Object Model see &lt;a href=&quot;http://www.w3.org/TR/REC-DOM-Level-1/&quot;&gt;&lt;tt&gt;http://www.w3.org/TR/REC-DOM-Level-1/&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/DOM-Level-2-Core/&quot;&gt;&lt;tt&gt;http://www.w3.org/TR/DOM-Level-2-Core/&lt;/tt&gt;&lt;/a&gt;. For a more general introduction of the DOM implementation see the &lt;a href=&quot;QDomDocument.html&quot;&gt;&lt;tt&gt;QDomDocument&lt;/tt&gt;&lt;/a&gt; documentation.&lt;/p&gt;
 */">
    <method name="public QDomComment()" doc="/**
&lt;p&gt;Constructs an empty comment. To construct a comment with content, use the QDomDocument::createComment() function.&lt;/p&gt;
 */"/>
    <method name="public QDomComment(com.trolltech.qt.xml.QDomComment x)" doc="/**
&lt;p&gt;Constructs a copy of &lt;tt&gt;x&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use &lt;a href=&quot;QDomNode.html#cloneNode(boolean)&quot;&gt;&lt;tt&gt;cloneNode&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
 */"/>
</class>