java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QXmlStreamNamespaceDeclaration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QXmlStreamNamespaceDeclaration extends QtObject implements Cloneable
Represents a namespace declaration
Java wrapper for Qt class QXmlStreamNamespaceDeclaration
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlStreamNamespaceDeclaration()
QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration arg__1)
protected
QXmlStreamNamespaceDeclaration(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlStreamNamespaceDeclaration(String prefix, String namespaceUri)
-
Method Summary
Modifier and Type Method Description QXmlStreamNamespaceDeclaration
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
String
namespaceUri()
String
prefix()
-
Constructor Details
-
QXmlStreamNamespaceDeclaration
public QXmlStreamNamespaceDeclaration() -
QXmlStreamNamespaceDeclaration
-
QXmlStreamNamespaceDeclaration
-
QXmlStreamNamespaceDeclaration
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details