wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.NodeXMLMapper.php File Reference

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
 

Variable Documentation

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.

Id:
class.NodeXMLMapper.php 1462 2014-02-04 23:52:27Z iherwig

Some constants describing the data types

Definition at line 29 of file class.NodeXMLMapper.php.

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
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().