代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/493646/1164492
js xpath.js
function getXPath(node, path) {
path = path || [];
if(node.parentNode) {
path = getXPath(node.parentNode, path);
}
if(node.previousSibling) {
var count = 1;
www.eeworm.com/read/480023/1323238
java xpath.java
/*--
$Id: XPath.java,v 1.17 2007/11/10 05:29:02 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, wi
www.eeworm.com/read/476776/1366715
java xpath.java
/*--
$Id: XPath.java,v 1.17 2007/11/10 05:29:02 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary fo
www.eeworm.com/read/242732/4537539
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/242732/4537586
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/233448/4688578
java xpath.java
/* XPath.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/216802/4881368
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/216802/4881418
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/214350/4908870
java xpath.java
package org.jaxen;
/*
$Id: XPath.java,v 1.12 2006/06/03 20:07:37 elharo Exp $
Copyright 2003 The Werken Company. All Rights Reserved.
Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/205824/5016230
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