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 BaseMarkupSerializer.content()
          Must be called by a method about to print any type of content.
protected  ElementState BaseMarkupSerializer.getElementState()
          Return the state of the current element.
protected  ElementState BaseMarkupSerializer.enterElementState(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, boolean preserveSpace)
          Enter a new element state for the specified element.
protected  ElementState BaseMarkupSerializer.leaveElementState()
          Leave the current element state and return to the state of the parent element.
protected  ElementState TextSerializer.content()
           
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.