Sophie

Sophie

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

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

<class name="QDomDocumentType" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomDocumentType.html#QDomDocumentType(com.trolltech.qt.xml.QDomDocumentType)&quot;&gt;&lt;tt&gt;QDomDocumentType&lt;/tt&gt;&lt;/a&gt; class is the representation of the DTD in the document tree.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;QDomDocumentType.html#QDomDocumentType(com.trolltech.qt.xml.QDomDocumentType)&quot;&gt;&lt;tt&gt;QDomDocumentType&lt;/tt&gt;&lt;/a&gt; class allows read-only access to some of the data structures in the DTD: it can return a map of all &lt;a href=&quot;QDomDocumentType.html#entities()&quot;&gt;&lt;tt&gt;entities&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QDomDocumentType.html#notations()&quot;&gt;&lt;tt&gt;notations&lt;/tt&gt;&lt;/a&gt;. In addition the function &lt;a href=&quot;QDomDocumentType.html#name()&quot;&gt;&lt;tt&gt;name&lt;/tt&gt;&lt;/a&gt; returns the name of the document type as specified in the &amp;amp;lt;!DOCTYPE name&amp;amp;gt; tag. This class also provides the &lt;a href=&quot;QDomDocumentType.html#publicId()&quot;&gt;&lt;tt&gt;publicId&lt;/tt&gt;&lt;/a&gt;, &lt;a href=&quot;QDomDocumentType.html#systemId()&quot;&gt;&lt;tt&gt;systemId&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QDomDocumentType.html#internalSubset()&quot;&gt;&lt;tt&gt;internalSubset&lt;/tt&gt;&lt;/a&gt; functions.&lt;/p&gt;

@see &lt;a href=&quot;QDomDocument.html&quot;&gt;&lt;tt&gt;QDomDocument&lt;/tt&gt;&lt;/a&gt; */">
    <method name="public QDomDocumentType()" doc="/**
&lt;p&gt;Creates an empty &lt;a href=&quot;QDomDocumentType.html#QDomDocumentType(com.trolltech.qt.xml.QDomDocumentType)&quot;&gt;&lt;tt&gt;QDomDocumentType&lt;/tt&gt;&lt;/a&gt; object.&lt;/p&gt;
 */"/>
    <method name="public QDomDocumentType(com.trolltech.qt.xml.QDomDocumentType 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 com.trolltech.qt.xml.QDomNamedNodeMap entities()" doc="/**
&lt;p&gt;Returns a map of all entities described in the DTD.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String internalSubset()" doc="/**
&lt;p&gt;Returns the internal subset of the document type or an empty string if there is no internal subset.&lt;/p&gt;

@see &lt;a href=&quot;QDomDocumentType.html#publicId()&quot;&gt;&lt;tt&gt;publicId&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QDomDocumentType.html#systemId()&quot;&gt;&lt;tt&gt;systemId&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final java.lang.String name()" doc="/**
&lt;p&gt;Returns the name of the document type as specified in the &amp;amp;lt;!DOCTYPE name&amp;amp;gt; tag.&lt;/p&gt;

@see &lt;a href=&quot;QDomNode.html#nodeName()&quot;&gt;&lt;tt&gt;nodeName&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.xml.QDomNamedNodeMap notations()" doc="/**
&lt;p&gt;Returns a map of all notations described in the DTD.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String publicId()" doc="/**
&lt;p&gt;Returns the public identifier of the external DTD subset or an empty string if there is no public identifier.&lt;/p&gt;

@see &lt;a href=&quot;QDomDocumentType.html#systemId()&quot;&gt;&lt;tt&gt;systemId&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QDomDocumentType.html#internalSubset()&quot;&gt;&lt;tt&gt;internalSubset&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QDomImplementation::createDocumentType&lt;/tt&gt; */"/>
    <method name="public final java.lang.String systemId()" doc="/**
&lt;p&gt;Returns the system identifier of the external DTD subset or an empty string if there is no system identifier.&lt;/p&gt;

@see &lt;a href=&quot;QDomDocumentType.html#publicId()&quot;&gt;&lt;tt&gt;publicId&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QDomDocumentType.html#internalSubset()&quot;&gt;&lt;tt&gt;internalSubset&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QDomImplementation::createDocumentType&lt;/tt&gt; */"/>
</class>