NAME
Qt::XmlPatterns::QXmlSchema
PUBLIC METHODS
- QXmlSchema()
- QXmlSchema(const QXmlSchema & other)
- ~QXmlSchema()
- QUrl documentUri()
- bool isValid()
- bool load(const QUrl & source)
- bool load(QIODevice * source, const QUrl & documentUri)
- bool load(QIODevice * source, const QUrl & documentUri = QUrl())
- bool load(const QByteArray & data, const QUrl & documentUri)
- bool load(const QByteArray & data, const QUrl & documentUri = QUrl())
- QAbstractMessageHandler * messageHandler()
- QXmlNamePool namePool()
- QNetworkAccessManager * networkAccessManager()
- void setMessageHandler(QAbstractMessageHandler * handler)
- void setNetworkAccessManager(QNetworkAccessManager * networkmanager)
- void setUriResolver(const QAbstractUriResolver * resolver)
- const QAbstractUriResolver * uriResolver()
ENUM VALUES
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.