Sophie

Sophie

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

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

<class name="QDomEntityReference" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomEntityReference.html#QDomEntityReference(com.trolltech.qt.xml.QDomEntityReference)&quot;&gt;&lt;tt&gt;QDomEntityReference&lt;/tt&gt;&lt;/a&gt; class represents an XML entity reference.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;QDomEntityReference.html#QDomEntityReference(com.trolltech.qt.xml.QDomEntityReference)&quot;&gt;&lt;tt&gt;QDomEntityReference&lt;/tt&gt;&lt;/a&gt; object may be inserted into the DOM tree when an entity reference is in the source document, or when the user wishes to insert an entity reference.&lt;/p&gt;
&lt;p&gt;Note that character references and references to predefined entities are expanded by the XML processor so that characters are represented by their Unicode equivalent rather than by an entity reference.&lt;/p&gt;
&lt;p&gt;Moreover, the XML processor may completely expand references to entities while building the DOM tree, instead of providing &lt;a href=&quot;QDomEntityReference.html#QDomEntityReference(com.trolltech.qt.xml.QDomEntityReference)&quot;&gt;&lt;tt&gt;QDomEntityReference&lt;/tt&gt;&lt;/a&gt; objects.&lt;/p&gt;
&lt;p&gt;If it does provide such objects, then for a given entity reference node, it may be that there is no entity node representing the referenced entity; but if such an entity exists, then the child list of the entity reference node is the same as that of the entity node. As with the entity node, all descendents of the entity reference are read-only.&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 QDomEntityReference()" doc="/**
&lt;p&gt;Constructs an empty entity reference. Use QDomDocument::createEntityReference() to create a entity reference with content.&lt;/p&gt;
 */"/>
    <method name="public QDomEntityReference(com.trolltech.qt.xml.QDomEntityReference 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>