Class AbstractTransformationBuilder<B extends TransformationBuilderBase<B>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private B asB()  
      protected Transformation getHelper()
      Provides access to a cached Transformation instance.
      B usingFactory​(javax.xml.transform.TransformerFactory f)
      sets the TraX factory to use.
      B withOutputProperty​(java.lang.String name, java.lang.String value)
      Adds an output property.
      B withParameter​(java.lang.String name, java.lang.Object value)
      Adds a parameter.
      B withStylesheet​(javax.xml.transform.Source s)
      Sets the stylesheet to use.
      B withURIResolver​(javax.xml.transform.URIResolver r)
      Sets the resolver to use for the document() function and xsi:import/include.
      • Methods inherited from class java.lang.Object

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