FileDocCategorySizeDatePackage
TransformStateSetter.javaAPI DocJava SE 5 API1430Fri Aug 26 14:56:04 BST 2005com.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.
see
com.sun.org.apache.xalan.internal.transformer.TransformState

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
Node The current node.