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

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


   */
  protected void setupHtmlTags()
  {
    if ( htmlTags == null ) {
      htmlTags = new Hashtable< Object, XHtmlTagHandler >();
      htmlTags.put( HTML.Tag.A, new A());
      htmlTags.put( HTML.Tag.ADDRESS, new Address());
      htmlTags.put( HTML.Tag.APPLET, new XObjectTagHandler( HTML.Tag.APPLET ));
      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
View Full Code Here

TOP

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

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.