|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
public abstract class AbstractDocumentHandler
Abstract class for document handler IDocumentHandler.
| Field Summary | |
|---|---|
protected StringWriter |
writer
|
| Constructor Summary | |
|---|---|
AbstractDocumentHandler()
|
|
| Method Summary | |
|---|---|
protected void |
doEndOrderedList()
|
protected void |
doEndUnorderedList()
|
protected void |
doStartOrderedList()
|
protected void |
doStartUnorderedList()
|
void |
endOrderedList()
End ordered list. |
void |
endUnorderedList()
End unordered list. |
protected int |
getCurrentListIndex()
|
protected boolean |
getCurrentListOrder()
|
void |
handleString(String s)
Text content. |
void |
startOrderedList()
Start ordered list. |
void |
startUnorderedList()
Start unordered list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler |
|---|
endBold, endDocument, endItalics, endListItem, endParagraph, startBold, startDocument, startItalics, startListItem, startParagraph |
| Field Detail |
|---|
protected final StringWriter writer
| Constructor Detail |
|---|
public AbstractDocumentHandler()
| Method Detail |
|---|
public void handleString(String s)
IDocumentHandler
handleString in interface IDocumentHandlerpublic String toString()
toString in class Objectpublic final void startOrderedList()
IDocumentHandler
startOrderedList in interface IDocumentHandlerpublic final void endOrderedList()
IDocumentHandler
endOrderedList in interface IDocumentHandlerpublic final void startUnorderedList()
IDocumentHandler
startUnorderedList in interface IDocumentHandlerpublic final void endUnorderedList()
IDocumentHandler
endUnorderedList in interface IDocumentHandlerprotected boolean getCurrentListOrder()
protected int getCurrentListIndex()
protected void doEndUnorderedList()
protected void doEndOrderedList()
protected void doStartUnorderedList()
protected void doStartOrderedList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||