Class XalanTransformState

  • All Implemented Interfaces:
    TransformState, TransformStateSetter

    public class XalanTransformState
    extends java.lang.Object
    implements TransformState
    Before the serializer merge, the TransformState interface was implemented by ResultTreeHandler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.traversal.NodeIterator getContextNodeList()
      Get the current context node list.
      ElemTemplateElement getCurrentElement()
      Retrieves the stylesheet element that produced the SAX event.
      org.w3c.dom.Node getCurrentNode()
      This method retrieves the current context node in the source tree.
      ElemTemplate getCurrentTemplate()
      This method retrieves the xsl:template that is in effect, which may be a matched template or a named template.
      org.w3c.dom.Node getMatchedNode()
      Retrieves the node in the source tree that matched the template obtained via getMatchedTemplate().
      ElemTemplate getMatchedTemplate()
      This method retrieves the xsl:template that was matched.
      javax.xml.transform.Transformer getTransformer()
      Get the TrAX Transformer object in effect.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait