网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: XML DOM :: DOM ProcessingInstr

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XML DOM
DOM 节点
DOM 节点列表
DOM 解析
DOM 遍历节点树
DOM Mozilla 和 I..
DOM 获取节点
DOM 设置节点
DOM 删除节点
DOM 更换节点
DOM 建立节点
DOM 添加节点
DOM 克隆节点
DOM 节点类型
DOM Node
DOM NodeList
DOM NamedNodeMap
DOM Document
DOM DocumentType
DOM ProcessingIn..
DOM Element

DOM ProcessingInstr


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-29 修改:2007-10-17 浏览:3422 :: ::

The ProcessingInstruction object represents a processing instruction.
ProcessingInstruction[处理指令]对象表示一个处理指令。


The ProcessingInstruction object
ProcessingInstruction[处理指令]对象

The ProcessingInstruction object represents a processing instruction.
ProcessingInstruction[处理指令]对象表示一个处理指令。

A processing instruction is used as a way to keep processor-specific information in the text of the XML document.
处理指令用于维护XML文档文本中特定的处理器信息。

IE: Internet Explorer, F: Firefox[火狐], O: Opera, W3C: World Wide Web Consortium (Internet Standard) | 万维网联盟(国际标准)

ProcessingInstruction Object Properties
ProcessingInstruction[处理指令]对象

Property
属性
Description
描述
IE F O W3C
data Sets or returns the content of this processing instruction
设置或返回处理指令的内容
    No Yes
target Returns the target of this processing instruction
返回处理指令的目标
    No Yes

评论 (0) All