Qt XML Patterns 模塊提供支持為 XPath、 XQuery 、XSLT 及 XML 模式驗證。 更多...
| QAbstractMessageHandler | 用於處理消息的迴調接口 |
| QAbstractUriResolver | Callback interface for resolving Uniform Resource Identifiers. A Uniform Resource Identifier (URI) is a string that uniquely identifies a resource. URIs are versatile global identifiers. It is often useful to transform a URI that identifies something logical into a URI that locates something physical (a URL), or to simply map a URI to a different URI. QAbstractUriResolver::resolve() provides this functionality |
| QAbstractXmlNodeModel | Abstract base class for modeling non-XML data to look like XML for QXmlQuery |
| QSimpleXmlNodeModel | Implementation of QAbstractXmlNodeModel sufficient for many common cases |
| QSourceLocation | Identifies a location in a resource by URI, line, and column |
| QXmlFormatter | Implementation of QXmlSerializer for transforming XQuery output into formatted XML |
| QXmlItem | 包含 XML 節點 (或原子值) |
| QXmlName | Represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding() |
| QXmlNamePool | Table of shared strings referenced by instances of QXmlName |
| QXmlNodeModelIndex | Identifies a node in an XML node model subclassed from QAbstractXmlNodeModel |
| QXmlQuery | 對 XML 數據或對看起來像 XML 的非 XML 建模數據履行 XQueries |
| QXmlResultItems | Iterates through the results of evaluating an XQuery in QXmlQuery |
| QXmlSchema | 加載和驗證 W3C XML 模式 |
| QXmlSchemaValidator | Validates XML instance documents against a W3C XML Schema |
| QXmlSerializer | Implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML |
The Qt XML Patterns 模塊提供支持為 XPath、 XQuery 、XSLT 及 XML 模式驗證。
要包括模塊類定義,使用以下指令:
#include <QtXmlPatterns>
要鏈接到模塊,添加此行到
qmake
.pro
文件:
QT += xmlpatterns