java.lang.Object
fr.opensagres.xdocreport.document.preprocessor.sax.PrefixMapping

public class PrefixMapping extends Object
Prefix mapping used to generated XML namespaces with prefix.
  • Constructor Details

    • PrefixMapping

      public PrefixMapping(String prefix, String uri)
  • Method Details

    • getPrefix

      public String getPrefix()
    • getURI

      public String getURI()