Qt 4.8
Public Types | List of all members
QPatternist::StandardNamespaces Class Reference

#include <qnamepool_p.h>

Public Types

enum  ID {
  empty = 0, fn, local, xml,
  xmlns, xs, xsi, xslt,
  UndeclarePrefix, StopNamespaceInheritance, InternalXSLT
}
 

Detailed Description

See also
NamespaceResolver::Constants

Definition at line 266 of file qnamepool_p.h.

Enumerations

◆ ID

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 #all template mode in XSL-T.

Definition at line 269 of file qnamepool_p.h.


The documentation for this class was generated from the following file: