ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct ($content, $a_rbac_id, $a_obj_id, $a_obj_type) | |
startParsing () | |
handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
handlerEndTag ($a_xml_parser, string $a_name) | |
handlerCharacterData ($a_xml_parser, string $a_data) | |
__setFilter () | |
__inFilter (string $a_tag_name) | |
![]() | |
__construct (?string $a_xml_file='') | |
enableMDParsing (bool $a_status) | |
getMDParsingStatus () | |
setMDObject (ilMD $md) | |
getMDObject () | |
inMetaData () | |
setHandlers ($a_xml_parser) | |
Set event handlers. More... | |
handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
handlerEndTag ($a_xml_parser, string $a_name) | |
handlerCharacterData ($a_xml_parser, string $a_data) | |
__getCharacterData () | |
__pushParent (object $md_obj) | |
__popParent () | |
__getParent () | |
![]() | |
__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 Attributes | |
bool | $in_meta_data = false |
![]() | |
bool | $md_in_md = false |
string | $md_chr_data = '' |
ilMDIdentifier | $md_ide = null |
ilMDLanguage | $md_lan = null |
ilMDDescription | $md_des = null |
ilMDLifecycle | $md_lif = null |
ilMDContribute | $md_con = null |
ilMDEntity | $md_ent = null |
ilMDMetaMetadata | $md_met = null |
ilMDTechnical | $md_tec = null |
ilMDFormat | $md_for = null |
ilMDLocation | $md_loc = null |
ilMDRequirement | $md_req = null |
ilMDOrComposite | $md_orc = null |
ilMDEducational | $md_edu = null |
ilMDTypicalAgeRange | $md_typ = null |
ilMDRights | $md_rig = null |
ilMDRelation | $md_rel = null |
ilMDIdentifier_ | $md_ide_ = null |
ilMDAnnotation | $md_ann = null |
ilMDClassification | $md_cla = null |
ilMDTaxonPath | $md_taxp = null |
ilMDTaxon | $md_tax = null |
ilMDKeyword | $md_key = null |
array | $md_parent = array() |
ilMD | $md = null |
ilMDGeneral | $md_gen = null |
ilLogger | $meta_log |
![]() | |
ilLanguage | $lng = null |
Private Attributes | |
array | $filter = [] |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
trimAndStripAttribs (array $attribs) | |
trimAndStrip (string $input) | |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
Definition at line 27 of file class.ilMDXMLCopier.php.
ilMDXMLCopier::__construct | ( | $content, | |
$a_rbac_id, | |||
$a_obj_id, | |||
$a_obj_type | |||
) |
Definition at line 32 of file class.ilMDXMLCopier.php.
References ILIAS\GlobalScreen\Provider\__construct(), __setFilter(), ilMDSaxParser\setMDObject(), and ilSaxParser\setXMLContent().
ilMDXMLCopier::__inFilter | ( | string | $a_tag_name | ) |
Definition at line 126 of file class.ilMDXMLCopier.php.
References ILIAS\Repository\filter().
Referenced by handlerBeginTag(), and handlerEndTag().
ilMDXMLCopier::__setFilter | ( | ) |
Definition at line 121 of file class.ilMDXMLCopier.php.
References ILIAS\Repository\filter().
Referenced by __construct().
ilMDXMLCopier::handlerBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
XMLParser | resource | $a_xml_parser | reference to the xml parser |
Definition at line 64 of file class.ilMDXMLCopier.php.
References ilMDSaxParser\__getParent(), __inFilter(), and ilMDSaxParser\__pushParent().
ilMDXMLCopier::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_data | ||
) |
XMLParser | resource | $a_xml_parser | reference to the xml parser |
Definition at line 114 of file class.ilMDXMLCopier.php.
ilMDXMLCopier::handlerEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
XMLParser | resource | $a_xml_parser | reference to the xml parser |
Definition at line 91 of file class.ilMDXMLCopier.php.
References ilMDSaxParser\__getParent(), __inFilter(), and ilMDSaxParser\__popParent().
ilMDXMLCopier::startParsing | ( | ) |
Definition at line 43 of file class.ilMDXMLCopier.php.
References ilMDSaxParser\getMDObject(), and ilMDIdentifier\setEntry().
Referenced by ilMD\cloneMD().
|
private |
Definition at line 29 of file class.ilMDXMLCopier.php.
|
protected |
Definition at line 30 of file class.ilMDXMLCopier.php.