org.znerd.xmlenc
Interface StatefulXMLEventListener

All Superinterfaces:
XMLEventListener, XMLEventListenerStates
All Known Implementing Classes:
XMLOutputter

public interface StatefulXMLEventListener
extends XMLEventListener

Stateful XMLEventListener. This interface adds a single getState().

Since:
xmlenc 0.32
Version:
$Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
Author:
Ernst de Haan (wfe.dehaan@gmail.com)

Field Summary
 
Fields inherited from interface org.znerd.xmlenc.XMLEventListenerStates
AFTER_ROOT_ELEMENT, BEFORE_DTD_DECLARATION, BEFORE_ROOT_ELEMENT, BEFORE_XML_DECLARATION, DOCUMENT_ENDED, ERROR_STATE, START_TAG_OPEN, UNINITIALIZED, WITHIN_ELEMENT
 
Method Summary
 XMLEventListenerState getState()
          Returns the current state of this outputter.
 
Methods inherited from interface org.znerd.xmlenc.XMLEventListener
attribute, cdata, comment, declaration, dtd, endDocument, endTag, pcdata, pcdata, pi, reset, setState, startTag, whitespace, whitespace
 

Method Detail

getState

public XMLEventListenerState getState()
Returns the current state of this outputter.

Specified by:
getState in interface XMLEventListener
Returns:
the current state, cannot be null.


See http://xmlenc.sourceforge.net/.