FileDocCategorySizeDatePackage
TransformStateSetter.javaAPI DocJava SE 6 API1554Tue Jun 10 00:23:08 BST 2008com.sun.org.apache.xml.internal.serializer

TransformStateSetter

public interface TransformStateSetter
This 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
com.sun.org.apache.xalan.internal.transformer.TransformState
xsl.usage
internal

Fields Summary
Constructors Summary
Methods Summary
public voidresetState(javax.xml.transform.Transformer transformer)
Reset the state on the given transformer object.

param
transformer

public voidsetCurrentNode(org.w3c.dom.Node n)
Set the current node.

param
n The current node.