org.jfree.layouting.normalizer.content
public interface Normalizer extends StatefullComponent
| Method Summary | |
|---|---|
| void | addText(String text)
Adds text content to the current element.
|
| void | endDocument()
Ends the document. |
| void | endElement()
Ends the current element. |
| Renderer | getRenderer()
Returns the renderer. |
| void | handlePageBreak(CSSValue pageName, PseudoPage[] pseudoPages) |
| 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