代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/116958/14947101
htm xpathmain.htm
XPath Visualiser Ver.1.4
var source = new ActiveXObject("MSXML2.DOMDocument");
var st
www.eeworm.com/read/205898/5014154
pm parser.pm
# $Id: Parser.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Parser;
use strict;
use vars qw/
$NCName
$QName
$NCWild
$QNWild
$NUMBER_RE
$N
www.eeworm.com/read/347990/3161055
svn-base predicate.java.svn-base
package minixpath;
import java.util.Enumeration;
import java.util.Vector;
import org.kxml2.kdom.Element;
/**
* @author Cosmin
*
* since I don't want to implement a full-blown xpath engin
www.eeworm.com/read/343014/3225560
groovy groovyrcv.groovy
import java.io.*;
import javax.xml.parsers.DocumentBuilderFactory;
import org.apache.xpath.XPathAPI;
import groovy.xml.*
import java.io.StringWriter;
import javax.xml.parsers.DocumentBuilder;
im
www.eeworm.com/read/338072/3323328
c testxpath.c
/*
* testXPath.c : a small tester program for XPath.
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
*/
#ifdef WIN32
#include "win32config.h"
#else
#include "confi
www.eeworm.com/read/447272/1706244
cs node.cs
using System;
using System.Collections;
using System.Xml;
using System.Xml.XPath;
namespace com.use.wfp.util
{
///
/// Node 的摘要说明。
///
public interface Node{
ILi
www.eeworm.com/read/411046/2195373
c testxpath.c
/*
* testXPath.c : a small tester program for XPath.
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
*/
#ifdef WIN32
#include "win32config.h"
#else
#include "confi
www.eeworm.com/read/252498/4403900
c testxpath.c
/*
* testXPath.c : a small tester program for XPath.
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
*/
#ifdef WIN32
#include "win32config.h"
#else
#include "confi
www.eeworm.com/read/192928/8264256
cs xmlserializersectionhandler.cs
using System;
using System.Configuration;
using System.Xml;
using System.Xml.Serialization;
using System.Xml.XPath;
using System.IO;
namespace Club.Framework.Util
{
public class XmlSerializ