java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xmlpatterns.QXmlNamePool
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QXmlNamePool extends QtObject implements Cloneable
Table of shared strings referenced by instances of QXmlName
Java wrapper for Qt class QXmlNamePool
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlNamePool()
protected
QXmlNamePool(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlNamePool(QXmlNamePool other)
-
Method Summary
Modifier and Type Method Description QXmlNamePool
clone()
-
Constructor Details
-
QXmlNamePool
public QXmlNamePool() -
QXmlNamePool
-
QXmlNamePool
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details