代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/138548/5815439
pm root.pm
# $Id: Root.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Root;
use strict;
use XML::XPath::XMLParser;
use XML::XPath::NodeSet;
sub new {
my $class = shift;
my $self; # actually don't ne
www.eeworm.com/read/138548/5815441
pm locationpath.pm
# $Id: LocationPath.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::LocationPath;
use XML::XPath::Root;
use strict;
sub new {
my $class = shift;
my $self = [];
bless $self, $class;
}
sub
www.eeworm.com/read/138548/5815442
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/138548/5815446
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
www.eeworm.com/read/138548/5815448
pm parser.pm
# $Id: Parser.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Parser;
use strict;
use vars qw/
$NCName
$QName
$NCWild
$QNWild
$NUMBER_RE
$N
www.eeworm.com/read/138548/5815459
pm thing.pm
# $Id: Thing.pm 4540 2004-05-11 08:01:31Z btrott $
package XML::Atom::Thing;
use strict;
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
use XML::Atom::Util qw( first );
use XML::Atom::Link;