Package net.xoetrope.builder.w3c.html.tags

Examples of net.xoetrope.builder.w3c.html.tags.Span


      htmlTags.put( HTML.Tag.PRE, new XFormatTagHandler( HTML.Tag.PRE ));
      htmlTags.put( HTML.Tag.SAMP, new XFormatTagHandler( HTML.Tag.SAMP ));
      htmlTags.put( HTML.Tag.SCRIPT, new Script());
      htmlTags.put( HTML.Tag.SELECT, new Select());
      htmlTags.put( HTML.Tag.SMALL, new XFormatTagHandler( HTML.Tag.SMALL ));
      htmlTags.put( HTML.Tag.SPAN, new Span());
      htmlTags.put( HTML.Tag.STRIKE, new XFormatTagHandler( HTML.Tag.STRIKE ));
      htmlTags.put( HTML.Tag.S, new XFormatTagHandler( HTML.Tag.S ));
      htmlTags.put( HTML.Tag.STRONG, new XFormatTagHandler( HTML.Tag.STRONG ));
      htmlTags.put( HTML.Tag.STYLE, new Style());
      htmlTags.put( HTML.Tag.SUB, new XFormatTagHandler( HTML.Tag.SUB ));
View Full Code Here

TOP

Related Classes of net.xoetrope.builder.w3c.html.tags.Span

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.