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

using Dom;

namespace MathML{
	
	/// <summary>
	/// The MathML mphantom tag.
	/// </summary>
	
	[Dom.TagName("mphantom")]
	public class MathPhantomElement:MathElement{
		
	}
	
}