软件包 | 描述 |
---|---|
org.w3c.dom |
提供的文档对象模型(DOM)接口是一组API的
Java API for XML Processing。
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDATASection
CDATA节用来逃避文本包含字符,否则将被视为标记。
|
interface |
Comment
这个接口继承
CharacterData 代表评论,即内容,所有的开始和结束的
<!--
--> 之间的人物。
|
interface |
Text
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.