java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xmlpatterns.QXmlName
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding()
Java wrapper for Qt class QXmlName
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQXmlName()protectedQXmlName(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QXmlName(QXmlNamePool namePool, String localName) Overloaded constructor forQXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)QXmlName(QXmlNamePool namePool, String localName, String namespaceURI) Overloaded constructor forQXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)withprefix = "".QXmlName(QXmlNamePool namePool, String localName, String namespaceURI, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.static QXmlNamefromClarkName(String clarkName, QXmlNamePool namePool) inthashCode()static booleanfinal booleanisNull()final StringlocalName(QXmlNamePool query) final StringnamespaceUri(QXmlNamePool query) final Stringprefix(QXmlNamePool query) final StringtoClarkName(QXmlNamePool query) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlName
public QXmlName() -
QXmlName
Overloaded constructor for
QXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)withprefix = "". -
QXmlName
Overloaded constructor for
QXmlName(io.qt.xmlpatterns.QXmlNamePool, java.lang.String, java.lang.String, java.lang.String)with:
namespaceURI = ""prefix = ""
-
QXmlName
-
QXmlName
-
QXmlName
protected QXmlName(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
isNull
@QtUninvokable public final boolean isNull() -
localName
-
namespaceUri
-
prefix
-
toClarkName
-
fromClarkName
-
isNCName
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-