The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::XmlPatterns::QSourceLocation

PUBLIC METHODS

QSourceLocation()
QSourceLocation(const QSourceLocation & other)
QSourceLocation(const QUrl & uri, int line, int column)
QSourceLocation(const QUrl & uri, int line, int column = -1)
QSourceLocation(const QUrl & uri, int line = -1, int column = -1)
~QSourceLocation()
qint64 column()
bool isNull()
qint64 line()
bool operator!=(const QSourceLocation & other)
QSourceLocation & operator=(const QSourceLocation & other)
bool operator==(const QSourceLocation & other)
void setColumn(qint64 newColumn)
void setLine(qint64 newLine)
void setUri(const QUrl & newUri)
QUrl uri()

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