码迷,mamicode.com
首页 > 移动开发 > 详细

xmlns:android="http://schemas.android.com/apk/res/android" 是什么意思?

时间:2016-06-23 12:32:57      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

声明xml命名空间。xmlns意思为“xml namespace”.冒号后面是给这个引用起的别名。
schemas是xml文档的两种约束文件其中的一种,规定了xml中有哪些元素(标签)、元素有哪些属性及各元素的关系,当然从面向对象的角度理解schemas文件可以认为它是被约束的xml文档的“类”或称为“模板”。


xmlns:android="http://schemas.android.com/apk/res/android" 是什么意思?

标签:

原文地址:http://www.cnblogs.com/prescheng/p/5609915.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!