Package | Description |
---|---|
org.znerd.xmlenc |
XMLenc, the fast XML output library.
|
Modifier and Type | Field and Description |
---|---|
static XMLEventListenerState |
XMLEventListenerStates.AFTER_ROOT_ELEMENT
State after the root element.
|
static XMLEventListenerState |
XMLEventListenerStates.BEFORE_DTD_DECLARATION
State after XML declaration but before the DTD declaration, if any.
|
static XMLEventListenerState |
XMLEventListenerStates.BEFORE_ROOT_ELEMENT
State after DTD declaration but before the root element.
|
static XMLEventListenerState |
XMLEventListenerStates.BEFORE_XML_DECLARATION
The initial initialized state.
|
static XMLEventListenerState |
XMLEventListenerStates.DOCUMENT_ENDED
State entered when the document is ended.
|
static XMLEventListenerState |
XMLEventListenerStates.ERROR_STATE
State reached when there was an error while writing output.
|
static XMLEventListenerState |
XMLEventListenerStates.START_TAG_OPEN
State in which a start tag is still open.
|
static XMLEventListenerState |
XMLEventListenerStates.UNINITIALIZED
Uninitialized state.
|
static XMLEventListenerState |
XMLEventListenerStates.WITHIN_ELEMENT
State within an element, start tag is closed.
|
Modifier and Type | Method and Description |
---|---|
XMLEventListenerState |
XMLEventListener.getState()
Returns the current state of this outputter.
|
XMLEventListenerState |
XMLOutputter.getState()
Returns the current state of this outputter.
|
XMLEventListenerState |
StatefulXMLEventListener.getState()
Returns the current state of this outputter.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLEventListener.setState(XMLEventListenerState newState,
String[] newElementStack)
Sets the state of this XML event listener.
|
void |
XMLOutputter.setState(XMLEventListenerState newState,
String[] newElementStack)
Sets the state of this outputter.
|
Copyright © 2003–2024. All rights reserved.