ILIAS
release_8 Revision v8.19
|
XML parser for soap mails. 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 |
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().
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 60 of file class.ilSoapMailXmlParser.php.
References ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment(), and parseName().
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().
|
protected |
Definition at line 143 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 47 of file class.ilSoapMailXmlParser.php.
ilSoapMailXmlParser::start | ( | ) |
Definition at line 37 of file class.ilSoapMailXmlParser.php.
References ilSaxParser\startParsing().
|
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().