代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/138548/5815438
pm pi.pm
# $Id: PI.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::PI;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::PIImpl;
use vars qw/@ISA/;
@ISA =
www.eeworm.com/read/138548/5815444
pm perlsax.pm
# $Id: PerlSAX.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::PerlSAX;
use XML::XPath::XMLParser;
use strict;
sub new {
my $class = shift;
my %args = @_;
bless \%args, $class;
}
sub par
www.eeworm.com/read/136985/5839260
java xpathpaser.java
package com.esimple.framework.util.xml;
import java.util.*;
class XPathPaser
{
public static final short PATH_ABSOLUTE = 0;
public static final short PATH_RELATIVE = 1;
private
www.eeworm.com/read/484433/6576104
makefile
CC=/opt/SUNWspro/bin/cc
TCL_LIB = /pdsrc/tcl/lib/libtcl7.4.a
TK_LIB = /pdsrc/tcl/lib/libtk4.0.a
XPATH=/u/X11R5/xsparc_solaris
INCS = -I/pdsrc/tcl/include/tk4.0 \
-I/pdsrc/tcl/include/tcl7
www.eeworm.com/read/484433/6576134
make_htcl
CC=/opt/SUNWspro/bin/cc
TCL_LIB = /pdsrc/tcl/lib/libtcl7.4.a
TK_LIB = /pdsrc/tcl/lib/libtk4.0.a
XPATH = /usr/openwin
INCS = -I/pdsrc/tcl/include/tk4.0 \
-I/pdsrc/tcl/include/tcl7.4 \
-I$(XP
www.eeworm.com/read/167890/5451352
c logview.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003-2005 University of Colorado, Boulder
//
// This program is free software; you can
www.eeworm.com/read/486337/6539345