/ styx_dom.hh / Objects / StyxDomNamespace / Private Datas / Description

Private Datas



name

string		name;
Namespace's name.


uri

string		uri;
Namespace's uri.


rootNode

StyxDomNode*		rootNode;
Pointer to the node where this namespace was declared.


prev

StyxDomNamespace*	prev;
Pointer to the previous sibling namespace.


next

StyxDomNamespace	*next;
Pointer to the next sibling namespace.