OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxUtilsXml Class Reference
+ 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

Detailed Description

XML document handler

Definition at line 6 of file oxutilsxml.php.

Member Function Documentation

oxUtilsXml::loadXml (   $sXml,
  $oDomDocument = null 
)

Takes XML string and makes DOMDocument Returns DOMDocument or false, if it can't be loaded

Parameters
string$sXmlXML as a string
DOMDocument$oDomDocumentDOM handler
Returns
DOMDocument|bool

Definition at line 18 of file oxutilsxml.php.


The documentation for this class was generated from the following file: