代码搜索:XPath

找到约 1,192 项符合「XPath」的源代码

代码结果 1,192
www.eeworm.com/read/390812/2524482

java xpathnsresolverimpl.java

package org.xbrlapi.data.dom; /** * Implements the namespace resolver for the Xalan XPath functionality * available as part of the DOM data store. * * The class provides an implementation of XPa
www.eeworm.com/read/390812/2524704

java xpathnsresolverimpl.java

package org.xbrlapi.data.dom; /** * Implements the namespace resolver for the Xalan XPath functionality * available as part of the DOM data store. * * The class provides an implementation of XPa
www.eeworm.com/read/159876/5579934

properties xpatherrorresources.properties

# This file contains error and warning messages related to XPath Error Handling. # Many of the messages are referenced by integer value (to avoid more strings in the # class files) and the string k
www.eeworm.com/read/156194/5612133

java xpathtool.java

/* * XPathTool.java - Util for evaluating XPath expressions * * Copyright (C) 2003 Robert McKinnon * * This program is free software; you can redistribute it and/or * modify it under the terms o
www.eeworm.com/read/266600/11217132

js eventhandlers.js

function UpdatePWDInputInvert(strParam) { var DevEditor = PS.GetDeviceEditor(); var xmlDOM = PS.GetXMLDOM(); xmlDOM.setProperty("SelectionLanguage","XPath"); xmlDOM.loadXML(strPa
www.eeworm.com/read/166568/10016303

java compactxpathexpression.java

package org.w3c.dom.xpath; public interface XPathExpression { public XPathResult evaluate(Node contextNode, short type, XPathResult result) throws XPathException, DOMException; }
www.eeworm.com/read/279804/10392634

js 13.js

/* * Expand any templates at or beneath element e. * If any of the templates use XPath expressions with namespaces, pass * a prefix-to-URL mapping as the second argument as with XML.XPathExpression
www.eeworm.com/read/191759/5162566

js prototype.js

var Prototype = {Version:"1.5.0", BrowserFeatures:{XPath:!!document.evaluate}, ScriptFragment:"(?:)((\n|\r|.)*?)(?:)", emptyFunction:function () {}, K:function (x) {return x;}};var
www.eeworm.com/read/170577/5403337

tcl xmlswitch.tcl

# xmlswitch.tcl -- # # This file implements a control structure for Tcl. # 'xmlswitch' iterates over an XML document. Features in # the document may be specified using XPath location paths, # and the
www.eeworm.com/read/223154/14652095

todo

TODO LIST --------- + Allow to parse an XML string rather than only an XML file - Better compliance with DOM specifications. - Better implementation of XPath (handle attributes) - Modify save t