org.apache.fop.render.mif

Class RefElement

Known Direct 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

RefElement(String n)

Method Summary

MIFElement
lookupElement(Object key)

Methods inherited from class org.apache.fop.render.mif.MIFElement

addElement, finish, output, setValue

Constructor Details

RefElement

public RefElement(String n)

Method Details

lookupElement

public MIFElement lookupElement(Object key)

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.