A comonent used to represent XML elements that are associated
with the inline namespace (http://www.zkoss.org/2005/zk/inline).
It contains the content that shall be sent directly to client.
It has three parts: prolog, children and epilog.
The prolog (
XmlNativeComponent.getPrologContent ) and epilog (
XmlNativeComponent.getEpilogContent )
are both
String .
When this component is renderred (
XmlNativeComponent.redraw ), it generates
the prolog first, the children and then the epilog.
author: tomyeh since: 3.0.0 |