de.pannenleiter.saxon
Class HandlerOutputter
java.lang.Object
|
+--de.pannenleiter.saxon.HandlerOutputter
- public class HandlerOutputter
- extends java.lang.Object
- implements org.xml.sax.DocumentHandler
HandlerOutputter -- connects an Outputter to SAX events
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
HandlerOutputter
public HandlerOutputter(com.icl.saxon.output.Outputter put)
HandlerOutputter
public HandlerOutputter(com.icl.saxon.output.Outputter put,
boolean stripSpace)
setDocumentLocator
public void setDocumentLocator(org.xml.sax.Locator l)
- Specified by:
- setDocumentLocator in interface org.xml.sax.DocumentHandler
startDocument
public void startDocument()
throws org.xml.sax.SAXException
- Specified by:
- startDocument in interface org.xml.sax.DocumentHandler
endDocument
public void endDocument()
throws org.xml.sax.SAXException
- Specified by:
- endDocument in interface org.xml.sax.DocumentHandler
startElement
public void startElement(java.lang.String name,
org.xml.sax.AttributeList atts)
throws org.xml.sax.SAXException
- Specified by:
- startElement in interface org.xml.sax.DocumentHandler
characters
public void characters(char[] buffer,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
- characters in interface org.xml.sax.DocumentHandler
ignorableWhitespace
public void ignorableWhitespace(char[] buffer,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
- ignorableWhitespace in interface org.xml.sax.DocumentHandler
endElement
public void endElement(java.lang.String name)
throws org.xml.sax.SAXException
- Specified by:
- endElement in interface org.xml.sax.DocumentHandler
processingInstruction
public void processingInstruction(java.lang.String target,
java.lang.String data)
throws org.xml.sax.SAXException
- Specified by:
- processingInstruction in interface org.xml.sax.DocumentHandler