File
Doc
Category
Size
Date
Package
DoNothingParser.java
API Doc
Android 1.5 API
1456
Wed May 06 22:41:06 BST 2009
tests.api.org.xml.sax.support
DoNothingParser
java.lang.Object
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 void
parse
(
org.xml.sax.InputSource
source)
public void
parse
(
java.lang.String
systemId)
public void
setDTDHandler
(
org.xml.sax.DTDHandler
handler)
public void
setDocumentHandler
(
org.xml.sax.DocumentHandler
handler)
public void
setEntityResolver
(
org.xml.sax.EntityResolver
resolver)
public void
setErrorHandler
(
org.xml.sax.ErrorHandler
handler)
public void
setLocale
(
java.util.Locale
locale)
Java Code Source