ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
![]() | |
__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) | |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
Protected Attributes | |
array | $mails = [] |
array | $mail = [] |
array | $attachment = [] |
array | $lines = [] |
string | $cdata = '' |
![]() | |
ilLanguage | $lng = null |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning XML parser for soap mails
Definition at line 24 of file class.ilSoapMailXmlParser.php.
ilSoapMailXmlParser::__construct | ( | string | $a_xml | ) |
Definition at line 32 of file class.ilSoapMailXmlParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilSaxParser\setThrowException(), and ilSaxParser\setXMLContent().
ilSoapMailXmlParser::getMails | ( | ) |
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 66 of file class.ilSoapMailXmlParser.php.
References ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment(), and parseName().
Referenced by setHandlers().
ilSoapMailXmlParser::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_data | ||
) |
XMLParser | resource | $a_xml_parser | |
string | $a_data |
Definition at line 139 of file class.ilSoapMailXmlParser.php.
Referenced by setHandlers().
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 106 of file class.ilSoapMailXmlParser.php.
References $attachment, $cdata, $lines, $mail, and ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment().
Referenced by setHandlers().
|
protected |
Definition at line 148 of file class.ilSoapMailXmlParser.php.
References ilObjectFactory\getInstanceByObjId().
Referenced by handlerBeginTag().
ilSoapMailXmlParser::setHandlers | ( | $a_xml_parser | ) |
Set event handlers.
XMLParser|resource | A reference to the xml parser |
Definition at line 54 of file class.ilSoapMailXmlParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
ilSoapMailXmlParser::start | ( | ) |
Definition at line 44 of file class.ilSoapMailXmlParser.php.
References ilSaxParser\startParsing().
|
protected |
Definition at line 28 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 30 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 29 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 27 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 26 of file class.ilSoapMailXmlParser.php.
Referenced by getMails().