首页 相关文章 XSL函数介绍(3)

XSL函数介绍(3)

  十四、nodeName

  含义:返回元素、属性、入口的名字或其他类型结点的一个特定字符串

  语法:pNode.nodeName

  示例:当前结点的名字

  this.nodeName

  十五、nodeType、NodeTypeString

  含义:返回结点的类型的数值形式(或字符串形式)

  语法:pNode.nodeType或pNode.nodeTypeString

  返回值:

  结点类型
结点类型编号 结点类型字符串

  元素
1
"element"

  元素属性
2
"attribute"

  Markup-Delimited Region of Text
3
"text"

  Processing Instruction
7
"processing_instruction"

  Comment
8
"comment"

  Document Entity
[ 查看全文 ]

2016-02-19 标签:

XSL函数介绍(3)的相关文章

手机页面
收藏网站 回到头部