【发布时间】:2012-05-08 11:46:16
【问题描述】:
我想知道 Google 是否准备好发布(或者至少有机会“生产”)GWT UIBinder 的完整正式 xml 架构。
我搜索了最新的整个 GWT-SDK-2.4 发行版,但一无所获。 GWT 是否只是查找 java 源代码或反映小部件的类来验证 UIBinder xml 对应项,假设 xml 模式实际上从未被预定义因此被采用来管理验证?
@EDIT
根据@Ganesh Kumar 的回答,我查看了ui.xsd (r6836) 并发现了一些东西,例如在第 496-499 行:
<!--
A complex type that contains both text and elements. There is no schema
for the elements, they can be any elements.
-->
还有其他类似的事件表明no schema for the elements 类似。似乎 Google 还没有定义 fully 甚至就 UIBinder xml 实例的 xml 架构达成一致,不是吗?
【问题讨论】: