ePages 6.13.1 - DE_EPAGES/Design/API/Object/StyleHeaderImageMap.pm

Package DE_EPAGES::Design::API::Object::StyleHeaderImageMap

object interface for StyleHeaderImageMap.

Base
DE_EPAGES::Object::API::Object::BaseObject

Functions

deleteXML
importXML

deleteXML

place holder to delete xml data see DE_EPAGES::Object::API::Object::Object::deleteXML. This function will be called at start tag. The end tag calls deleteXMLEnd.

Syntax
DE_EPAGES::Object::API::BaseObject->deleteXML($Handler, $hElement, $hAttributes);
Input
$Handler (object)
delete handler
$hElement (object)
current xml element
$hAttributes (object)
attributes of xml element

importXML

place holder to import xml data see DE_EPAGES::Object::API::Object::Object::importXML. This function will be called at start tag. The end tag calls importXMLEnd.

Syntax
$Object = DE_EPAGES::Object::API::BaseObject->importXML($Handler, $hElement, $Class, $hAttributes);
Input
$Handler (object)
xml import handler with support function addObject
$hElement (ref.hash)
XML element structure, see XML::SAX
$Class (object)
class object; the new object will be an instance of this class
$hAttributes (ref.hash)
attributes hash
Return
$Object (object)
created object