






















|
| |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLValid Class Reference#include <XMLValidityCodes.hpp>
List of all members. Public Types
- enum Codes {
NoError = 0,
V_LowBounds = 1,
ElementNotDefined = 2,
AttNotDefined = 3,
NotationNotDeclared = 4,
RootElemNotLikeDocType = 5,
RequiredAttrNotProvided = 6,
ElementNotValidForContent = 7,
BadIDAttrDefType = 8,
InvalidEmptyAttValue = 9,
ElementAlreadyExists = 10,
MultipleIdAttrs = 11,
ReusedIDValue = 12,
IDNotDeclared = 13,
UnknownNotRefAttr = 14,
UndeclaredElemInDocType = 15,
EmptyNotValidForContent = 16,
AttNotDefinedForElement = 17,
BadEntityRefAttr = 18,
UnknownEntityRefAttr = 19,
NotEnoughElemsForCM = 20,
NoCharDataInCM = 21,
DoesNotMatchEnumList = 22,
AttrValNotName = 23,
NoMultipleValues = 24,
NotSameAsFixedValue = 25,
RepElemInMixed = 26,
V_HighBounds = 27,
W_LowBounds = 28,
W_HighBounds = 29,
E_LowBounds = 30,
E_HighBounds = 31
}
Public Methods
Static Public Methods
Detailed Description
Member Enumeration Documentation
Member Function Documentation
The documentation for this class was generated from the following file:
|
|
|