org.chromattic.common.xml
Class Emitter

java.lang.Object
  extended by org.chromattic.common.xml.Emitter
Direct Known Subclasses:
XMLEmitter

public class Emitter
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
protected  Handler handler
          .
 
Constructor Summary
Emitter(Handler handler)
           
 
Method Summary
protected  void checkInitial()
           
 void close()
           
protected  void emitChild(Emitter child)
           
protected  void emmitBeginning()
           
protected  void emmitEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected final Handler handler
.

Constructor Detail

Emitter

public Emitter(Handler handler)
Method Detail

checkInitial

protected final void checkInitial()

emmitBeginning

protected void emmitBeginning()
                       throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

emmitEnd

protected void emmitEnd()
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

emitChild

protected final void emitChild(Emitter child)
                        throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

close

public final void close()
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © 2014 eXo Platform SAS. All Rights Reserved.