Uses of Class
org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration

Packages that use XMLHelper.XSLTransformerConfiguration
org.omnaest.utils.xml   
 

Uses of XMLHelper.XSLTransformerConfiguration in org.omnaest.utils.xml
 

Methods in org.omnaest.utils.xml that return XMLHelper.XSLTransformerConfiguration
 XMLHelper.XSLTransformerConfiguration XMLHelper.XSLTransformerConfiguration.addAttribute(String key, Object value)
           
 XMLHelper.XSLTransformerConfiguration XMLHelper.XSLTransformerConfiguration.addOutputProperty(String key, String value)
           
 XMLHelper.XSLTransformerConfiguration XMLHelper.XSLTransformerConfiguration.addParameter(String key, Object value)
           
 

Methods in org.omnaest.utils.xml with parameters of type XMLHelper.XSLTransformerConfiguration
static void XMLHelper.transform(StreamSource xslt, StreamSource xml, StreamResult result, ExceptionHandler exceptionHandler, XMLHelper.XSLTransformerConfiguration xslTransformerConfiguration)
          Uses the default TransformerFactory to transform the given xml StreamSource using the given xslt StreamSource into the StreamResult
 



Copyright © 2013. All Rights Reserved.