Uses of Interface
org.w3c.dom.CharacterData
-
Packages that use CharacterData 软件包 描述 javax.xml.soap 提供用于创建和构建SOAP消息的API。org.w3c.dom 提供文档对象模型(DOM)的接口。 -
-
Uses of CharacterData in javax.xml.soap
Subinterfaces of CharacterData in javax.xml.soap Modifier and Type 接口 描述 interface
Text
值为文本的节点的表示。 -
Uses of CharacterData in org.w3c.dom
Subinterfaces of CharacterData in org.w3c.dom Modifier and Type 接口 描述 interface
CDATASection
CDATA部分用于转义包含否则将被视为标记的字符的文本块。interface
Comment
该接口继承自CharacterData
并表示注释的内容,即所有字符之间的起始'<!
interface
Text
-