代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/205824/5016277
c xpath.c
/*
* xpath.c: XML Path Language implementation
* XPath is a language for addressing parts of an XML document,
* designed to be used by both XSLT and XPointer
*
* Reference:
www.eeworm.com/read/202265/5052957
h xpath.h
/*
* Summary: XML Path Language implementation
* Description: API for the XML Path Language implementation
*
* XML Path Language implementation
* XPath is a language for addressing parts of
www.eeworm.com/read/191217/5167182
jj xpath.jj
/*
JavaCC Grammar for XSLT/XPath expressions (http://www.w3.org/TR/xpath)
Authors: Ingo Macherius, Gerald Huck
Refactoring and actions: Dmitri Plotnikov
www.eeworm.com/read/180137/5290032
c xpath.c
/* $Id: xpath.c,v 1.3 2003/03/01 22:45:38 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
Index Data Aps
This file is part of the Zebra server.
Zebra is free software; yo
www.eeworm.com/read/170577/5403280
tcl xpath.tcl
# xpath.tcl --
#
# Provides an XPath parser for Tcl,
# plus various support procedures
#
# Copyright (c) 2000-2003 Zveno Pty Ltd
#
# See the file "LICENSE" in this distribution for information on usag
www.eeworm.com/read/170577/5403316
tcl xpath.tcl
# xpath.tcl - Copyright (C) 2001 Pat Thoyts
#
# Provide a _SIGNIFICANTLY_ simplified version of XPath querying for DOM
# document objects. This might get expanded to
www.eeworm.com/read/169773/5410977
txt 查询(xpath).txt
using System;
using System.Xml.XPath;
namespace MyXPath
{
///
/// Class1 的摘要说明。
///
class Class1
{
///
/// 应用程序的主入口点。
///
[STAThread]
www.eeworm.com/read/163965/5503810
java xpath.java
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j;
import java.uti
www.eeworm.com/read/338072/3322905
h xpath.h
/*
* xpath.c: interface for XML Path Language implementation
*
* Reference: W3C Working Draft 5 July 1999
* http://www.w3.org/Style/XSL/Group/1999/07/xpath-19990705.html
*
* See COPYR
www.eeworm.com/read/338072/3322910
c xpath.c
/*
* xpath.c: XML Path Language implementation
* XPath is a language for addressing parts of an XML document,
* designed to be used by both XSLT and XPointer.
*
* Reference: W3C