NAME

XML::LibXMLSec::Transform - XML transforms

DESCRIPTION

Currently this module only holds some constants.

CONSTANTS

URI types

These are bits masks that determines acceptable URI transformations.

URI_TYPE_NONE

The URI type is unknown or not set.

URI_TYPE_EMPTY

The empty URI ("") type.

URI_TYPE_SAME_DOCUMENT

The same document (#...) but not empty ("") URI type.

URI_TYPE_LOCAL

The local URI (file:///....) type.

URI_TYPE_REMOTE

The remote URI type.

URI_TYPE_ANY

Any URI type.