Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.layouter.feed.DefaultInputFeed
Field Summary | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
void | |
void | |
void | |
void | |
Normalizer |
|
NamespaceCollection | |
Normalizer | |
protected LayoutProcess | |
protected int |
|
void |
|
boolean | |
protected void |
|
protected void |
|
protected void | |
protected void | |
protected void | |
protected void | |
protected void |
|
protected void |
|
protected void | |
protected void |
|
protected void | |
protected void | |
void | |
State | |
void |
|
void |
|
void | |
void |
|
void | |
void |
public static final int DOCUMENT_FINISHED
- Field Value:
- 9
public static final int DOCUMENT_STARTING
- Field Value:
- 0
public static final int ELEMENT_ATTRIBUTES
- Field Value:
- 7
public static final int ELEMENT_CONTENT
- Field Value:
- 8
public static final int ELEMENT_EXPECTED
- Field Value:
- 5
public static final int ELEMENT_STARTED
- Field Value:
- 6
public static final int META_EXPECTED
- Field Value:
- 1
public static final int META_NODE_ATTRIBUTES
- Field Value:
- 4
public static final int META_NODE_START
- Field Value:
- 3
public static final int META_PROCESSING
- Field Value:
- 2
public final void addContent(String text) throws InputFeedException
- Specified by:
- addContent in interface InputFeed
public final void addDocumentAttribute(String name, Object attr)
- Specified by:
- addDocumentAttribute in interface InputFeed
public final void endDocument() throws InputFeedException
- Specified by:
- endDocument in interface InputFeed
public final void endElement() throws InputFeedException
- Specified by:
- endElement in interface InputFeed
public final void endMetaInfo() throws InputFeedException
- Specified by:
- endMetaInfo in interface InputFeed
public Normalizer getCurrentNormalizer()
Warning; This method is needed internally, mess with it from the outside and you will run into trouble. The normalizer is a statefull component and any call to it may mess up the state. From there on, 'Abandon every hope, ye who enter here'.
- Specified by:
- getCurrentNormalizer in interface InputFeed
- Returns:
public NamespaceCollection getNamespaceCollection()
- Specified by:
- getNamespaceCollection in interface InputFeed
protected int getState()
public void handlePageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
- Specified by:
- handlePageBreakEncountered in interface InputFeed
public boolean isPagebreakEncountered()
- Specified by:
- isPagebreakEncountered in interface InputFeed
protected void performAddContent(String text) throws InputFeedException, IOException, NormalizationException
protected void performAddDocumentAttribute(String name, Object attr)
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()
public void resetPageBreakFlag()
- Specified by:
- resetPageBreakFlag in interface InputFeed
public State saveState() throws StateException
- Specified by:
- saveState in interface StatefullComponent
public final void setAttribute(String namespace, String name, Object attr)
- Specified by:
- setAttribute in interface InputFeed
public final void setMetaNodeAttribute(String name, Object attr)
- Specified by:
- setMetaNodeAttribute in interface InputFeed
public final void startElement(String namespace, String name) throws InputFeedException
- Specified by:
- startElement in interface InputFeed