Searched refs:parseErrors (Results 1 – 3 of 3) sorted by relevance
58 private static Vector parseErrors =new Vector(); field in XSLTValidate132 parseErrors =new Vector(); in convert()142 if (parseErrors.size()>0){ in convert()144 for (Enumeration e = parseErrors.elements() ; e.hasMoreElements() ;) { in convert()235 parseErrors.add (e.getLocalizedMessage()+" "+e.getLineNumber()+" "); in error()263 parseErrors.add (e.getLocalizedMessage()+" "+e.getLineNumber()+" "); in fatalError()
50 bool parseErrors() { return mbErrors; }; in parseErrors() function in grutils::GrFeatureParser
142 (int)mpFeatures->getFontFeatures(NULL), mpFeatures->parseErrors()); in GraphiteFontAdaptor()
Completed in 23 milliseconds