com.jclark.xsl.sax

Class OutputMethodDefaulter.IgnorableWhitespaceEvent

Enclosing Class:
OutputMethodDefaulter

(package private) static class OutputMethodDefaulter.IgnorableWhitespaceEvent
extends OutputMethodDefaulter.Event

Constructor Summary

IgnorableWhitespaceEvent(char[] b, int off, int len)

Method Summary

(package private) void
emit(DocumentHandler handler)

Methods inherited from class com.jclark.xsl.sax.OutputMethodDefaulter.Event

emit

Constructor Details

IgnorableWhitespaceEvent

(package private)  IgnorableWhitespaceEvent(char[] b,
                                            int off,
                                            int len)

Method Details

emit

(package private)  void emit(DocumentHandler handler)
            throws SAXException
Overrides:
emit in interface OutputMethodDefaulter.Event