uk.org.xml.sax
Interface DocumentHandler

All Superinterfaces:
DocumentHandler

public interface DocumentHandler
extends DocumentHandler


Method Summary
 java.io.Writer startDocument(java.io.Writer writer)
           
 java.io.Writer startElement(java.lang.String name, AttributeList attributes, java.io.Writer writer)
           
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 

Method Detail

startDocument

java.io.Writer startDocument(java.io.Writer writer)
                             throws SAXException
Throws:
SAXException

startElement

java.io.Writer startElement(java.lang.String name,
                            AttributeList attributes,
                            java.io.Writer writer)
                            throws SAXException
Throws:
SAXException


Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.