kiwi.ui
Interface MarkupProxyFactory


public abstract interface MarkupProxyFactory

This class defines a markup proxy; an object that generates MarkupProxy objects appropriate for rendering given SGMLElement objects.

Version:
1.0 (05/98)
Author:
Mark Lindner, PING Software Group

Method Summary
 MarkupProxy getMarkupProxy(SGMLElement element)
          Return a MarkupProxy appropriate for rendering an element.
 

Method Detail

getMarkupProxy

public MarkupProxy getMarkupProxy(SGMLElement element)
Return a MarkupProxy appropriate for rendering an element.
Parameters:
element - The SGMLElement to create a proxy for.