Home   |   Products   |   Documentation
 

dev net revision
29 July 2008
 

 
 

GetElemFlags Method

int CMarkup::GetElemFlags() const;

This function returns the "custom user" and "public" flags of the current main position element. See the SetElemFlags method for details of the "custom user" flags.

The public element bit flags are set for non-well-formed problems during parsing. The MNF_NONENDED bit flag indicates an element is regarded as non-ended, i.e. no end tag was found where expected (see Containment Hierarchy). The MNF_ILLDATA bit flag means that while the element's start and end tags may have been parsed as correct, the element contains badly formed data in its content such as an unrecognized tag.

 
 

Question or comment about this article?

©Copyright 2008 First Objective Software, Inc. All rights reserved.