public interface StatefulXMLEventListener extends XMLEventListener
XMLEventListener
. This interface adds a single
getState()
.AFTER_ROOT_ELEMENT, BEFORE_DTD_DECLARATION, BEFORE_ROOT_ELEMENT, BEFORE_XML_DECLARATION, DOCUMENT_ENDED, ERROR_STATE, START_TAG_OPEN, UNINITIALIZED, WITHIN_ELEMENT
Modifier and Type | Method and Description |
---|---|
XMLEventListenerState |
getState()
Returns the current state of this outputter.
|
attribute, cdata, comment, declaration, dtd, endDocument, endTag, pcdata, pcdata, pi, reset, setState, startTag, whitespace, whitespace
XMLEventListenerState getState()
getState
in interface XMLEventListener
null
.Copyright © 2003–2023. All rights reserved.