Sophie

Sophie

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

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

<class name="QXmlStreamAttribute" doc="/**
&lt;p&gt;The &lt;a href=&quot;QXmlStreamAttribute.html#QXmlStreamAttribute()&quot;&gt;&lt;tt&gt;QXmlStreamAttribute&lt;/tt&gt;&lt;/a&gt; class represents a single XML attribute&lt;/p&gt;
&lt;p&gt;An attribute consists of an optionally empty &lt;a href=&quot;QXmlStreamAttribute.html#namespaceUri()&quot;&gt;&lt;tt&gt;namespaceUri&lt;/tt&gt;&lt;/a&gt;, a &lt;a href=&quot;QXmlStreamAttribute.html#name()&quot;&gt;&lt;tt&gt;name&lt;/tt&gt;&lt;/a&gt;, a &lt;a href=&quot;QXmlStreamAttribute.html#value()&quot;&gt;&lt;tt&gt;value&lt;/tt&gt;&lt;/a&gt;, and an &lt;a href=&quot;QXmlStreamAttribute.html#isDefault()&quot;&gt;&lt;tt&gt;isDefault&lt;/tt&gt;&lt;/a&gt; attribute.&lt;/p&gt;
&lt;p&gt;The raw XML attribute name is returned as &lt;a href=&quot;QXmlStreamAttribute.html#qualifiedName()&quot;&gt;&lt;tt&gt;qualifiedName&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
 */">
    <method name="public QXmlStreamAttribute(com.trolltech.qt.xml.QXmlStreamAttribute arg__1)" doc="/**
&lt;p&gt;Creates a copy of &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public QXmlStreamAttribute(java.lang.String namespaceUri, java.lang.String name, java.lang.String value)" doc="/**
&lt;p&gt;Constructs an attribute in the namespace described with &lt;tt&gt;namespaceUri&lt;/tt&gt; with &lt;tt&gt;name&lt;/tt&gt; and value &lt;tt&gt;value&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public QXmlStreamAttribute(java.lang.String qualifiedName, java.lang.String value)" doc="/**
&lt;p&gt;Constructs an attribute with qualified name &lt;tt&gt;qualifiedName&lt;/tt&gt; and value &lt;tt&gt;value&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public QXmlStreamAttribute()" doc="/**
&lt;p&gt;Creates an empty attribute.&lt;/p&gt;
 */"/>
    <method name="public final boolean isDefault()" doc="/**
&lt;p&gt;Returns true if the parser added this attribute with a default value following an ATTLIST declaration in the DTD; otherwise returns false.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String name()" doc="/**
&lt;p&gt;Returns the attribute's local name.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String namespaceUri()" doc="/**
&lt;p&gt;Returns the attribute's resolved &lt;a href=&quot;QXmlStreamAttribute.html#namespaceUri()&quot;&gt;&lt;tt&gt;namespaceUri&lt;/tt&gt;&lt;/a&gt;, or an empty string reference if the attribute does not have a defined namespace.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String qualifiedName()" doc="/**
&lt;p&gt;Returns the attribute's qualified name.&lt;/p&gt;
&lt;p&gt;A qualified name is the raw name of an attribute in the XML data. It consists of the namespace prefix, followed by colon, followed by the attribute's local name. Since the namespace prefix is not unique (the same prefix can point to different namespaces and different prefixes can point to the same namespace), you shouldn't use &lt;a href=&quot;QXmlStreamAttribute.html#qualifiedName()&quot;&gt;&lt;tt&gt;qualifiedName&lt;/tt&gt;&lt;/a&gt;, but the resolved &lt;a href=&quot;QXmlStreamAttribute.html#namespaceUri()&quot;&gt;&lt;tt&gt;namespaceUri&lt;/tt&gt;&lt;/a&gt; and the attribute's local &lt;a href=&quot;QXmlStreamAttribute.html#name()&quot;&gt;&lt;tt&gt;name&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String value()" doc="/**
&lt;p&gt;Returns the attribute's value.&lt;/p&gt;
 */"/>
</class>