ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
Category reference xml parser. More...
Additional Inherited Members | |
![]() | |
__construct (string $a_xml, int $a_parent_id=0) | |
setImportMapping (ilImportMapping $mapping) | |
getParentId () | |
setHandlers ($a_xml_parser) | |
handlerBeginTag ( $a_xml_parser, string $a_name, array $a_attribs) | |
handlerEndTag ( $a_xml_parser, string $a_name) | |
handlerCharacterData ( $a_xml_parser, string $a_data) | |
setMode (int $mode) | |
setReference (ilContainerReference $ref) | |
getReference () | |
![]() | |
__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) | |
![]() | |
const | MODE_CREATE = 1 |
const | MODE_UPDATE = 2 |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
parseTargetId (string $attribute_target) | |
create () | |
save () | |
![]() | |
trimAndStripAttribs (array $attribs) | |
trimAndStrip (string $input) | |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
![]() | |
ilLogger | $logger |
ilImportMapping | $import_mapping |
string | $cdata = "" |
int | $mode = 0 |
![]() | |
ilLanguage | $lng = null |
Category reference xml parser.
Definition at line 26 of file class.ilCategoryReferenceXmlParser.php.