<<

NAME

Lintian::Output::XML - XML tag output

SYNOPSIS

    use Lintian::Output::XML;

DESCRIPTION

Provides XML tag output.

INSTANCE METHODS

issue_tags

Print all tags passed in array. A separate arguments with processables is necessary to report in case no tags were found.

print_tag
_quote_print($string)

Called to quote a string. By default it will replace all non-printables with "?". Sub-classes can override it if they allow non-ascii printables etc.

<<