XML Components"

From Documentation
 
Line 3: Line 3:
 
This section describes how to use the [[ZUML Reference/ZUML/Languages/XML|XML component set]]. The XML component set is a special [[ZUML Reference/ZUML/Languages|component set]] used in a XML device. A XML device is a client that accepts XML output. You can ''not'' use it with [[ZUML Reference/ZUML/Languages/ZUL|ZUL]] or [[ZUML Reference/ZUML/Languages/XHTML|XHTML]].
 
This section describes how to use the [[ZUML Reference/ZUML/Languages/XML|XML component set]]. The XML component set is a special [[ZUML Reference/ZUML/Languages|component set]] used in a XML device. A XML device is a client that accepts XML output. You can ''not'' use it with [[ZUML Reference/ZUML/Languages/ZUL|ZUL]] or [[ZUML Reference/ZUML/Languages/XHTML|XHTML]].
  
For introductory please refer to [[ZK Developer's Reference/UI Patterns/XML Ouput|ZK Developer's Reference]].
+
For introduction please refer to [[ZK Developer's Reference/UI Patterns/XML Ouput|ZK Developer's Reference]].
  
 
Most of XML elements with the XML namespace are mapped to a general XML component (<javadoc>org.zkoss.zml.XmlNativeComponent</javadoc>) that will generate the element and all its attributes to the client directly.  However, the XML component set also provide some components for different functionality. We discuss them one-by-one in the following sections.
 
Most of XML elements with the XML namespace are mapped to a general XML component (<javadoc>org.zkoss.zml.XmlNativeComponent</javadoc>) that will generate the element and all its attributes to the client directly.  However, the XML component set also provide some components for different functionality. We discuss them one-by-one in the following sections.

Latest revision as of 02:41, 1 August 2011


XML Components

This section describes how to use the XML component set. The XML component set is a special component set used in a XML device. A XML device is a client that accepts XML output. You can not use it with ZUL or XHTML.

For introduction please refer to ZK Developer's Reference.

Most of XML elements with the XML namespace are mapped to a general XML component (XmlNativeComponent) that will generate the element and all its attributes to the client directly. However, the XML component set also provide some components for different functionality. We discuss them one-by-one in the following sections.


Subsections:




Last Update : 2011/08/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.