com.dfki.peregrin.representation
Class DisplaySensitiveBit

java.lang.Object
  |
  +--com.dfki.peregrin.representation.RigidBit
        |
        +--com.dfki.peregrin.representation.DisplaySensitiveBit
All Implemented Interfaces:
PageBitInterface
Direct Known Subclasses:
ABit

public class DisplaySensitiveBit
extends RigidBit


Constructor Summary
DisplaySensitiveBit(java.lang.String text, boolean start)
           
DisplaySensitiveBit(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

DisplaySensitiveBit

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

DisplaySensitiveBit

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

isStartTag

public boolean isStartTag()