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

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


      htmlTags.put( HTML.Tag.P, new P());
      htmlTags.put( HTML.Tag.PARAM, new XDataTagHandler( HTML.Tag.PARAM ));
      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 ));
View Full Code Here

TOP

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

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.