java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlSchema
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Loading and validation of a W3C XML Schema
Java wrapper for Qt's class QXmlSchema
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQXmlSchema
(QXmlSchema other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QXmlSchema other) clone()
final QUrl
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isValid()
final boolean
load
(QByteArray data) Overloaded function forload(io.qt.core.QByteArray, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
.final boolean
load
(QByteArray data, QUrl documentUri) final boolean
final boolean
Overloaded function forload(io.qt.core.QIODevice, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
.final boolean
final QAbstractMessageHandler
final QXmlNamePool
namePool()
final QNetworkAccessManager
final void
setMessageHandler
(QAbstractMessageHandler handler) final void
setNetworkAccessManager
(QNetworkAccessManager networkmanager) final void
setUriResolver
(QAbstractUriResolver resolver) final QAbstractUriResolver
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlSchema
public QXmlSchema() -
QXmlSchema
-
QXmlSchema
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
documentUri
-
isValid
-
load
Overloaded function for
load(io.qt.core.QIODevice, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
. -
load
-
load
Overloaded function for
load(io.qt.core.QByteArray, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
. -
load
-
load
-
messageHandler
-
namePool
-
networkAccessManager
-
assign
-
setMessageHandler
-
setNetworkAccessManager
-
setUriResolver
-
uriResolver
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-