Each file begins with a simple declaration of what package it belongs to, and each file can import the packages it USES.
每个文件开头都会声明它属于哪一个包,每个文件也可以引入它所用到的包。
As illustrated in the previous articles, the SDO package name for an XSD is determined from the targetNamespace declaration of the schema definition (Figure 3).
正如上一篇文章图示的那样,XSD 的 SDO 包名是由 schema 定义中的 targetNamespace 声明来决定的(图 3)。
Lines 1 through 10: package, import, and class declaration statements.
第1至10行:package、import和class声明语句。
应用推荐