ScoverageXmlWriter
Value members
Constructors
Concrete methods
This method ensures that the output String has only valid XML unicode characters as specified by the XML 1.0 standard. For reference, please see the standard. This method will return an empty String if the input is null or empty.
This method ensures that the output String has only valid XML unicode characters as specified by the XML 1.0 standard. For reference, please see the standard. This method will return an empty String if the input is null or empty.
- Value Params
- in
The String whose non-valid characters we want to remove.
- Returns
The in String, stripped of non-valid characters.
- See also
Inherited methods
Converts absolute path to relative one if any of the source directories is it's parent. If there is no parent directory, the path is returned unchanged (absolute).
Converts absolute path to relative one if any of the source directories is it's parent. If there is no parent directory, the path is returned unchanged (absolute).
- Value Params
- src
absolute file path in canonical form
- Inherited from
- BaseReportWriter