Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hexidec.ekit.component
Class ExtendedHTML  view ExtendedHTML download ExtendedHTML.java

java.lang.Object
  extended byjavax.swing.text.html.HTML
      extended bycom.hexidec.ekit.component.ExtendedHTML

public class ExtendedHTML
extends javax.swing.text.html.HTML

Constants used in the HTMLDocument. These are basically tag and attribute definitions.


Nested Class Summary
static class ExtendedHTML.ExtendedTag
          New Tags for Extended XHTML
 
Nested classes inherited from class javax.swing.text.html.HTML
javax.swing.text.html.HTML.Attribute, javax.swing.text.html.HTML.Tag, javax.swing.text.html.HTML.UnknownTag
 
Field Summary
 
Fields inherited from class javax.swing.text.html.HTML
NULL_ATTRIBUTE_VALUE
 
Constructor Summary
ExtendedHTML()
           
 
Methods inherited from class javax.swing.text.html.HTML
getAllAttributeKeys, getAllTags, getAttributeKey, getIntegerAttributeValue, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedHTML

public ExtendedHTML()