代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/364251/7076003
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/364251/7076032
c testc14n.c
/*
* Canonical XML implementation test program
* (http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
*
* See Copyright for the status of this software.
*
* Author: Aleksey Sanin
www.eeworm.com/read/447298/7554779
c testc14n.c
/*
* Canonical XML implementation test program
* (http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
*
* See Copyright for the status of this software.
*
* Author: Aleksey Sanin
www.eeworm.com/read/446648/7572755
cs webconfigtool.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.Web;
namespace MemberServerBLL
{
public class WebConfigTool
{
public stati