const unsigned int pugi::parse_comments = 0x0002

This flag determines if comments (nodes with type node_comment; such nodes have the form of in XML) are to be put in DOM tree. If this flag is off, they are not put in the tree, but are still parsed and checked for correctness.

The corresponding node in DOM tree will have type node_comment, empty name and value "content".

This flag is off by default.


Generated on Sun Jun 14 16:32:16 2009 for libzzub by  doxygen 1.5.7.1