net.sf.fikin.xml.sax.events
Class IgnorableWhitespaceEvent
java.lang.Object
net.sf.fikin.xml.sax.events.AbstractEvent
net.sf.fikin.xml.sax.events.ContentHandlerEvent
net.sf.fikin.xml.sax.events.IgnorableWhitespaceEvent
public class IgnorableWhitespaceEvent
- extends ContentHandlerEvent
ignorableWhitespace 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 |
IgnorableWhitespaceEvent
public IgnorableWhitespaceEvent(char[] ch,
int start,
int length)
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.