de.dante.extex.typesetter
Interface ParagraphObserver
- public interface ParagraphObserver
This interface describes the capability of a class to act as callback handler
to be invoked when a paragraph is complete.
- Version:
- $Revision: 1.3 $
- Author:
- Gerd Neugebauer
Method Summary |
void |
atParagraph(NodeList nodes)
Callback to be invoked when a paragraph is complete. |
atParagraph
public void atParagraph(NodeList nodes)
throws InterpreterException
- Callback to be invoked when a paragraph is complete.
- Parameters:
nodes
- the nodes of the paragraph
- Throws:
InterpreterException
- in case of an error