Interface ResultTransformer

All Known Implementing Classes:
ResultToDocumentTransformer, ResultToStringTransformer

public interface ResultTransformer
Implementations of this class allow for the transformation of Result objects to other formats.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object transformResult​(javax.xml.transform.Result result)  
  • Method Details

    • transformResult

      java.lang.Object transformResult​(javax.xml.transform.Result result)