Uses of Class
org.znerd.xmlenc.XMLOutputter.State

Packages that use XMLOutputter.State
org.znerd.xmlenc xmlenc 0.29. 
 

Uses of XMLOutputter.State in org.znerd.xmlenc
 

Fields in org.znerd.xmlenc declared as XMLOutputter.State
static XMLOutputter.State XMLOutputterStates.UNINITIALIZED
          Uninitialized state.
static XMLOutputter.State XMLOutputterStates.BEFORE_XML_DECLARATION
          The initial initialized state.
static XMLOutputter.State XMLOutputterStates.BEFORE_DTD_DECLARATION
          State after XML declaration but before the DTD declaration, if any.
static XMLOutputter.State XMLOutputterStates.BEFORE_ROOT_ELEMENT
          State after DTD declaration but before the root element.
static XMLOutputter.State XMLOutputterStates.START_TAG_OPEN
          State in which a start tag is still open.
static XMLOutputter.State XMLOutputterStates.WITHIN_ELEMENT
          State within an element, start tag is closed.
static XMLOutputter.State XMLOutputterStates.AFTER_ROOT_ELEMENT
          State after the root element.
static XMLOutputter.State XMLOutputterStates.ERROR_STATE
          State reached when there was an error while writing output.
 

Methods in org.znerd.xmlenc that return XMLOutputter.State
 XMLOutputter.State XMLOutputter.getState()
          Returns the current state of this outputter.
 

Methods in org.znerd.xmlenc with parameters of type XMLOutputter.State
 void XMLOutputter.setState(XMLOutputter.State newState, String[] newElementStack)
          Sets the state of this outputter.
 



See http://xmlenc.sourceforge.net/.