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

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


      htmlTags.put( HTML.Tag.BR, new Br());
      htmlTags.put( HTML.Tag.CAPTION, new XDataTagHandler( HTML.Tag.CAPTION ));
      htmlTags.put( HTML.Tag.CENTER, new Div( HTML.Tag.CENTER ));
      htmlTags.put( HTML.Tag.CITE, new XFormatTagHandler( HTML.Tag.CITE ));
      htmlTags.put( HTML.Tag.CODE, new XFormatTagHandler( HTML.Tag.CODE ));
      htmlTags.put( "col", new Col( "col" ));
      htmlTags.put( "colgroup", new Col( "colgroup" ));
      htmlTags.put( HTML.Tag.DD, new XDataTagHandler( HTML.Tag.DD ));
      htmlTags.put( HTML.Tag.DFN, new XFormatTagHandler( HTML.Tag.DFN ));
//      htmlTags.put( HTML.Tag.DIR, new Integer( XHtmlBuilder.DIR )); // Deprecated
      htmlTags.put( HTML.Tag.DIV, new Div( HTML.Tag.DIV ));
      htmlTags.put( HTML.Tag.DL, new XDataTagHandler( HTML.Tag.DL ));
View Full Code Here

TOP

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

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.