|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
TransformState
Method Summary | |
---|---|
void |
resetState(javax.xml.transform.Transformer transformer)
Reset the state on the given transformer object. |
void |
setCurrentNode(org.w3c.dom.Node n)
Set the current node. |
Method Detail |
---|
void setCurrentNode(org.w3c.dom.Node n)
n
- The current node.void resetState(javax.xml.transform.Transformer transformer)
transformer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |