org.nuiton.jrst
Interface DocumentHandler

All Known Implementing Classes:
JRSTGenerator

public interface DocumentHandler

DocumentHandler.java Created: 30 oct. 06 10:22:52

Version:
$Revision: 334 $ Last update: $Date: 2009-05-16 07:33:16 +0200 (sam., 16 mai 2009) $ by : $Author: tchemit $
Author:
poussin

Method Summary
 void endDocument(org.dom4j.Document doc)
           
 void endElement(org.dom4j.Element e)
           
 void startDocument(org.dom4j.Document doc)
           
 void startElement(org.dom4j.Element e)
           
 void text(org.dom4j.Text t)
           
 

Method Detail

startDocument

void startDocument(org.dom4j.Document doc)

endDocument

void endDocument(org.dom4j.Document doc)

startElement

void startElement(org.dom4j.Element e)

endElement

void endElement(org.dom4j.Element e)

text

void text(org.dom4j.Text t)


Copyright © 2004-2010 CodeLutin. All Rights Reserved.