Class JXMLElement
Wrapper class for php SimpleXMLElement.
- SimpleXMLElement implements Traversable
- JXMLElement
Package: Joomla\Legacy\Utilities
Deprecated: 3.0 Use SimpleXMLElement instead.
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
Located at legacy/utilities/xmlelement.php
Deprecated: 3.0 Use SimpleXMLElement instead.
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
Located at legacy/utilities/xmlelement.php
Methods summary
public
string
|
|
public
string
|
#
asFormattedXml( boolean $compressed = false, string $indent = "\t", integer $level = 0 )
Return a well-formed XML string based on SimpleXML element |
Methods inherited from SimpleXMLElement
__construct()
,
__toString()
,
addAttribute()
,
addChild()
,
asXML()
,
attributes()
,
children()
,
count()
,
getDocNamespaces()
,
getName()
,
getNamespaces()
,
registerXPathNamespace()
,
saveXML()
,
xpath()