Class TransformerProperties

java.lang.Object
org.codice.ddf.platform.util.TransformerProperties

public class TransformerProperties extends Object
Properties for transforming XML
  • Constructor Details

    • TransformerProperties

      public TransformerProperties()
  • Method Details

    • addOutputProperty

      public void addOutputProperty(String propertyType, String propertyValue)
    • setErrorListener

      public void setErrorListener(ErrorListener errorListener)
    • getOutputProperties

      public Set<Map.Entry<String,String>> getOutputProperties()
    • getErrorListener

      public ErrorListener getErrorListener()