Package org.kuali.rice.ken.util
Class XslSourceResolver
java.lang.Object
org.kuali.rice.ken.util.XslSourceResolver
This class is responsible for resolving Xsl from files and Strings.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveXslFromFile(String path) This method resolves xsl from a fileThis method resolves xsl from a string
-
Field Details
-
LOG
protected final org.apache.logging.log4j.Logger LOG
-
-
Constructor Details
-
XslSourceResolver
public XslSourceResolver()
-
-
Method Details
-
resolveXslFromFile
This method resolves xsl from a file- Parameters:
path- location of xsl file- Returns:
- a StreamSource
-
resolveXslFromString
This method resolves xsl from a string- Parameters:
path- location of xsl file- Returns:
- a StreamSource
-