Sophie

Sophie

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

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

<class name="QDomEntity" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomEntity.html#QDomEntity(com.trolltech.qt.xml.QDomEntity)&quot;&gt;&lt;tt&gt;QDomEntity&lt;/tt&gt;&lt;/a&gt; class represents an XML entity.&lt;/p&gt;
&lt;p&gt;This class represents an entity in an XML document, either parsed or unparsed. Note that this models the entity itself not the entity declaration.&lt;/p&gt;
&lt;p&gt;DOM does not support editing entity nodes; if a user wants to make changes to the contents of an entity, every related &lt;a href=&quot;QDomEntityReference.html&quot;&gt;&lt;tt&gt;QDomEntityReference&lt;/tt&gt;&lt;/a&gt; node must be replaced in the DOM tree by a clone of the entity's contents, and then the desired changes must be made to each of the clones instead. All the descendents of an entity node are read-only.&lt;/p&gt;
&lt;p&gt;An entity node does not have any parent.&lt;/p&gt;
&lt;p&gt;You can access the entity's &lt;a href=&quot;QDomEntity.html#publicId()&quot;&gt;&lt;tt&gt;publicId&lt;/tt&gt;&lt;/a&gt;, &lt;a href=&quot;QDomEntity.html#systemId()&quot;&gt;&lt;tt&gt;systemId&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QDomEntity.html#notationName()&quot;&gt;&lt;tt&gt;notationName&lt;/tt&gt;&lt;/a&gt; when available.&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 QDomEntity()" doc="/**
&lt;p&gt;Constructs an empty entity.&lt;/p&gt;
 */"/>
    <method name="public QDomEntity(com.trolltech.qt.xml.QDomEntity 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 notationName()" doc="/**
&lt;p&gt;For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns an empty string.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String publicId()" doc="/**
&lt;p&gt;Returns the public identifier associated with this entity. If the public identifier was not specified an empty string is returned.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String systemId()" doc="/**
&lt;p&gt;Returns the system identifier associated with this entity. If the system identifier was not specified an empty string is returned.&lt;/p&gt;
 */"/>
</class>