FileDocCategorySizeDatePackage
DoNothingParser.javaAPI DocAndroid 1.5 API1456Wed May 06 22:41:06 BST 2009tests.api.org.xml.sax.support

DoNothingParser

public class DoNothingParser extends Object implements Parser
A SAX Parser that does nothing, but can be instantiated properly.

Fields Summary
Constructors Summary
Methods Summary
public voidparse(org.xml.sax.InputSource source)

    
public voidparse(java.lang.String systemId)

    
public voidsetDTDHandler(org.xml.sax.DTDHandler handler)

    
public voidsetDocumentHandler(org.xml.sax.DocumentHandler handler)

    
public voidsetEntityResolver(org.xml.sax.EntityResolver resolver)

    
public voidsetErrorHandler(org.xml.sax.ErrorHandler handler)

    
public voidsetLocale(java.util.Locale locale)