java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlNamespaceSupport
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
@Deprecated public class QXmlNamespaceSupport extends QtObject implements Cloneable
Deprecated.
Helper class for XML readers which want to include namespace support
Java wrapper for Qt class QXmlNamespaceSupport
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QXmlNamespaceSupport.ProcessedName
Deprecated.static class
QXmlNamespaceSupport.SplitName
Deprecated. -
Constructor Summary
Constructors Modifier Constructor Description QXmlNamespaceSupport()
Deprecated.protected
QXmlNamespaceSupport(QtObject.QPrivateConstructor p)
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QXmlNamespaceSupport
clone()
Deprecated.void
popContext()
Deprecated.String
prefix(String arg__1)
Deprecated.QStringList
prefixes()
Deprecated.QStringList
prefixes(String arg__1)
Deprecated.QXmlNamespaceSupport.ProcessedName
processName(String arg__1, boolean arg__2)
Deprecated.void
pushContext()
Deprecated.void
reset()
Deprecated.void
setPrefix(String arg__1, String arg__2)
Deprecated.QXmlNamespaceSupport.SplitName
splitName(String arg__1)
Deprecated.String
uri(String arg__1)
Deprecated.
-
Constructor Details
-
QXmlNamespaceSupport
public QXmlNamespaceSupport()Deprecated. -
QXmlNamespaceSupport
Deprecated.Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
popContext
Deprecated. -
prefix
Deprecated. -
prefixes
Deprecated. -
prefixes
Deprecated. -
processName
@QtUninvokable public final QXmlNamespaceSupport.ProcessedName processName(String arg__1, boolean arg__2)Deprecated. -
pushContext
Deprecated. -
reset
Deprecated. -
setPrefix
Deprecated. -
splitName
Deprecated. -
uri
Deprecated. -
clone
Deprecated.
-