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.
|