Qt 4.8
|
#include <qnamepool_p.h>
Public Types | |
enum | ID { empty = 0, fn, local, xml, xmlns, xs, xsi, xslt, UndeclarePrefix, StopNamespaceInheritance, InternalXSLT } |
Definition at line 266 of file qnamepool_p.h.
Enumerator | |
---|---|
empty | This does not mean empty in the sense of "empty", but in the sense of an empty string, "". Its value, zero, is significant. |
fn | |
local | |
xml | |
xmlns | |
xs | |
xsi | |
xslt | |
UndeclarePrefix | A special value that when passed as the namespace part to NamespaceResolver::addBinding(), undeclares the prefix. This is used by the namespace prolog declaration. A dummy value is added to the name pool. |
StopNamespaceInheritance | Signals that a node shouldn't inherit namespaces from its parent. Must be used with StandardPrefixes::StopNamespaceInheritance. |
InternalXSLT | A namespace used to identify for instance |
Definition at line 269 of file qnamepool_p.h.