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 = QUrl())
- bool validate(QIODevice * source, const QUrl & documentUri)
- bool validate(const QByteArray & data, const QUrl & documentUri = QUrl())
- bool validate(const QByteArray & data, const QUrl & documentUri)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.