Sophie

Sophie

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

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

<class name="QDomText" doc="/**
&lt;p&gt;The &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; class represents text data in the parsed XML document.&lt;/p&gt;
&lt;p&gt;You can split the text in a &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; object over two &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; objecs with &lt;a href=&quot;QDomText.html#splitText(int)&quot;&gt;&lt;tt&gt;splitText&lt;/tt&gt;&lt;/a&gt;.&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 QDomText()" doc="/**
&lt;p&gt;Constructs an empty &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; object.&lt;/p&gt;
&lt;p&gt;To construct a &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; with content, use QDomDocument::createTextNode().&lt;/p&gt;
 */"/>
    <method name="public QDomText(com.trolltech.qt.xml.QDomText 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.QDomText splitText(int offset)" doc="/**
&lt;p&gt;Splits this DOM text object into two &lt;a href=&quot;QDomText.html#QDomText(com.trolltech.qt.xml.QDomText)&quot;&gt;&lt;tt&gt;QDomText&lt;/tt&gt;&lt;/a&gt; objects. This object keeps its first &lt;tt&gt;offset&lt;/tt&gt; characters and the second (newly created) object is inserted into the document tree after this object with the remaining characters.&lt;/p&gt;
&lt;p&gt;The function returns the newly created object.&lt;/p&gt;

@see &lt;tt&gt;QDomNode::normalize&lt;/tt&gt; */"/>
</class>