org.jfree.layouting.layouter.feed
public class DefaultInputFeed extends Object implements InputFeed
| Field Summary | |
|---|---|
| static int | DOCUMENT_FINISHED |
| static int | DOCUMENT_STARTING |
| static int | ELEMENT_ATTRIBUTES |
| static int | ELEMENT_CONTENT |
| static int | ELEMENT_EXPECTED |
| static int | ELEMENT_STARTED |
| static int | META_EXPECTED |
| static int | META_NODE_ATTRIBUTES |
| static int | META_NODE_START |
| static int | META_PROCESSING |
| Constructor Summary | |
|---|---|
| DefaultInputFeed(LayoutProcess process) | |
| protected | DefaultInputFeed(LayoutProcess process, boolean init) |
| Method Summary | |
|---|---|
| void | addContent(String text) |
| void | addDocumentAttribute(String name, Object attr) |
| 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() |
| Normalizer | getNormalizer() |
| protected LayoutProcess | getProcess() |
| protected int | getState() |
| void | handlePageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) |
| boolean | isPagebreakEncountered() |
| protected void | performAddContent(String text) |
| protected void | performAddDocumentAttribute(String name, Object attr) |
| protected void | performEndDocument() |
| protected void | performEndElement() |
| protected void | performEndMetaInfo() |
| protected void | performEndMetaNode() |
| protected void | performSetAttribute(String namespace, String name, Object attr) |
| protected void | performSetMetaNodeAttribute(String name, Object attr) |
| protected void | performStartDocument() |
| protected void | performStartElement(String namespace, String name) |
| protected void | performStartMetaInfo() |
| protected void | performStartMetaNode() |
| void | resetPageBreakFlag() |
| State | saveState() |
| void | setAttribute(String namespace, String name, Object attr) |
| void | setMetaNodeAttribute(String name, Object attr) |
| void | startDocument() |
| void | startElement(String namespace, String name) |
| void | startMetaInfo() |
| void | startMetaNode() |
Returns: