Package org.apache.xml.serializer
Interface TransformStateSetter
-
- All Known Subinterfaces:
TransformState
- All Known Implementing Classes:
XalanTransformState
public interface TransformStateSetterThis interface is meant to be used by a base interface to TransformState, but which as only the setters which have non Xalan specific types in their signature, so that there are no dependancies of the serializer on Xalan. This interface is not a public API, it is only public because it is used by Xalan.- See Also:
TransformState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresetState(javax.xml.transform.Transformer transformer)Reset the state on the given transformer object.voidsetCurrentNode(org.w3c.dom.Node n)Set the current node.
-