NAME
Qt::XmlPatterns::QXmlName
PUBLIC METHODS
- static QXmlName fromClarkName(const QString & clarkName, const QXmlNamePool & namePool)
- static bool isNCName(const QString & candidate)
- bool isNull()
- QString namespaceUri(const QXmlNamePool & query)
- bool operator!=(const QXmlName & other)
- QXmlName & operator=(const QXmlName & other)
- bool operator==(const QXmlName & other)
- QString toClarkName(const QXmlNamePool & query)
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.