代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/138548/5815430
pm function.pm
# $Id: Function.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Function;
use XML::XPath::Number;
use XML::XPath::Literal;
use XML::XPath::Boolean;
use XML::XPath::NodeSet;
use XML::XPath::No
www.eeworm.com/read/138548/5815434
pm comment.pm
# $Id: Comment.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Comment;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::CommentImpl;
use vars q
www.eeworm.com/read/138548/5815437
pm text.pm
# $Id: Text.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Text;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::TextImpl;
use vars qw/@ISA/;
www.eeworm.com/read/111036/6160218
xtp index.xtp
XPath introduction
Find a node in an XML tree
Select
www.eeworm.com/read/119608/14825460
pl migrate.pl
#!/usr/bin/perl -w
#
# jabberd 1.4 -> 2.0 migration tool
# Copyright (c) 2003 Robert Norris
# GPL v2. See http://www.gnu.org/copyleft/gpl.html for more info
#
#
# This can migrate from any 1.4 XDB
www.eeworm.com/read/172746/9692080
java jdfwrapper.java
import org.cip4.jdflib.core.JDFElement;
import org.w3c.dom.Element;
class JDFWrapper extends Wrapper
{
private String xPath = null;
public JDFWrapper(Element element)
{
www.eeworm.com/read/172746/9692125
java dcoutputwrapper.java
import org.w3c.dom.Element;
class DCOutputWrapper
{
protected Element m_Element;
public DCOutputWrapper(Element element)
{
this.m_Element = element;
}
www.eeworm.com/read/132665/14080614
am makefile.am
# Beware this is autogenerated by index.py
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC