Package org.xembly

Class 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 Detail

      • Document

        public Document()
        Default ctor.
        Since:
        0.30