Document.hpp File Reference
#include <exml/internal/Element.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  exml::internal::Document
 

Namespaces

 exml
 

Macros

#define CREATE_ERROR(doc, data, pos, filePos, comment)
 

Detailed Description

Author
Edouard DUPIN
Note
License: APACHE v2.0 (see license file)

Macro Definition Documentation

§ CREATE_ERROR

#define CREATE_ERROR (   doc,
  data,
  pos,
  filePos,
  comment 
)
Value:
do { \
EXML_ERROR(comment); \
(doc).createError((data),(pos),(filePos),(comment)); \
} while (0)
comment node : <!– –>

Automatic create error on the basic Document object.

Parameters
[in]docDocument reference
[in]datamain string parsed
[in]posPosition in the file
[in]filePosposition in linre row in the file
[in]commentComment of the error find