Operation |
Details |
public checkXsltTransformation( String formatFrom, String formatTo):boolean |
Sequential |
private static getInputStream( String filepath):InputStream |
Sequential Notes: | Retrieves the Inputstream of the given file path. First the resource is searched in the file system, if this fails it is searched using the classpath. @return The inputstream of the given file path. | |
public getProperty( String key):String |
Sequential Tags: | throws=IOException,URISyntaxException
| Notes: | Gets the value of a property for the given key from the escidoc property file. @return The value of the property. | |
public ThirdPartyTransformation(): |
Sequential Notes: | Public constructor. | |
public xsltTransform( String formatFrom, String formatTo, String itemXML):String |
Sequential Tags: | throws=RuntimeException
| Notes: | Metadata transformation method. @return transformed metadata as String | |