X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FXML.php;h=9aba38910d6a7a0020e743d8f95ba30ec24690b2;hb=13a10b8f20ac7c5927c39d9e80e1a7d515385736;hp=476ecb4b00e7f964325e647472afd8b6bcf345c6;hpb=37422dfa34855e36a6ce410b0241b4a662d0b33d;p=friendica.git diff --git a/src/Util/XML.php b/src/Util/XML.php index 476ecb4b00..9aba38910d 100644 --- a/src/Util/XML.php +++ b/src/Util/XML.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica\Util; use DOMXPath; @@ -10,12 +27,12 @@ use Friendica\Core\System; use SimpleXMLElement; /** - * @brief This class contain methods to work with XML data + * This class contain methods to work with XML data */ class XML { /** - * @brief Creates an XML structure out of a given array + * Creates an XML structure out of a given array * * @param array $array The array of the XML structure that will be generated * @param object $xml The createdXML will be returned by reference @@ -114,7 +131,7 @@ class XML } /** - * @brief Copies an XML object + * Copies an XML object * * @param object $source The XML source * @param object $target The XML target @@ -134,7 +151,7 @@ class XML } /** - * @brief Create an XML element + * Create an XML element * * @param \DOMDocument $doc XML root * @param string $element XML element name @@ -156,7 +173,7 @@ class XML } /** - * @brief Create an XML and append it to the parent object + * Create an XML and append it to the parent object * * @param \DOMDocument $doc XML root * @param object $parent parent object @@ -172,7 +189,7 @@ class XML } /** - * @brief Convert an XML document to a normalised, case-corrected array + * Convert an XML document to a normalised, case-corrected array * used by webfinger * * @param object $xml_element The XML document @@ -223,7 +240,7 @@ class XML } /** - * @brief Convert the given XML text to an array in the XML structure. + * Convert the given XML text to an array in the XML structure. * * Xml::toArray() will convert the given XML text to an array in the XML structure. * Link: http://www.bin-co.com/php/scripts/xml2array/ @@ -401,7 +418,7 @@ class XML } /** - * @brief Delete a node in a XML object + * Delete a node in a XML object * * @param \DOMDocument $doc XML document * @param string $node Node name