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
ConstructorsModifierConstructorDescriptionQXmlSchema(QXmlSchema other) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QXmlSchema other) clone()final 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(QByteArray data) Overloaded function forload(io.qt.core.QByteArray, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl().final booleanload(QByteArray data, QUrl documentUri) final booleanfinal booleanOverloaded function forload(io.qt.core.QIODevice, io.qt.core.QUrl)withdocumentUri = new io.qt.core.QUrl().final booleanfinal QAbstractMessageHandlerfinal QXmlNamePoolnamePool()final QNetworkAccessManagerfinal voidsetMessageHandler(QAbstractMessageHandler handler) final voidsetNetworkAccessManager(QNetworkAccessManager networkmanager) final voidsetUriResolver(QAbstractUriResolver resolver) final QAbstractUriResolverMethods 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: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. -
hashCode
-
clone
-