Interface StatefulXMLEventListener
- All Superinterfaces:
XMLEventListener, XMLEventListenerStates
- All Known Implementing Classes:
XMLOutputter
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 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
Methods inherited from interface XMLEventListener
attribute, cdata, comment, declaration, dtd, endDocument, endTag, pcdata, pcdata, pi, reset, setState, startTag, whitespace, whitespace
-
Method Details
-
getState
XMLEventListenerState getState()Returns the current state of this outputter.- Specified by:
getStatein interfaceXMLEventListener- Returns:
- the current state, cannot be
null.
-