org.hccp.atom
Class HtmlConstruct

java.lang.Object
  |
  +--org.hccp.atom.PlainTextConstruct
        |
        +--org.hccp.atom.HtmlConstruct
All Implemented Interfaces:
AtomTextConstruct

public class HtmlConstruct
extends PlainTextConstruct


Constructor Summary
HtmlConstruct()
           
 
Method Summary
 org.hccp.atom.Type getType()
           
 
Methods inherited from class org.hccp.atom.PlainTextConstruct
getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlConstruct

public HtmlConstruct()
Method Detail

getType

public org.hccp.atom.Type getType()