代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/196467/8090537
cc splashclip.cc
//========================================================================
//
// SplashClip.cc
//
//========================================================================
#include
#ifdef
www.eeworm.com/read/135973/13881524
h xpathfinder.h
#pragma once
#include "XPath.h"
#include "XMapCtrl.h"
class XPathFinder
{
public:
XPathFinder();
virtual ~XPathFinder();
public:
XStations stations;
XLines lines;
public:
vect
www.eeworm.com/read/148359/5715557
py xpathext.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
def foo(ctx, x):
return x + 1
def bar(ctx, x):
return "%d" % (x + 2)
doc = libxml2.parseFile("
www.eeworm.com/read/148359/5715566
py tstxpath.py
#!/usr/bin/python -u
import sys
import libxml2
#memory debug specific
libxml2.debugMemory(1)
called = ""
def foo(ctx, x):
global called
#
# test that access to the XPath evaluation con
www.eeworm.com/read/147872/5719409
list index.list
JarIndex-Version: 1.0
esheetxml.jar
org/w3c/dom/css
org/apache/xalan/res
org/apache/xerces/dom3
org/w3c/dom/xpath
javax/xml
org/apache/xalan/templates
org/apache/xerces
org/apache/xerces/im
www.eeworm.com/read/144212/5752740
c makepath.c
/* makepath.c - glue PATH and DIR together into a full pathname. */
/* Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/138548/5815428
pm literal.pm
# $Id: Literal.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Literal;
use XML::XPath::Boolean;
use XML::XPath::Number;
use strict;
use overload
'""' => \&value,
'cmp' => \&cmp;
sub n