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(kiwi.ui.SGMLElement element)
Return a MarkupProxy appropriate for rendering an element. |
getMarkupProxy
public MarkupProxy getMarkupProxy(kiwi.ui.SGMLElement element)
- Return a
MarkupProxy
appropriate for rendering an element.
- Parameters:
element
- The SGMLElement
to create a proxy for.