kiwi.ui
Interface MarkupProxyFactory


public interface MarkupProxyFactory

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

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.