org.jfree.layouting.layouter.feed
public interface InputFeed extends StatefullComponent
Modifier and Type | Method and Description |
---|---|
void |
addContent(java.lang.String text) |
void |
addDocumentAttribute(java.lang.String name,
java.lang.Object attr)
Adds document attributes.
|
void |
endDocument() |
void |
endElement() |
void |
endMetaInfo() |
void |
endMetaNode() |
Normalizer |
getCurrentNormalizer()
Warning; This method is needed internally, mess with it from the outside
and you will run into trouble.
|
NamespaceCollection |
getNamespaceCollection() |
void |
handlePageBreakEncountered(CSSValue pageName,
PseudoPage[] pseudoPages) |
boolean |
isPagebreakEncountered() |
void |
resetPageBreakFlag() |
void |
setAttribute(java.lang.String namespace,
java.lang.String name,
java.lang.Object attr) |
void |
setMetaNodeAttribute(java.lang.String name,
java.lang.Object attr)
Defines an attribute for the meta-nodes.
|
void |
startDocument()
Starts the document processing.
|
void |
startElement(java.lang.String namespace,
java.lang.String name) |
void |
startMetaInfo()
Signals, that meta-data follows.
|
void |
startMetaNode()
Starts a new meta-node structure.
|
saveState
void startDocument() throws InputFeedException
InputFeedException
void startMetaInfo() throws InputFeedException
InputFeedException
void addDocumentAttribute(java.lang.String name, java.lang.Object attr) throws InputFeedException
name
- attr
- InputFeedException
void startMetaNode() throws InputFeedException
InputFeedException
void setMetaNodeAttribute(java.lang.String name, java.lang.Object attr) throws InputFeedException
name
- attr
- InputFeedException
void endMetaNode() throws InputFeedException
InputFeedException
void endMetaInfo() throws InputFeedException
InputFeedException
void startElement(java.lang.String namespace, java.lang.String name) throws InputFeedException
InputFeedException
void setAttribute(java.lang.String namespace, java.lang.String name, java.lang.Object attr) throws InputFeedException
InputFeedException
void addContent(java.lang.String text) throws InputFeedException
InputFeedException
void endElement() throws InputFeedException
InputFeedException
void endDocument() throws InputFeedException
InputFeedException
NamespaceCollection getNamespaceCollection()
void handlePageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
NormalizationException
boolean isPagebreakEncountered()
void resetPageBreakFlag()
Normalizer getCurrentNormalizer()