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

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


      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 ));
      htmlTags.put( HTML.Tag.SUP, new XFormatTagHandler( HTML.Tag.SUP ));
      htmlTags.put( HTML.Tag.TABLE, new Table());
      htmlTags.put( HTML.Tag.TD, new Td( HTML.Tag.TD ));
      htmlTags.put( HTML.Tag.TEXTAREA, new TextArea());
View Full Code Here

TOP

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

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.