com.jclark.xsl.sax2

Class OutputMethodDefaulter.ProcessingInstructionEvent

Enclosing Class:
OutputMethodDefaulter

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

Constructor Summary

ProcessingInstructionEvent(String target, String content)

Method Summary

(package private) void
emit(ContentHandler handler)

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

emit

Constructor Details

ProcessingInstructionEvent

(package private)  ProcessingInstructionEvent(String target,
                                              String content)

Method Details

emit

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