The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Qt::XmlPatterns::QXmlSchemaValidator

PUBLIC METHODS

QXmlSchemaValidator()
QXmlSchemaValidator(const QXmlSchema & schema)
~QXmlSchemaValidator()
QAbstractMessageHandler * messageHandler()
QXmlNamePool namePool()
QNetworkAccessManager * networkAccessManager()
QXmlSchema schema()
void setMessageHandler(QAbstractMessageHandler * handler)
void setNetworkAccessManager(QNetworkAccessManager * networkmanager)
void setSchema(const QXmlSchema & schema)
void setUriResolver(const QAbstractUriResolver * resolver)
const QAbstractUriResolver * uriResolver()
bool validate(const QUrl & source)
bool validate(QIODevice * source, const QUrl & documentUri)
bool validate(QIODevice * source, const QUrl & documentUri = QUrl())
bool validate(const QByteArray & data, const QUrl & documentUri)
bool validate(const QByteArray & data, const QUrl & documentUri = QUrl())

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html