|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.mif.MIFElement
public class MIFElement
The is the basis for MIF document elements. This enables the creation of the element and to write it to an output stream including sub-elements or a single value.
Field Summary | |
---|---|
protected boolean |
finish
true if finishing |
protected boolean |
finished
true if finished |
protected java.lang.String |
name
name |
protected boolean |
started
true if started |
protected java.util.List |
valueElements
value elements |
protected java.lang.String |
valueStr
value string |
Constructor Summary | |
---|---|
MIFElement(java.lang.String name)
|
Method Summary | |
---|---|
void |
addElement(MIFElement el)
|
void |
finish(boolean deep)
|
boolean |
output(java.io.OutputStream os,
int indent)
Output this element to an output stream. |
void |
setValue(java.lang.String str)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String valueStr
protected java.util.List valueElements
protected boolean started
protected boolean finish
protected boolean finished
Constructor Detail |
---|
public MIFElement(java.lang.String name)
name
- a nameMethod Detail |
---|
public void setValue(java.lang.String str)
str
- a string valuepublic void addElement(MIFElement el)
el
- an MIF elementpublic boolean output(java.io.OutputStream os, int indent) throws java.io.IOException
os
- output streamindent
- indentation
java.io.IOException
- if not caughtpublic void finish(boolean deep)
deep
- if true, also perform finish over value elements
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |