Home · Overviews · Examples 

QXmlNamespaceSupport Class Reference
[com.trolltech.qt.xml module]

The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. More...


Detailed Description

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 © 2008 Trolltech Trademarks
Qt Jambi 4.3.4_01