|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.layouting.normalizer.ChainingNormalizer
public class ChainingNormalizer
Creation-Date: 16.06.2006, 14:34:44
| Constructor Summary | |
|---|---|
ChainingNormalizer(Normalizer normalizer)
|
|
| Method Summary | |
|---|---|
void |
addText(java.lang.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(java.lang.String namespace,
java.lang.String tag,
AttributeMap attributes)
Starts a new element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainingNormalizer(Normalizer normalizer)
| Method Detail |
|---|
public void startDocument()
throws NormalizationException,
java.io.IOException
startDocument in interface NormalizerNormalizationException
java.io.IOException
public void commitCalls()
throws NormalizationException
NormalizationException
public void startElement(java.lang.String namespace,
java.lang.String tag,
AttributeMap attributes)
throws NormalizationException,
java.io.IOException
startElement in interface Normalizernamespace - tag - attributes -
NormalizationException
java.io.IOException
public void addText(java.lang.String text)
throws NormalizationException,
java.io.IOException
addText in interface Normalizertext -
NormalizationException
java.io.IOException
public void endElement()
throws NormalizationException,
java.io.IOException
endElement in interface Normalizernamespace - tag -
NormalizationException
java.io.IOException
public void endDocument()
throws NormalizationException,
java.io.IOException
endDocument in interface NormalizerNormalizationException
java.io.IOException
public void handlePageBreak(CSSValue pageName,
PseudoPage[] pseudoPages)
throws NormalizationException
handlePageBreak in interface NormalizerNormalizationException
public State saveState()
throws StateException
saveState in interface StatefullComponentStateExceptionpublic Renderer getRenderer()
getRenderer in interface Normalizer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||