码迷,mamicode.com
首页 > 编程语言 > 详细

java APIs for xml --------dom(1)

时间:2016-05-18 17:24:17      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

# Java API for XML Processing (JAXP)
# Study Note of JAVA Tutorial
# victor
# 2016.05.17

Document Object Model APIs

node(subclass)nodeNamenodeValueattributes
Attr same as Attr.name same as Attr.value null
CDATASection "#cdata-section" same as CharacterData.data, the content of the CDATA Section null
Comment "#comment" same as CharacterData.data, the content of the comment null
Document "#document" null null
DocumentFragment "#document-fragment" null null
DocumentType same as DocumentType.name null null
Element same as Element.tagName null NamedNodeMap
Entity entity name null null
EntityReference name of entity referenced null null
Notation notation name null null
ProcessingInstruction same as ProcessingInstruction.target same as ProcessingInstruction.data null
Text "#text" same as CharacterData.data, the content of the text node null

java APIs for xml --------dom(1)

标签:

原文地址:http://www.cnblogs.com/ct-blog/p/5500444.html

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