NAME

XML::Compile::C14N::Util - constants for XML::Compile::C14N

INHERITANCE

 XML::Compile::C14N::Util
   is a Exporter

SYNOPSIS

 use XML::Compile::C14N::Util ':c14n';

DESCRIPTION

This module collects constants used by various standards related to XML Canonicalization.

FUNCTIONS

Constants

Export tag :c14n provides

  C14N_v10_NO_COMM   C14N_v11_NO_COMM   C14N_EXC_NO_COMM
  C14N_v10_COMMENTS  C14N_v11_COMMENTS  C14N_EXC_COMMENTS
                                        C14N_EXC_NS

Functions

is_canon_constant($constant)

[0.93] Returns true if the $constant is one of the constants defined by the :c14n export tag.

SEE ALSO

This module is part of XML-Compile-C14N distribution version 0.95, built on January 15, 2020. Website: http://perl.overmeer.net/xml-compile/

LICENSE

Copyrights 2011-2020 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/