Package org.znerd.xmlenc
Interface StatefulXMLEventListener
-
- All Superinterfaces:
XMLEventListener,XMLEventListenerStates
- All Known Implementing Classes:
XMLOutputter
public interface StatefulXMLEventListener extends XMLEventListener
StatefulXMLEventListener. This interface adds a singlegetState().- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEventListenerStategetState()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
XMLEventListenerState getState()
Returns the current state of this outputter.- Specified by:
getStatein interfaceXMLEventListener- Returns:
- the current state, cannot be
null.
-
-