Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 1996

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

<class name="QDomNotation" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomNotation.html#QDomNotation(com.trolltech.qt.xml.QDomNotation)&quot;&gt;&lt;tt&gt;QDomNotation&lt;/tt&gt;&lt;/a&gt; class represents an XML notation.&lt;/p&gt;
&lt;p&gt;A notation either declares, by name, the format of an unparsed entity (see section 4.7 of the XML 1.0 specification), or is used for formal declaration of processing instruction targets (see section 2.6 of the XML 1.0 specification).&lt;/p&gt;
&lt;p&gt;DOM does not support editing notation nodes; they are therefore read-only.&lt;/p&gt;
&lt;p&gt;A notation node does not have any parent.&lt;/p&gt;
&lt;p&gt;You can retrieve the &lt;a href=&quot;QDomNotation.html#publicId()&quot;&gt;&lt;tt&gt;publicId&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QDomNotation.html#systemId()&quot;&gt;&lt;tt&gt;systemId&lt;/tt&gt;&lt;/a&gt; from a notation node.&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;Level 1&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/DOM-Level-2-Core/&quot;&gt;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 QDomNotation()" doc="/**
&lt;p&gt;Constructor.&lt;/p&gt;
 */"/>
    <method name="public QDomNotation(com.trolltech.qt.xml.QDomNotation 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;
 */"/>
    <method name="public final java.lang.String publicId()" doc="/**
&lt;p&gt;Returns the public identifier of this notation.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String systemId()" doc="/**
&lt;p&gt;Returns the system identifier of this notation.&lt;/p&gt;
 */"/>
</class>