|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Normalizer
The normalizer is the first stage of the content processing. A normalizer is responsible for auto-generating content and for assigning styles to the logical document tree.
| Method Summary | |
|---|---|
void |
addText(java.lang.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(java.lang.String namespace,
java.lang.String tag,
AttributeMap attributes)
Starts a new element. |
| Methods inherited from interface org.jfree.layouting.StatefullComponent |
|---|
saveState |
| Method Detail |
|---|
void startDocument()
throws NormalizationException,
java.io.IOException
NormalizationException
java.io.IOException
void startElement(java.lang.String namespace,
java.lang.String tag,
AttributeMap attributes)
throws NormalizationException,
java.io.IOException
namespace - tag - attributes -
NormalizationException
java.io.IOException
void addText(java.lang.String text)
throws NormalizationException,
java.io.IOException
text -
NormalizationException
java.io.IOException
void endElement()
throws NormalizationException,
java.io.IOException
namespace - tag -
NormalizationException
java.io.IOException
void endDocument()
throws NormalizationException,
java.io.IOException
NormalizationException
java.io.IOException
void handlePageBreak(CSSValue pageName,
PseudoPage[] pseudoPages)
throws NormalizationException
NormalizationExceptionRenderer getRenderer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||