com.dfki.peregrin.representation
Class BODYBit

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

public class BODYBit
extends RigidBit


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

BODYBit

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

BODYBit

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

isStartTag

public boolean isStartTag()