Searched refs:XPathExceptionMax (Results 1 – 2 of 2) sorted by relevance
46 static const int XPathExceptionMax = 499; variable
285 …se if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionMax) { in getExceptionCodeDescription()