Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.ElementState
-
Packages that use ElementState Package Description org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize -
-
Uses of ElementState in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize that return ElementState Modifier and Type Method Description protected ElementStateBaseMarkupSerializer. content()Deprecated.Must be called by a method about to print any type of content.protected ElementStateTextSerializer. content()Deprecated.protected ElementStateBaseMarkupSerializer. enterElementState(String namespaceURI, String localName, String rawName, boolean preserveSpace)Deprecated.Enter a new element state for the specified element.protected ElementStateBaseMarkupSerializer. getElementState()Deprecated.Return the state of the current element.protected ElementStateBaseMarkupSerializer. leaveElementState()Deprecated.Leave the current element state and return to the state of the parent element.
-