Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JXMLElement
+ Graphe d'héritage de JXMLElement:

Fonctions membres publiques

 name ()
 
 asFormattedXml ($compressed=false, $indent="\, $level=0)
 

Description détaillée

Wrapper class for php SimpleXMLElement.

Depuis
1.6
Obsolète:
3.0 Use SimpleXMLElement instead.

Documentation des fonctions membres

◆ asFormattedXml()

asFormattedXml (   $compressed = false,
  $indent = "\t",
  $level = 0 
)

Return a well-formed XML string based on SimpleXML element

Paramètres
boolean$compressedShould we use indentation and newlines ?
string$indentIndention character.
integer$levelThe level within the document which informs the indentation.
Renvoie
string
Depuis
1.6
Obsolète:
3.0 Use SimpleXMLElement::asXml() instead.

Références $attr, children, elseif, ENT_COMPAT, et htmlspecialchars.

◆ name()

name ( )

Get the name of the element.

Renvoie
string
Depuis
1.6
Obsolète:
3.0 Use SimpleXMLElement::getName() instead.

La documentation de cette classe a été générée à partir du fichier suivant :