API15

JSimpleXMLElement

From Joomla! Documentation

Revision as of 12:40, 25 March 2010 by Doxiki (talk | contribs)

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JSimpleXMLElement

Defined in[edit]

libraries/joomla/utilities/simplexml.php

Methods[edit]

Method name Description
__construct Constructor, sets up all the default values
name Get the name of the element
attributes Get the an attribute of the element
data Get the data of the element
setData Set the data of the element
children Get the children of the element
level Get the level of the element
addAttribute Adds an attribute to the element
removeAttribute Removes an attribute from the element
addChild Adds a direct child to the element
removeChild
getElementByPath Get an element in the document by / separated path
map traverses the tree calling the $callback( JSimpleXMLElement $this, mixed $args=array() ) function with each JSimpleXMLElement.
toString Return a well-formed XML string based on SimpleXML element

Importing[edit]

jimport( 'joomla.utilities.simplexml' );

[Edit See Also] Template:SeeAlso:JSimpleXMLElement

Examples[edit]

<CodeExamplesForm />