net.sf.fikin.xml.sax.events
Class ProcessingInstructionEvent

java.lang.Object
  extended by net.sf.fikin.xml.sax.events.AbstractEvent
      extended by net.sf.fikin.xml.sax.events.ContentHandlerEvent
          extended by net.sf.fikin.xml.sax.events.ProcessingInstructionEvent

public class ProcessingInstructionEvent
extends ContentHandlerEvent

processingInstruction SAX event created on Aug 17, 2006

Since:
Version:
$Revision: 1.2 $
Author:
fiykov

Constructor Summary
ProcessingInstructionEvent(java.lang.String target, java.lang.String data)
           
 
Method Summary
 void emmit(org.xml.sax.ContentHandler handler)
          emmit SAX event to provided handler
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingInstructionEvent

public ProcessingInstructionEvent(java.lang.String target,
                                  java.lang.String data)
Method Detail

emmit

public void emmit(org.xml.sax.ContentHandler handler)
           throws org.xml.sax.SAXException
Description copied from class: ContentHandlerEvent
emmit SAX event to provided handler

Specified by:
emmit in class ContentHandlerEvent
Parameters:
handler - receiving the event
Throws:
org.xml.sax.SAXException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.