//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright © 2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

using System;
using Dom;
using PowerUI;


namespace MathML{
	
	/// <summary>
	/// A math element which represents renderable text.
	/// </summary>
	[MathNamespace]
	[Dom.TagName("TextNode")]
	public class MathTextNode:RenderableTextNode{
		
	}
	
}