代码搜索:DOM
找到约 10,000 项符合「DOM」的源代码
代码结果 10,000
www.eeworm.com/read/175176/9556305
pas cuedomview1.pas
unit CueDOMView1;
{
A generic viewer for XML documents.
Based on DOM interfaces using CUESoft's XML object model.
Requires CUEXml v2 package from CUESoft.
Copyright
www.eeworm.com/read/371177/9563437
cpp des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom
www.eeworm.com/read/362791/9980723
cpp des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom
www.eeworm.com/read/166568/10016307
java compactxpathresult.java
package org.w3c.dom.xpath;
public interface XPathResult {
public static final short ANY_TYPE = 0;
public static final short NUMBER_TYPE = 1;
public static
www.eeworm.com/read/166568/10016435
java compactdomexception.java
package org.w3c.dom;
public class DOMException extends RuntimeException {
public DOMException(short code, String message);
public short code;
public static final short INDEX_SIZE_ERR
www.eeworm.com/read/163192/10171668
java pageobject.java
package jaction.xml;
import java.util.*;
import org.w3c.dom.*; //Node
public class PageObject extends ActionParser{
private String id = "";
private String path = "";
private ArrayList
www.eeworm.com/read/163192/10171681
java actionobject.java
package jaction.xml;
import java.util.*;
import org.w3c.dom.*; //Node NodeList
public class ActionObject extends ActionParser{
private String id = "";
private String fcode = "";
privat
www.eeworm.com/read/355392/10270186
cpp des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom
www.eeworm.com/read/162364/10310861
cpp des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom
www.eeworm.com/read/279234/10452643
pl addpost.pl
#!perl
# Fig. 22.36: addPost.pl
# Adds a posting to a forum
use warnings;
use strict;
use CGI qw( :standard );
use XML::DOM;
use Fcntl qw( :flock );
if ( param( "submit" ) ) {
my ( $pa