Package org.xembly

Class Transformers.Document

java.lang.Object
org.xembly.Transformers.Document
All Implemented Interfaces:
Transformers
Enclosing interface:
Transformers

public static final class Transformers.Document extends Object implements Transformers
Transformer factory that produces document transformers. All transformers produced by this factory will be configured to produce XML documents with XML declaration and indentation.
Since:
0.30
  • Constructor Details

    • Document

      public Document()
      Default ctor.
      Since:
      0.30
  • Method Details