Uses of Interface
org.w3c.dom.ProcessingInstruction
-
Packages that use ProcessingInstruction 软件包 描述 org.w3c.dom 提供文档对象模型(DOM)的接口。 -
-
Uses of ProcessingInstruction in org.w3c.dom
Methods in org.w3c.dom that return ProcessingInstruction Modifier and Type 方法 描述 ProcessingInstruction
Document. createProcessingInstruction(String target, String data)
创建指定名称和数据字符串的ProcessingInstruction
节点。
-