Class Transform


  • public final class Transform
    extends java.lang.Object
    Fluent API access to Transformation.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Transform.Builder
      Builder for XSLT transformations.
      static interface  Transform.TransformationResult
      Provides different options to obtain the result of an XSLT transformation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Transform.Builder source​(javax.xml.transform.Source s)
      Build a transformation for a source document.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • source

        public static Transform.Builder source​(javax.xml.transform.Source s)
        Build a transformation for a source document.
        Parameters:
        s - document to be transformed
        Returns:
        a fresh builder