
org.apache.xml.serializer
Interface TransformStateSetter
- All Known Subinterfaces:
- TransformState
- 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 Also:
TransformState
setCurrentNode
public void setCurrentNode(Node n)
- Set the current node.
- Parameters:
Node - The current node.
resetState
public void resetState(Transformer transformer)
- Reset the state on the given transformer object.
- Parameters:
Transformer -
Copyright © 1999-2004 Apache XML Project. All Rights Reserved.
Stylus Studio's XSLT editor and XSLT debugger are fully integrated with Apache Xalan.