Searched refs:XmlErrorHandler (Results 1 – 4 of 4) sorted by relevance
34 public class XmlErrorHandler extends DefaultHandler implements ManifestErrorHandler { class62 public XmlErrorHandler(IJavaProject javaProject, IFile file, XmlErrorListener errorListener) { in XmlErrorHandler() method in XmlErrorHandler68 public XmlErrorHandler(IFile file, XmlErrorListener errorListener) { in XmlErrorHandler() method in XmlErrorHandler
22 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler.XmlErrorListener;70 XmlErrorHandler errorHandler = null; in parseUnchecked()72 errorHandler = new XmlErrorHandler(eclipseFile, errorListener); in parseUnchecked()
29 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler;30 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler.XmlErrorListener;178 XmlErrorHandler reporter = new XmlErrorHandler(file, visitor); in checkXML()
39 import com.android.ide.eclipse.adt.internal.project.XmlErrorHandler.BasicXmlErrorListener;