Uses of Class
org.znerd.xmlenc.XMLEventListenerState
-
Packages that use XMLEventListenerState Package Description org.znerd.xmlenc Xmlenc, the fast XML output library. -
-
Uses of XMLEventListenerState in org.znerd.xmlenc
Fields in org.znerd.xmlenc declared as XMLEventListenerState Modifier and Type Field Description static XMLEventListenerStateXMLEventListenerStates. AFTER_ROOT_ELEMENTState after the root element.static XMLEventListenerStateXMLEventListenerStates. BEFORE_DTD_DECLARATIONState after XML declaration but before the DTD declaration, if any.static XMLEventListenerStateXMLEventListenerStates. BEFORE_ROOT_ELEMENTState after DTD declaration but before the root element.static XMLEventListenerStateXMLEventListenerStates. BEFORE_XML_DECLARATIONThe initial initialized state.static XMLEventListenerStateXMLEventListenerStates. DOCUMENT_ENDEDState entered when the document is ended.static XMLEventListenerStateXMLEventListenerStates. ERROR_STATEState reached when there was an error while writing output.static XMLEventListenerStateXMLEventListenerStates. START_TAG_OPENState in which a start tag is still open.static XMLEventListenerStateXMLEventListenerStates. UNINITIALIZEDUninitialized state.static XMLEventListenerStateXMLEventListenerStates. WITHIN_ELEMENTState within an element, start tag is closed.Methods in org.znerd.xmlenc that return XMLEventListenerState Modifier and Type Method Description XMLEventListenerStateStatefulXMLEventListener. getState()Returns the current state of this outputter.XMLEventListenerStateXMLEventListener. getState()Returns the current state of this outputter.XMLEventListenerStateXMLOutputter. getState()Returns the current state of this outputter.Methods in org.znerd.xmlenc with parameters of type XMLEventListenerState Modifier and Type Method Description voidXMLEventListener. setState(XMLEventListenerState newState, java.lang.String[] newElementStack)Sets the state of this XML event listener.voidXMLOutputter. setState(XMLEventListenerState newState, java.lang.String[] newElementStack)Sets the state of this outputter.
-