org > org.xml > org.xml.sax > org.xml.sax.helpers > org.xml.sax.helpers.parseradapter >

Class: org.xml.sax.helpers.ParserAdapter
    java.lang.Object
       org.xml.sax.helpers.ParserAdapter


public class ParserAdapter extends Object implements XMLReader, DocumentHandler


FIELDS:

CONSTRUCTORS:
public ParserAdapter()

public ParserAdapter(Parser parser)


METHODS:
public void characters(char[] ch, int start, int length)
Throws: SAXException

public void endDocument()
Throws: SAXException

public void endElement(String qName)
Throws: SAXException

public ContentHandler getContentHandler()

public DTDHandler getDTDHandler()

public EntityResolver getEntityResolver()

public ErrorHandler getErrorHandler()

public boolean getFeature(String name)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException

public Object getProperty(String name)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException

public void ignorableWhitespace(char[] ch, int start, int length)
Throws: SAXException

public void parse(String systemId)
Throws: IOException
Throws: SAXException

public void parse(InputSource input)
Throws: IOException
Throws: SAXException

public void processingInstruction(String target, String data)
Throws: SAXException

public void setContentHandler(ContentHandler handler)

public void setDTDHandler(DTDHandler handler)

public void setDocumentLocator(Locator locator)

public void setEntityResolver(EntityResolver resolver)

public void setErrorHandler(ErrorHandler handler)

public void setFeature(String name, boolean value)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException

public void setProperty(String name, Object value)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException

public void startDocument()
Throws: SAXException

public void startElement(String qName, AttributeList qAtts)
Throws: SAXException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net