net.sf.fikin.xml.sax.events
Class ProcessingInstructionEvent
java.lang.Object
net.sf.fikin.xml.sax.events.AbstractEvent
net.sf.fikin.xml.sax.events.ContentHandlerEvent
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
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 |
ProcessingInstructionEvent
public ProcessingInstructionEvent(java.lang.String target,
java.lang.String data)
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.