Package org.apache.fop.render.mif
Class RefElement
- java.lang.Object
-
- org.apache.fop.render.mif.MIFElement
-
- org.apache.fop.render.mif.RefElement
-
- Direct Known Subclasses:
PGFElement
,RulingElement
public class RefElement extends MIFElement
Reference MIF Element. This element is a lookup reference set that contains a list of resources used in the MIF Document. When a lookup is performed it will either create a new element or return an existing element that is valid. THe key depends on the type of reference, it should be able to uniquely identify the element.
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.mif.MIFElement
finish, finished, name, started, valueElements, valueStr
-
-
Constructor Summary
Constructors Constructor Description RefElement(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MIFElement
lookupElement(java.lang.Object key)
-
Methods inherited from class org.apache.fop.render.mif.MIFElement
addElement, finish, output, setValue
-
-
-
-
Constructor Detail
-
RefElement
public RefElement(java.lang.String name)
- Parameters:
name
- a name- See Also:
MIFElement(String)
-
-
Method Detail
-
lookupElement
public MIFElement lookupElement(java.lang.Object key)
- Parameters:
key
- a key- Returns:
- an mif element
-
-