using System; public enum XMLTokenType { None, Declaration, EntityElement, StartElement, EndElement, Attribute, Text, Entity }