added support of namespaces
git-svn-id: svn://10.0.0.236/trunk@72543 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user