|
OXID eShop CE
4.8.11
|
Inheritance diagram for oxUtilsXml:
Collaboration diagram for oxUtilsXml:Public Member Functions | |
| loadXml ($sXml, $oDomDocument=null) | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
XML document handler
Definition at line 6 of file oxutilsxml.php.
| oxUtilsXml::loadXml | ( | $sXml, | |
$oDomDocument = null |
|||
| ) |
Takes XML string and makes DOMDocument Returns DOMDocument or false, if it can't be loaded
| string | $sXml | XML as a string |
| DOMDocument | $oDomDocument | DOM handler |
Definition at line 18 of file oxutilsxml.php.