org.jsxp.framework.internal
Interface ProxyElement


public interface ProxyElement

The Interface ProxyElement. Used only internally by the jsxp framework to get real elements from their corresponding proxy elements. Needed to support different element implementations (e.g. the default DOM-implementation).


Method Summary
 InternalElement getRealElement()
          Gets the real element.
 

Method Detail

getRealElement

InternalElement getRealElement()
Gets the real element.

Returns:
the real element


Copyright © 2012 Oliver Szymanski & David Tanzer