Class DocumentationAdder

  • All Implemented Interfaces:
    Supplier<Transformer>

    public class DocumentationAdder
    extends Object
    implements Supplier<Transformer>
    Supplies a Transformer that adds xs:documentation tags to an existing XSD. The contents of the documentation tags is determined by introspecting while looking for XmlDocumentation tags. The transformer is an actual XSLT `add-documentation.xslt`, which combines the information collected via introspection with the original XSD XML.
    Since:
    0.1
    Author:
    Michiel Meeuwissen