NAME
Qt::XmlPatterns::QXmlNodeModelIndex
PUBLIC METHODS
- QXmlNodeModelIndex()
- QXmlNodeModelIndex(const QXmlNodeModelIndex & other)
- qint64 additionalData()
- qint64 data()
- void * internalPointer()
- bool isNull()
- const QAbstractXmlNodeModel * model()
- bool operator!=(const QXmlNodeModelIndex & other)
- bool operator==(const QXmlNodeModelIndex & other)
ENUM VALUES
- Attribute
- Comment
- Document
- Element
- Namespace
- ProcessingInstruction
- Text
- Precedes
- Is
- Follows
- AxisChild
- AxisDescendant
- AxisAttribute
- AxisSelf
- AxisDescendantOrSelf
- AxisFollowingSibling
- AxisNamespace
- AxisFollowing
- AxisParent
- AxisAncestor
- AxisPrecedingSibling
- AxisPreceding
- AxisAncestorOrSelf
- AxisChildOrTop
- AxisAttributeOrTop
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.