ePages 6.0 Patch 8 - DE_EPAGES/XML/API/XML/PatchTranslationImportHandler.pm

Package DE_EPAGES::XML::API::XML::PatchTranslationImportHandler

@EXPORT_OK
PatchTranslationImport

Functions

PatchTranslationImport
end_Object
start_Attribute
start_Object
xmlElement

PatchTranslationImport

Imports attributes to compare with other release.

Syntax
my $hAttributes = PatchTranslationImport( $FileName );
Example
my $hAttributes = PatchTranslationImport( 'AttributesUnit.xml' );
Input
$FileName (string)
XML file name
Return
$hAttributes (ref.hash.hash.hash)
structure

end_Object

SAX-Event end element Object

Syntax
$self->end_Object;

start_Attribute

SAX-Event start element Attribute

Syntax
$self->start_Attribute($hElement);

start_Object

SAX-Event start element Object. Build path of object.

Syntax
$self->start_Object($hElement);

xmlElement

Return object info for object with given path.

Syntax
my $hObject = $self->xmlElement($Path);
Input
$Path (string)
object path
Return
$hObject (ref.hash.*)
object info