Uses of Class
org.apache.xml.serialize.ElementState

Packages that use ElementState
org.apache.xml.serialize   
 

Uses of ElementState in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize that return ElementState
protected  ElementState TextSerializer.content()
          Deprecated.  
protected  ElementState BaseMarkupSerializer.content()
          Deprecated. Must be called by a method about to print any type of content.
protected  ElementState BaseMarkupSerializer.enterElementState(String namespaceURI, String localName, String rawName, boolean preserveSpace)
          Deprecated. Enter a new element state for the specified element.
protected  ElementState BaseMarkupSerializer.getElementState()
          Deprecated. Return the state of the current element.
protected  ElementState BaseMarkupSerializer.leaveElementState()
          Deprecated. Leave the current element state and return to the state of the parent element.
 



Copyright © 2011. All Rights Reserved.