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

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


      htmlTags.put( HTML.Tag.AREA, new XDataTagHandler( HTML.Tag.AREA ));
      htmlTags.put( HTML.Tag.B, new XFormatTagHandler( HTML.Tag.B ));
//      htmlTags.put( HTML.Tag.BASE, new Integer( XHtmlBuilder.BASE ));  // Deprecated
      htmlTags.put( HTML.Tag.BASEFONT, new BaseFont());
      htmlTags.put( HTML.Tag.BIG, new XFormatTagHandler( HTML.Tag.BIG ));
      htmlTags.put( HTML.Tag.BLOCKQUOTE, new BlockQuote());
      htmlTags.put( HTML.Tag.BODY, new XStructuralTagHandler( HTML.Tag.BODY ));
      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 ));
View Full Code Here

TOP

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

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.