with (classes) {
//
with (dom) {
//
with (ls) {
//
if (classes.LSException) ls.LSException = classes.LSException;
else {
//
ls.LSException = function (code)
{
 this.code = code;

 return this;
}
//
}
//
ls.PARSE_ERR                      = 81;
ls.SERIALIZE_ERR                  = 82;
//
}
//
}
//
}
