Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

StructuralSymbols Namespace Reference

A namespace for structural symbols. More...


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...


Detailed Description

A namespace for structural symbols.

Enumeration Type Documentation

enum StructuralSymbols::Symbol
 

Enumeration of used structural symbols.

Enumeration values:
None  No symbol.
EndOfBlock  End of data block.
NewElement  Start of new (unknown) element.
KnownElement  Start of known element.
EndElement  End of element.
Comment  Comment data.
PI  Processing instruction.
Doctype  Document type declaration.
XmlDecl  XML declaration.
CDATA  Start or end of CDATA section.
Attributes  Start of the attribute section.
EntityDecl  The entity declaration.
NotationDecl  The notation declaration.
Default  The default data.
StandaloneYes  The document is standalone.
StandaloneNo  The document is not standalone.
StandaloneNotSpecified  The "standalone" flag was not specified.
HasInternalSubsetYes  The DTD has an internal subset.
HasInternalSubsetNo  The DTD hasn't an internal subset.
IsParameterEntityYes  The entity is a parameter entity.
IsParameterEntityNo  The entity is not a parameter entity.
EmptyString  The empty string.

Definition at line 54 of file xmlsimplemodel.h.


Generated on Wed Feb 5 10:43:07 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002