org.jfree.layouting.normalizer
public class ChainingNormalizer extends Object implements Normalizer
| Constructor Summary | |
|---|---|
| ChainingNormalizer(Normalizer normalizer) | |
| Method Summary | |
|---|---|
| void | addText(String text)
Adds text content to the current element.
|
| void | commitCalls() |
| void | endDocument()
Ends the document. |
| void | endElement()
Ends the current element. |
| Renderer | getRenderer()
Returns the renderer. |
| void | handlePageBreak(CSSValue pageName, PseudoPage[] pseudoPages) |
| State | saveState() |
| void | startDocument()
Start document is the first call to the normalizer. |
| void | startElement(String namespace, String tag, AttributeMap attributes)
Starts a new element. |
Parameters: text
Throws: NormalizationException IOException
Throws: NormalizationException IOException
Parameters: namespace tag
Throws: NormalizationException IOException
Returns:
Throws: NormalizationException IOException
Parameters: namespace tag attributes
Throws: NormalizationException IOException