added support of namespaces

git-svn-id: svn://10.0.0.236/trunk@72543 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdv%sparc.spb.su
2000-06-19 15:09:47 +00:00
parent 7d17331399
commit b11df9429d
24 changed files with 1228 additions and 175 deletions

View File

@@ -76,7 +76,12 @@ const char* const JavaDOMGlobals::DOM_EXCEPTION_MESSAGE[] =
"Modification disallowed",
"Node not found",
"Type is unsupported",
"Attribute is alreay in use"};
"Attribute is alreay in use",
"Invalid state",
"Syntax error",
"Invalid modification",
"Namespace error",
"Invalid access"};
PRLogModuleInfo* JavaDOMGlobals::log = NULL;