XmlTokenizer sealed class XmlTokenizer : BaseTokenizer Performs the tokenization of the source code. Most of the information is taken from http://www.w3.org/TR/REC-xml/. Documentation Code public XmlTokenizer(TextSource source, IEventAggregator events, IEntityService resolver) Creates a new tokenizer for XML documents. public XmlToken Get() Gets the next available token.