Copyright 2002 by aragost

com.aragost.html
Class Element

java.lang.Object
  |
  +--com.aragost.html.Element
Direct Known Subclasses:
ElementGroup, HtmlElement, Text

public abstract class Element
extends java.lang.Object


Constructor Summary
Element()
           
 
Method Summary
 boolean isCellLike()
          Check if the receiver is cell like.
 boolean isNowrap()
           
abstract  void writeTo(HtmlWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

writeTo

public abstract void writeTo(HtmlWriter writer)

isCellLike

public boolean isCellLike()
Check if the receiver is cell like. See implentation in FromElement.


isNowrap

public boolean isNowrap()

Copyright 2002 by aragost