代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/420697/2067177
java filterexpriterator.java
package org.apache.xpath.axes;
import java.util.Vector;
import org.apache.xml.dtm.DTM;
import org.apache.xpath.Expression;
import org.apache.xpath.ExpressionOwner;
import org.apache.xpath.XPathVisit
www.eeworm.com/read/447298/7554722
xml examples.xml
Evaluate XPath expression and prints result node set.
Shows how to evaluate XPath expression and register known namespa
www.eeworm.com/read/473357/6851516
xml examples.xml
Evaluate XPath expression and prints result node set.
Shows how to evaluate XPath expression and register known namespa
www.eeworm.com/read/205898/5014148
pm builder.pm
# $Id: Builder.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Builder;
use strict;
# to get array index constants
use XML::XPath::Node;
use XML::XPath::Node::Element;
use XML::XPath::Node:
www.eeworm.com/read/271797/4223165
cs class1.cs
using System;
using System.Xml;
namespace XPath_Query
{
///
/// 使用XPath,结合SelectNodes方法检索节点
///
class T
{
///
/// 使用XPath,结合SelectNodes方法检索节点
///
www.eeworm.com/read/420697/2067019
java xunresolvedvariablesimple.java
package org.apache.xalan.templates;
import javax.xml.transform.TransformerException;
import org.apache.xpath.Expression;
import org.apache.xpath.XPathContext;
import org.apache.xpath.objects.XObject;
www.eeworm.com/read/205898/5014146
pm boolean.pm
# $Id: Boolean.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Boolean;
use XML::XPath::Number;
use XML::XPath::Literal;
use strict;
use overload
'""' => \&value,
'' => \&cmp;
sub Tr
www.eeworm.com/read/205898/5014152
pm number.pm
# $Id: Number.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Number;
use XML::XPath::Boolean;
use XML::XPath::Literal;
use strict;
use overload
'""' => \&value,
'0+' => \&va