java.lang.Object
io.qt.QtObject
io.qt.core.QXmlStreamNamespaceDeclaration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a namespace declaration
Java wrapper for Qt class QXmlStreamNamespaceDeclaration
- Since:
- This class was introduced in Qt 4.3.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlStreamNamespaceDeclaration
public QXmlStreamNamespaceDeclaration() -
QXmlStreamNamespaceDeclaration
- Parameters:
prefix
-namespaceUri
-- Since:
- This function was introduced in Qt 4.4.
-
QXmlStreamNamespaceDeclaration
- Parameters:
arg__1
-
-
-
Method Details
-
namespaceUri
- Returns:
-
assign
- Parameters:
arg__1
-
-
equals
- Parameters:
other
-- Returns:
-
prefix
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QXmlStreamNamespaceDeclaration)
. -
clone
Creates and returns a copy of this object.
See
QXmlStreamNamespaceDeclaration::
QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration)
-