Enumerations | |
enum | Symbol { None = -1, EndOfBlock = 0, NewElement = 1, KnownElement = 2, EndElement = 3, Characters = 4, Comment = 1, PI = 2, CDATA = 3, NACK = 0, DifferentEdge = 0, XmlDecl = 2, Doctype = 3, Default = 5, EntityDecl = 6, NotationDecl = 7, StandaloneYes = 1, StandaloneNo = 2, StandaloneNotSpecified = 0, HasInternalSubsetYes = 1, HasInternalSubsetNo = 2, IsParameterEntityYes = 1, IsParameterEntityNo = 2, EmptyString = 8 } |
An enumeration of used structural symbols. More... |
The adaptive structural symbols are used by XmlAdaptiveModel to mark-up the XML structure in the compressed stream. Adaptive structural symbols occupy smaller range of values than simple structural symbols, because of the more intelligent behaviour of the adaptive model.
|
An enumeration of used structural symbols.
Definition at line 61 of file xmladaptivemodel.h. |