XOOPS  2.6.0
XmlTagHandler Class Reference
Inheritance diagram for XmlTagHandler:
Inheritance graph

Public Member Functions

 getName ()
 
 handleBeginElement (SaxParser &$parser, &$attributes)
 
 handleCharacterData (SaxParser &$parser, &$data)
 
 handleEndElement (SaxParser &$parser)
 

Detailed Description

Definition at line 13 of file xmltaghandler.php.

Member Function Documentation

XmlTagHandler::getName ( )
Returns
array|string

Definition at line 20 of file xmltaghandler.php.

Referenced by SaxParser\addTagHandler().

Here is the caller graph for this function:

XmlTagHandler::handleBeginElement ( SaxParser $parser,
$attributes 
)
Parameters
SaxParser$parser
array$attributes
Returns
void

Definition at line 28 of file xmltaghandler.php.

XmlTagHandler::handleCharacterData ( SaxParser $parser,
$data 
)
Parameters
SaxParser$parser
$data
Returns
void

Definition at line 43 of file xmltaghandler.php.

XmlTagHandler::handleEndElement ( SaxParser $parser)
Parameters
SaxParser$parser
Returns
void

Definition at line 35 of file xmltaghandler.php.


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