ePages 6.10 - DE_EPAGES/Design/API/Object/StyleGroupMap.pm

Package DE_EPAGES::Design::API::Object::StyleGroupMap

object interface for StyleGroupMap.

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

Functions

deleteXML
exportXMLAttributes
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

exportXMLAttributes

Returns plain attribute values of the object to XML export driver, i.e. all attributes that are not localizable, objects, hashes or arrays.

Syntax
$hAttributes = $Object->exportXMLAttributes( $hAttributes, $hAllAttributes );
Input
$Driver (object)
xml export driver with support function addObject
$hAllAttributes (ref.hash)
all attribute values
Return
$hAttributes (ref.hash.string)
plain attribute values

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