package com.guit.client.dom.impl; public class TitleImpl extends ElementImpl implements com.guit.client.dom.Title { public TitleImpl() { super("title"); } }