14.4. SAX API Reference

API 14.7 org.xml.sax.ContentHandler

public interface ContentHandler    public void characters(char[] ch, int start, int length);    public void endDocument();    public void endElement(String uri, String localname, String qname);    public void endPrefixMapping(String uri);    public void ignoreableWhitespace(char[] ch, int start, int length);    public void processingInstruction(String target, String data);    public void setDocumentLocator(Locator locator);    public void skippedEntity(String name);    public void startDocument();    public void startElement(String uri, String localname, String qname, Attributes attrs);    public void startPrefixMapping(String prefix, String uri);

API 14.8 API 14.8: org.xml.sax.Attributes ...

Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.