org.jfree.layouting.normalizer.content
public final class RecordingContentNormalizer extends ChainingComponent implements Normalizer
Constructor Summary | |
---|---|
RecordingContentNormalizer() |
Method Summary | |
---|---|
void | addText(String text)
Adds text content to the current element.
|
void | clear() |
void | endDocument()
Ends the document. |
void | endElement()
Ends the current element. |
int | getElementDepth() |
Renderer | getRenderer()
Returns the renderer. |
StyleResolver | getStyleResolver() |
String | getText() |
void | handlePageBreak(CSSValue pageName, PseudoPage[] pseudoPages) |
protected void | invoke(Object target, int methodId, Object params) |
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