X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;fp=classes%2Fdocument.php-class;h=1933808002202d86d315fc2a553eedfb3d60122a;hp=d3dca7d7e66553df777c4160ab97b633f685553a;hb=acaa2daa10fcee2745749592fa84e8a33aedd027;hpb=34bf6915dfc529bfb3408069ab7c62bbc218f461 diff --git a/classes/document.php-class b/classes/document.php-class index d3dca7d..1933808 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -150,9 +150,13 @@ class ExtendedDocument extends DOMDocument { // appends a representation of the XML data as children of the given parent node, by default this document // NO return value! // + // public function appendStyleElement($styledata) + // appends an ExtendedDocument::createElementStyle() as a child of this document (see there for params) + // returns the new child + // // public function appendJSElement($jsdata) // appends an ExtendedDocument::createElementJS() as a child of this document (see there for params) - // NO return value! + // returns the new child // // public function appendJSFile($jsURL, [$defer], [$async]) // appends an ExtendedDocument::createElementJSFile() as a child of this document (see there for params) @@ -243,6 +247,9 @@ class ExtendedDocument extends DOMDocument { // public function createElementLabel($for_id, $value) // returns an ExtendedElement that is an HTML