eZXMLOutputHandler Class Reference

The class eZXMLOutputHandler does. More...

Inheritance diagram for eZXMLOutputHandler:

List of all members.

Public Methods

 eZXMLOutputHandler (&$xmlData,$aliasedType)
 attributes ()
 hasAttribute ($name)
attribute ($name)
 viewTemplateName ()
 isValid ()
viewTemplateSuffix (&$contentobjectAttribute)
 xmlData ()
outputText ()

Private Attributes

 XMLData

Detailed Description

The class eZXMLOutputHandler does.

Definition at line ezxmloutputhandler.php.


Constructor & Destructor Documentation

eZXMLOutputHandler::eZXMLOutputHandler &$    xmlData,
  aliasedType
 

Constructor

Definition at line ezxmloutputhandler.php.

References xmlData().


Member Function Documentation

& eZXMLOutputHandler::attribute   name
 

Returns:
the value of the attribute $name if it exists, if not returns null.

Definition at line ezxmloutputhandler.php.

References eZDebug::writeError().

Referenced by attribute().

eZXMLOutputHandler::attributes  
 

Returns:
an array with attribute names.

Definition at line ezxmloutputhandler.php.

eZXMLOutputHandler::hasAttribute   name
 

Returns:
true if the attribute $name exists.

Definition at line ezxmloutputhandler.php.

eZXMLOutputHandler::isValid  
 

\virtual

Returns:
true if the output handler is considered valid, if not the handler will not be used.
Note:
Default returns true

Definition at line ezxmloutputhandler.php.

& eZXMLOutputHandler::outputText   [pure virtual]
 

Returns the output text representation of the XML structure, implement this to turn XML into an output format.

Definition at line ezxmloutputhandler.php.

Referenced by attribute().

eZXMLOutputHandler::viewTemplateName  
 

Returns:
the template name for this input handler, includes the edit suffix if any.

Definition at line ezxmloutputhandler.php.

References viewTemplateSuffix().

Referenced by attribute().

& eZXMLOutputHandler::viewTemplateSuffix &$    contentobjectAttribute [pure virtual]
 

Returns:
the suffix for the attribute template, if false it is ignored.

Definition at line ezxmloutputhandler.php.

Referenced by viewTemplateName().

eZXMLOutputHandler::xmlData  
 

Returns:
the xml data as text.

Definition at line ezxmloutputhandler.php.

References XMLData.

Referenced by eZXMLOutputHandler().


Member Data Documentation

eZXMLOutputHandler::XMLData [private]
 

Contains the XML data as text

Definition at line ezxmloutputhandler.php.

Referenced by xmlData().


The documentation for this class was generated from the following file:  

Exponential