wCMF
3.6
|
Go to the source code of this file.
Classes | |
class | NodeXMLMapper |
Variables | |
const | DATATYPE_DONTCARE 0 |
const | DATATYPE_ATTRIBUTE 1 |
const | DATATYPE_ELEMENT 2 |
const | DATATYPE_IGNORE 3 |
const | BUILDDEPTH_INFINITE -1 |
const | BUILDDEPTH_SINGLE -2 |
const | BUILDDEPTH_GROUPED -3 |
const | NEXTID_NODE 2 |
const DATATYPE_DONTCARE 0 |
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Some constants describing the data types
Definition at line 29 of file class.NodeXMLMapper.php.
const DATATYPE_ATTRIBUTE 1 |
Definition at line 30 of file class.NodeXMLMapper.php.
Referenced by NodeXMLMapper\create(), NodeXMLMapper\getNextInsertId(), NodeXMLMapper\parseStartTag(), and NodeXMLMapper\save().
const DATATYPE_ELEMENT 2 |
Definition at line 31 of file class.NodeXMLMapper.php.
Referenced by NodeXMLMapper\create(), and NodeXMLMapper\parseElement().
const DATATYPE_IGNORE 3 |
Definition at line 32 of file class.NodeXMLMapper.php.
const BUILDDEPTH_INFINITE -1 |
Some constants describing the build process
Definition at line 36 of file class.NodeXMLMapper.php.
Referenced by NodeXMLMapper\isDepthValid(), and NodeXMLMapper\startTransaction().
const BUILDDEPTH_SINGLE -2 |
Definition at line 37 of file class.NodeXMLMapper.php.
Referenced by NodeXMLMapper\getNextInsertId(), NodeXMLMapper\load(), and NodeXMLMapper\parseStartTag().
const BUILDDEPTH_GROUPED -3 |
Definition at line 38 of file class.NodeXMLMapper.php.
const NEXTID_NODE 2 |
Definition at line 41 of file class.NodeXMLMapper.php.
Referenced by NodeXMLMapper\getNextInsertId(), and NodeXMLMapper\save().