![]() |
Home · Overviews · Examples |
The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. More...
The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support.
You can set the prefix for the current namespace with setPrefix, and get the list of current prefixes (or those for a given URI) with prefixes. The namespace URI is available from uri. Use pushContext to start a new namespace context, and popContext to return to the previous namespace context. Use splitName() or processName() to split a name into its prefix and local name.
See also Namespace Support via Features.
Copyright © 2007 Trolltech | Trademarks | Qt Jambi 4.3.2_01 |