代码搜索:DOM
找到约 10,000 项符合「DOM」的源代码
代码结果 10,000
www.eeworm.com/read/376028/9337478
js layerlib.js
/* layerlib.js: Simple Layer library with basic
compatibility checking */
/* detect objects */
var layerobject = ((document.layers) ? (true) : (false));
var dom = ((document.getElementById)
www.eeworm.com/read/166568/10016084
java compactdocumenttype.java
package org.w3c.dom;
public interface DocumentType extends Node {
public String getName();
public NamedNodeMap getEntities();
public NamedNodeMap getNotations();
public String
www.eeworm.com/read/166568/10016107
java attributeutility.java
import org.w3c.dom.*;
public class AttributeUtility {
// Recursively descend the tree replacing all unspecified
// attributes with specified attributes
public static void specifyAttributes(No
www.eeworm.com/read/166568/10016290
java compacttreewalker.java
package org.w3c.dom.traversal;
public interface TreeWalker {
public Node getRoot();
public int getWhatToShow();
public NodeFilter getFilter();
public boolean getExpandEntit
www.eeworm.com/read/166568/10016293
java compactnodeiterator.java
package org.w3c.dom.traversal;
public interface NodeIterator {
public Node getRoot();
public int getWhatToShow();
public NodeFilter getFilter();
public boolean getE
www.eeworm.com/read/166568/10016303
java compactxpathexpression.java
package org.w3c.dom.xpath;
public interface XPathExpression {
public XPathResult evaluate(Node contextNode, short type,
XPathResult result) throws XPathException, DOMException;
}
www.eeworm.com/read/350589/10729964
m func_spiht_dec.m
function m = func_SPIHT_Dec(in)
% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% Decoder
%
% input: in : bit stream
%
% output: m : reconstructed image in wavelet dom
www.eeworm.com/read/470729/6906762
cpp tokenizer.cpp
/*
* This file is part of the DOM implementation for KDE.
*
* Copyright (C) 2003 Lars Knoll (knoll@kde.org)
*
*
* This library is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/470729/6906779
cpp html_block.cpp
/**
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the t