ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
inc.xml5compliance.php File Reference

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, $contextnode=null)
 xpath_new_context ($dom_document)

Function Documentation

domxml_open_file (   $filename)

Definition at line 35 of file inc.xml5compliance.php.

References $filename.

Referenced by ilDOMXML\loadDocument(), and xmldocfile().

{
}

+ Here is the caller graph for this function:

staticxmlerror (   $errno,
  $errstr,
  $errfile,
  $errline,
  $errcontext,
  $ret = false 
)

Definition at line 23 of file inc.xml5compliance.php.

References $ret.

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,
  $contextnode = null 
)

Definition at line 54 of file inc.xml5compliance.php.

Referenced by ilPageObject\addChangeDivClasses(), ilPageObject\addFileSizes(), ilPageObject\addHierIDs(), ilPageObject\buildDom(), ilPageObject\checkPCIds(), ilPageObject\collectContentIncludes(), ilPageObject\collectFileItems(), ilPageObject\collectMediaObjects(), ilMediaAliasItem\deleteAllMapAreas(), ilPCDataTableGUI\editData(), ilObjDlBook\exportRekursiv(), ilPageLayout\generatePreview(), ilPCTable\getCaption(), ilPCTable\getCaptionAlign(), ilPCDataTable\getCellNode(), ilPageObject\getContentNode(), ilPageObject\getFirstParagraphText(), ilPageObject\getInternalLinks(), ilLMPresentationGUI\getLayoutLinkTargets(), ilMediaAliasItem\getMAItemNode(), ilMediaAliasItem\getMapAreaNodes(), ilPageObject\getMediaAliasElement(), ilPageObject\getPageContentsHashes(), ilMediaAliasItem\getParameterNodes(), ilPageObject\getQuestionIds(), ilPageObject\handleImportRepositoryLink(), ilPCTable\importHtml(), ilMediaAliasItem\insert(), ilPageObject\insertInstIntoIDs(), ilPageObject\insertPCIds(), ilPageObject\insertSourceCodeParagraphs(), ilLMPresentationGUI\layout(), ilPageObject\lookforhier(), ilPageObject\moveIntLinks(), ilPageObject\newQuestionCopies(), ilPageObject\pasteContents(), ilPageObject\resolveIntLinks(), ilPageObject\saveAnchors(), ilSCORM2004Page\saveInternalLinks(), ilPageObject\saveInternalLinks(), ilPageObject\saveMetaKeywords(), ilPageObject\saveMobUsage(), ilPageObject\saveStyleUsage(), ilPageObject\send_paragraph(), ilPCDataTable\setData(), ilPCTable\setTDClass(), ilPCTable\setTDWidth(), ilPCParagraph\setText(), and ilPageObject\stripHierIDs().

{
return $xpath_context->query($eval_str,$contextnode);
}

+ 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\addChangeDivClasses(), ilPageObject\addFileSizes(), ilPageObject\addHierIDs(), ilPageObject\buildDom(), ilPageObject\checkPCIds(), ilPageObject\collectContentIncludes(), ilPageObject\collectFileItems(), ilPageObject\collectMediaObjects(), ilMediaAliasItem\deleteAllMapAreas(), ilPCDataTableGUI\editData(), ilObjDlBook\exportRekursiv(), ilPageLayout\generatePreview(), ilPCTable\getCaption(), ilPCTable\getCaptionAlign(), ilPCDataTable\getCellNode(), ilPageObject\getContentNode(), ilPageObject\getFirstParagraphText(), ilPageObject\getInternalLinks(), ilLMPresentationGUI\getLayoutLinkTargets(), ilMediaAliasItem\getMAItemNode(), ilMediaAliasItem\getMapAreaNodes(), ilPageObject\getMediaAliasElement(), ilPageObject\getPageContentsHashes(), ilMediaAliasItem\getParameterNodes(), ilPageObject\getQuestionIds(), ilPageObject\handleImportRepositoryLink(), ilPCTable\importHtml(), ilMediaAliasItem\insert(), ilPageObject\insertInstIntoIDs(), ilPageObject\insertPCIds(), ilPageObject\insertSourceCodeParagraphs(), ilLMPresentationGUI\layout(), ilPageObject\lookforhier(), ilPageObject\moveIntLinks(), ilPageObject\newQuestionCopies(), ilPageObject\pasteContents(), ilPageObject\resolveIntLinks(), ilPageObject\saveAnchors(), ilSCORM2004Page\saveInternalLinks(), ilPageObject\saveInternalLinks(), ilPageObject\saveMetaKeywords(), ilPageObject\saveMobUsage(), ilPageObject\saveStyleUsage(), ilPageObject\send_paragraph(), ilPCDataTable\setData(), ilPCTable\setTDClass(), ilPCTable\setTDWidth(), ilPCParagraph\setText(), and ilPageObject\stripHierIDs().

{
return new php4DOMXPath($dom_document);
}

+ Here is the caller graph for this function: