java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlNamespaceSupport
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Deprecated.
Helper class for XML readers which want to include namespace support
Java wrapper for Qt class QXmlNamespaceSupport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static final classDeprecated.Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protectedQXmlNamespaceSupport(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.final voidDeprecated.final StringDeprecated.final io.qt.core.QStringListprefixes()Deprecated.final io.qt.core.QStringListDeprecated.processName(String arg__1, boolean arg__2) final voidDeprecated.final voidreset()Deprecated.final voidDeprecated.Deprecated.final StringDeprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QXmlNamespaceSupport
public QXmlNamespaceSupport()Deprecated. -
QXmlNamespaceSupport
protected QXmlNamespaceSupport(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
popContext
@QtUninvokable public final void popContext()Deprecated. -
prefix
Deprecated. -
prefixes
@QtUninvokable public final io.qt.core.QStringList prefixes()Deprecated. -
prefixes
Deprecated. -
processName
@QtUninvokable public final QXmlNamespaceSupport.ProcessedName processName(String arg__1, boolean arg__2) Deprecated. -
pushContext
@QtUninvokable public final void pushContext()Deprecated. -
reset
@QtUninvokable public final void reset()Deprecated. -
setPrefix
Deprecated. -
splitName
Deprecated. -
uri
Deprecated. -
clone
Deprecated.
-