Package DE_EPAGES::Design::API::Object::StyleTemplateVariation
object interface for StyleTemplateVariation.
Base |
DE_EPAGES::Object::API::Object::BaseObject |
Functions
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 |
|
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 |
|
Return |
|
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 |
|
Return |
|