API17

JSimpleXML

From Joomla! Documentation

Revision as of 15:57, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" 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:JSimpleXML

Defined in[edit]

libraries/joomla/utilities/simplexml.php

Subpackage[edit]

Utilities

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.
_characterData Handler function for the character data within a tag.
_endElement Handler function for the end of a tag.
_getStackLocation Gets the reference to the current direct parent.
_handleError Handles an XML parsing error.
_parse Start parsing an XML document.
_startElement Handler function for the start of a tag.
getParser Get the parser.
importDOM Get a object from a DOM node.
loadFile Interprets an XML file into an object.
loadString Interprets a string of XML into an object.
setParser Set the parser.

Importing[edit]

jimport( 'joomla.utilities.simplexml' );

See also[edit]

Template:SeeAlso:JSimpleXML [Edit See Also]

Examples[edit]

<CodeExamplesForm />