Class Core_SimpleXMLElement
SimpleXMLElement
- SimpleXMLElement implements Traversable
-
Core_SimpleXMLElement
Package: HostCMS\Core
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at core/simplexmlelement.php
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at core/simplexmlelement.php
Methods summary
public
|
#
addChild( string $name, string $value = null, string $namespace = null )
Adds a child element to the node and returns a SimpleXMLElement of the child |
public
|
#
addAttribute( string $name, string $value = null, string $namespace = null )
Adds an attribute to the SimpleXML element |
Methods inherited from SimpleXMLElement
__construct(),
__toString(),
asXML(),
attributes(),
children(),
count(),
getDocNamespaces(),
getName(),
getNamespaces(),
registerXPathNamespace(),
saveXML(),
xpath()