com.dfki.peregrin.representation
Class HTMLBit

java.lang.Object
  |
  +--com.dfki.peregrin.representation.RigidBit
        |
        +--com.dfki.peregrin.representation.HTMLBit
All Implemented Interfaces:
PageBitInterface

public class HTMLBit
extends RigidBit


Constructor Summary
HTMLBit(java.lang.String text, boolean start)
           
HTMLBit(java.lang.StringBuffer text, boolean start)
           
 
Method Summary
 boolean isStartTag()
           
 
Methods inherited from class com.dfki.peregrin.representation.RigidBit
contentToString, contentToStringBuffer, length, tagNo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBit

public HTMLBit(java.lang.StringBuffer text,
               boolean start)

HTMLBit

public HTMLBit(java.lang.String text,
               boolean start)
Method Detail

isStartTag

public boolean isStartTag()