com.tootsville.rahab
Class Rahab.Span

java.lang.Object
  extended by com.tootsville.rahab.Rahab.Span
Enclosing class:
Rahab

public static class Rahab.Span
extends java.lang.Object

TODO: The documentation for this type (Span) is incomplete. (theys, Sep 24, 2009)

Author:
theys

Field Summary
 java.lang.String content
          TODO: document this field (theys, Sep 24, 2009) content (Span)
 java.lang.String styleName
          TODO: document this field (theys, Sep 24, 2009) styleName (Span)
 
Constructor Summary
Rahab.Span(java.lang.String newStyleName, java.lang.String content1)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

public java.lang.String content
TODO: document this field (theys, Sep 24, 2009) content (Span)


styleName

public java.lang.String styleName
TODO: document this field (theys, Sep 24, 2009) styleName (Span)

Constructor Detail

Rahab.Span

public Rahab.Span(java.lang.String newStyleName,
                  java.lang.String content1)
Parameters:
newStyleName - WRITEME
content1 - WRITEME