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
FieldsModifier and TypeFieldDescriptionstatic final shortDeprecated.SeeQXmlInputSource::EndOfData static final shortDeprecated.SeeQXmlInputSource::EndOfDocument -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.Creates and returns a copy of this object.data()Deprecated.voidDeprecated.protected final StringfromRawData(QByteArray data) Deprecated.Overloaded function forfromRawData(io.qt.core.QByteArray, boolean)withbeginning = false.protected StringfromRawData(QByteArray data, boolean beginning) Deprecated.charnext()Deprecated.voidreset()Deprecated.voidsetData(QByteArray dat) Deprecated.voidDeprecated.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.
-