java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlInputSource
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Deprecated.
The input data for the QXmlReader subclasses
Java wrapper for Qt class QXmlInputSource
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Deprecated.SeeQXmlInputSource::
EndOfData static final short
Deprecated.SeeQXmlInputSource::
EndOfDocument -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.Creates and returns a copy of this object.data()
Deprecated.void
Deprecated.protected final String
fromRawData
(QByteArray data) Deprecated.Overloaded function forfromRawData(io.qt.core.QByteArray, boolean)
withbeginning = false
.protected String
fromRawData
(QByteArray data, boolean beginning) Deprecated.char
next()
Deprecated.void
reset()
Deprecated.void
setData
(QByteArray dat) Deprecated.void
Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
EndOfData
public static final short EndOfDataDeprecated.See
QXmlInputSource::
EndOfData -
EndOfDocument
public static final short EndOfDocumentDeprecated.See
QXmlInputSource::
EndOfDocument
-
-
Constructor Details
-
QXmlInputSource
public QXmlInputSource()Deprecated. -
QXmlInputSource
Deprecated.
-
-
Method Details
-
data
Deprecated. -
fetchData
Deprecated. -
fromRawData
Deprecated. -
next
Deprecated. -
reset
Deprecated. -
setData
Deprecated. -
setData
Deprecated. -
clone
Deprecated.Creates and returns a copy of this object.
-
fromRawData
Deprecated.Overloaded function for
fromRawData(io.qt.core.QByteArray, boolean)
withbeginning = false
.
-