代码搜索:DOM
找到约 10,000 项符合「DOM」的源代码
代码结果 10,000
www.eeworm.com/read/390106/8485349
htm ifattr.htm
Determining If an Attribute Was Supplied in a DOM Element (Java Developers Almanac Example)
www.eeworm.com/read/175176/9556430
dpr msdomview.dpr
program MSDOMView;
uses
Forms,
MSDOMView1 in 'MSDOMView1.pas' {frmXMLViewer};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'XML Viewer (MS DOM)';
Application.C
www.eeworm.com/read/175176/9556560
pas csxmldom.pas
unit CSXMLDOM;
{
Adapter for CUESoft XML for Delphi's XML DOM interfaces.
Written by Keith Wood (kbwood@iprimus.com.au)
Version 1.0 - 21 August 2002.
}
interface
uses
Windows,
www.eeworm.com/read/166568/10016082
java cdatautility.java
import org.w3c.dom.*;
public class CDATAUtility {
// Recursively descend the tree converting all CDATA sections
// to text nodes and merging them with adjacent text nodes.
public static void
www.eeworm.com/read/166568/10016283
java compactdomwriter.java
package org.w3c.dom.ls;
public interface DOMWriter {
public void setFeature(String name, boolean state)
throws DOMException;
public boolean canSetFeature(String name, boolean state);
pub
www.eeworm.com/read/166568/10016289
html index.html
Example Source Code from Chapter
12, The DOM Traversal Module of
Pro
www.eeworm.com/read/164583/10100652
py modhmmer.py
#module that reads HMMER file and converts it to XML
import sys,re,string,StringIO
from xml.dom import minidom
def gotoLine(f,res):
rematch = None
r = " "
while (rematch is None) and (r