java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlSchema
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQXmlSchema(QXmlSchema other) protectedQXmlSchema(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QXmlSchema other) clone()Creates and returns a copy of this object.final io.qt.core.QUrlbooleanUsed 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.inthashCode()final booleanisValid()final booleanload(io.qt.core.QByteArray data) Overloaded function forload(io.qt.core.QByteArray, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl().final booleanload(io.qt.core.QByteArray data, io.qt.core.QUrl documentUri) final booleanload(io.qt.core.QUrl source) final booleanload(io.qt.core.QIODevice source) Overloaded function forload(io.qt.core.QIODevice, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl().final booleanload(io.qt.core.QIODevice source, io.qt.core.QUrl documentUri) final QAbstractMessageHandlerfinal QXmlNamePoolnamePool()final io.qt.network.QNetworkAccessManagerfinal voidsetMessageHandler(QAbstractMessageHandler handler) final voidsetNetworkAccessManager(io.qt.network.QNetworkAccessManager networkmanager) final voidsetUriResolver(QAbstractUriResolver resolver) final QAbstractUriResolverMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlSchema
public QXmlSchema() -
QXmlSchema
-
QXmlSchema
protected QXmlSchema(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
documentUri
@QtUninvokable public final io.qt.core.QUrl documentUri() -
isValid
@QtUninvokable public final boolean isValid() -
load
@QtUninvokable public final boolean load(io.qt.core.QIODevice source) Overloaded function for
load(io.qt.core.QIODevice, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl(). -
load
@QtUninvokable public final boolean load(io.qt.core.QIODevice source, io.qt.core.QUrl documentUri) -
load
@QtUninvokable public final boolean load(io.qt.core.QByteArray data) Overloaded function for
load(io.qt.core.QByteArray, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl(). -
load
@QtUninvokable public final boolean load(io.qt.core.QByteArray data, io.qt.core.QUrl documentUri) -
load
@QtUninvokable public final boolean load(io.qt.core.QUrl source) -
messageHandler
-
namePool
-
networkAccessManager
@QtUninvokable public final io.qt.network.QNetworkAccessManager networkAccessManager() -
assign
-
setMessageHandler
-
setNetworkAccessManager
@QtUninvokable public final void setNetworkAccessManager(io.qt.network.QNetworkAccessManager networkmanager) -
setUriResolver
-
uriResolver
-
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
Creates and returns a copy of this object.
-