Go to the source code of this file.
Data Structures | |
| class | php4DOMAttr |
| class | php4DOMCDATASection |
| class | php4DOMDocument |
| class | php4DOMElement |
| php4DomElement More... | |
| class | php4DOMNode |
| php4DOMNode More... | |
| class | php4DOMNodelist |
| class | php4DOMXPath |
Functions | |
| staticxmlerror ($errno, $errstr, $errfile, $errline, $errcontext, $ret=false) | |
| domxml_open_file ($filename) | |
| domxml_open_mem ($str, $mode=DOMXML_LOAD_PARSING, &$error=NULL) | |
| xpath_eval ($xpath_context, $eval_str) | |
| xpath_new_context ($dom_document) | |
| domxml_open_file | ( | $ | filename | ) |
Definition at line 36 of file inc.xml5compliance.php.
Referenced by ilDOMXML::loadDocument(), and XMLNestedSet::loadDocument().
{
return new php4DOMDocument($filename);
}
Here is the caller graph for this function:| domxml_open_mem | ( | $ | str, | |
| $ | mode = DOMXML_LOAD_PARSING, |
|||
| &$ | error = NULL | |||
| ) |
Definition at line 44 of file inc.xml5compliance.php.
Referenced by ilPageObject::buildDom(), ilObjDlBook::exportRekursiv(), ilGlossaryExport::exportRekursiv(), ilContObjectExport::exportRekursiv(), SurveyTextQuestion::from_xml(), SurveyOrdinalQuestion::from_xml(), SurveyNominalQuestion::from_xml(), SurveyMetricQuestion::from_xml(), ilObjSurvey::from_xml(), ilObjTest::from_xml(), ASS_TextQuestion::from_xml(), ASS_OrderingQuestion::from_xml(), ASS_MultipleChoice::from_xml(), ASS_MatchingQuestion::from_xml(), ASS_JavaApplet::from_xml(), ASS_ImagemapQuestion::from_xml(), ASS_ClozeTest::from_xml(), ilSQL2XML::getLearningObject(), SQL2XML::getXMLDocument(), ilPCTable::importHtml(), ilObjSurveyQuestionPool::importObject(), ilNestedSetXML::initDom(), ilDOMXML::initNewDocument(), ilLMPresentationGUI::layout(), ilPageObject::saveInternalLinks(), ilPageObject::saveMobUsage(), ilPCParagraph::setText(), SurveyTextQuestion::to_xml(), SurveyOrdinalQuestion::to_xml(), SurveyNominalQuestion::to_xml(), SurveyMetricQuestion::to_xml(), ilObjSurveyQuestionPool::to_xml(), ilObjSurvey::to_xml(), ilObjTest::to_xml(), ASS_TextQuestion::to_xml(), ASS_OrderingQuestion::to_xml(), ASS_MultipleChoice::to_xml(), ASS_MatchingQuestion::to_xml(), ASS_JavaApplet::to_xml(), ASS_ImagemapQuestion::to_xml(), and ASS_ClozeTest::to_xml().
{
$doc = new php4DOMDocument($str, false);
if (!$doc->success)
{
$error = $doc->error;
}
return $doc;
}
Here is the caller graph for this function:| staticxmlerror | ( | $ | errno, | |
| $ | errstr, | |||
| $ | errfile, | |||
| $ | errline, | |||
| $ | errcontext, | |||
| $ | ret = false | |||
| ) |
Definition at line 24 of file inc.xml5compliance.php.
Referenced by php4DOMDocument::php4DOMDocument().
{
static $errs = array();
if ($ret === true) {
return $errs;
}
$tag = 'DOMDocument::validate(): ';
$errs[] = str_replace($tag, '', $errstr);
}
Here is the caller graph for this function:| xpath_eval | ( | $ | xpath_context, | |
| $ | eval_str | |||
| ) |
Definition at line 54 of file inc.xml5compliance.php.
Referenced by ilPageObject::addFileSizes(), ilPageObject::addHierIDs(), ilPageObject::addSourceCodeHighlighting(), ilPageObject::buildDom(), ilPageObject::collectFileItems(), ilPageObject::collectMediaObjects(), ilMediaAliasItem::definesCaption(), ilMediaAliasItem::definesParameters(), ilMediaAliasItem::definesSize(), ilMediaAliasItem::deriveCaption(), ilMediaAliasItem::deriveParameters(), ilMediaAliasItem::deriveSize(), ilObjDlBook::exportRekursiv(), ilGlossaryExport::exportRekursiv(), ilContObjectExport::exportRekursiv(), ilPCTable::getCaption(), ilMediaAliasItem::getCaption(), ilPCTable::getCaptionAlign(), ilPageObject::getContentNode(), ilPageObject::getFirstParagraphText(), ilMediaAliasItem::getHeight(), ilMediaAliasItem::getHorizontalAlign(), ilPageObject::getInternalLinks(), ilLMPresentationGUI::getLayoutLinkTargets(), ilPageObject::getMediaAliasElement(), ilMediaAliasItem::getParameterString(), ilMediaAliasItem::getWidth(), ilMediaAliasItem::ilMediaAliasItem(), ilPCTable::importHtml(), ilMediaAliasItem::insert(), ilPageObject::insertInstIntoIDs(), ilLMPresentationGUI::layout(), ilPageObject::lookforhier(), ilPageObject::resolveIntLinks(), ilPageObject::saveInternalLinks(), ilPageObject::saveMobUsage(), ilPageObject::send_paragraph(), ilMediaAliasItem::setParameters(), ilPCTable::setTDClass(), ilPCTable::setTDWidth(), ilPCParagraph::setText(), and ilPageObject::stripHierIDs().
{
return $xpath_context->query($eval_str);
}
Here is the caller graph for this function:| xpath_new_context | ( | $ | dom_document | ) |
Definition at line 59 of file inc.xml5compliance.php.
Referenced by ilPageObject::addFileSizes(), ilPageObject::addHierIDs(), ilPageObject::addSourceCodeHighlighting(), ilPageObject::buildDom(), ilPageObject::collectFileItems(), ilPageObject::collectMediaObjects(), ilMediaAliasItem::definesCaption(), ilMediaAliasItem::definesParameters(), ilMediaAliasItem::definesSize(), ilMediaAliasItem::deriveCaption(), ilMediaAliasItem::deriveParameters(), ilMediaAliasItem::deriveSize(), ilObjDlBook::exportRekursiv(), ilGlossaryExport::exportRekursiv(), ilContObjectExport::exportRekursiv(), ilPCTable::getCaption(), ilMediaAliasItem::getCaption(), ilPCTable::getCaptionAlign(), ilPageObject::getContentNode(), ilPageObject::getFirstParagraphText(), ilMediaAliasItem::getHeight(), ilMediaAliasItem::getHorizontalAlign(), ilPageObject::getInternalLinks(), ilLMPresentationGUI::getLayoutLinkTargets(), ilPageObject::getMediaAliasElement(), ilMediaAliasItem::getParameterString(), ilMediaAliasItem::getWidth(), ilMediaAliasItem::ilMediaAliasItem(), ilPCTable::importHtml(), ilMediaAliasItem::insert(), ilPageObject::insertInstIntoIDs(), ilLMPresentationGUI::layout(), ilPageObject::lookforhier(), ilPageObject::resolveIntLinks(), ilPageObject::saveInternalLinks(), ilPageObject::saveMobUsage(), ilPageObject::send_paragraph(), ilMediaAliasItem::setParameters(), ilPCTable::setTDClass(), ilPCTable::setTDWidth(), ilPCParagraph::setText(), and ilPageObject::stripHierIDs().
{
return new php4DOMXPath($dom_document);
}
Here is the caller graph for this function:
1.7.1