|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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() 55 .
- Since:
- xmlenc 0.32
- Version:
- $Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
| 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:
getStatein interfaceXMLEventListener
|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC