Enumerations | |
enum | Symbol { None = -1, EndOfBlock = 0, NewElement = 1, KnownElement = 2, EndElement = 3, Comment = 4, PI = 5, Doctype = 6, XmlDecl = 7, CDATA = 8, Attributes = 11, EntityDecl = 14, NotationDecl = 15, Default = 16, StandaloneYes = 1, StandaloneNo = 2, StandaloneNotSpecified = 0, HasInternalSubsetYes = 1, HasInternalSubsetNo = 2, IsParameterEntityYes = 1, IsParameterEntityNo = 2, EmptyString = 18 } |
Enumeration of used structural symbols. More... |
|
Enumeration of used structural symbols.
Definition at line 54 of file xmlsimplemodel.h. |