|
ILIAS
release_8 Revision v8.24
|
XML parser for soap mails. More...
Inheritance diagram for ilSoapMailXmlParser:
Collaboration diagram for ilSoapMailXmlParser:Public Member Functions | |
| __construct (string $a_xml) | |
| getMails () | |
| start () | |
| setHandlers ($a_xml_parser) | |
| Set event handlers. More... | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| handler for begin of element More... | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| Handler for end of element. More... | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
Public Member Functions inherited from ilSaxParser | |
| __construct (?string $path_to_file='', ?bool $throw_exception=false) | |
| setXMLContent (string $a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array More... | |
| createParser () | |
| setHandlers ($a_xml_parser) | |
| parse ($a_xml_parser, $a_fp=null) | |
Protected Member Functions | |
| parseName (array $a_attribs) | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes | |
| array | $mails = [] |
| array | $mail = [] |
| array | $attachment = [] |
| array | $lines = [] |
| string | $cdata = '' |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
XML parser for soap mails.
Definition at line 17 of file class.ilSoapMailXmlParser.php.
| ilSoapMailXmlParser::__construct | ( | string | $a_xml | ) |
Definition at line 25 of file class.ilSoapMailXmlParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilSaxParser\setThrowException(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilSoapMailXmlParser::getMails | ( | ) |
Definition at line 32 of file class.ilSoapMailXmlParser.php.
References $mails.
| ilSoapMailXmlParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
handler for begin of element
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
Definition at line 60 of file class.ilSoapMailXmlParser.php.
References ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment(), and parseName().
Here is the call graph for this function:| ilSoapMailXmlParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_data |
Definition at line 134 of file class.ilSoapMailXmlParser.php.
| ilSoapMailXmlParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
Handler for end of element.
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Definition at line 101 of file class.ilSoapMailXmlParser.php.
References $attachment, $cdata, $lines, $mail, and ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment().
Here is the call graph for this function:
|
protected |
Definition at line 143 of file class.ilSoapMailXmlParser.php.
References ilObjectFactory\getInstanceByObjId().
Referenced by handlerBeginTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSoapMailXmlParser::setHandlers | ( | $a_xml_parser | ) |
Set event handlers.
| XMLParser|resource | A reference to the xml parser |
Reimplemented from ilSaxParser.
Definition at line 47 of file class.ilSoapMailXmlParser.php.
| ilSoapMailXmlParser::start | ( | ) |
Definition at line 37 of file class.ilSoapMailXmlParser.php.
References ilSaxParser\startParsing().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 23 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 22 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 20 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 19 of file class.ilSoapMailXmlParser.php.
Referenced by getMails().