代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/428185/8884241
am makefile.am
SUBDIRS = dom_build dom_parser dom_parse_entities dom_read_write dom_xpath \
sax_parser sax_parser_entities sax_exception sax_parser_build_dom \
import_node
EXTRA_DIST = README Ma
www.eeworm.com/read/164559/10103341
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
enum debug_level{
LEVEL_NO=0,
LEVEL_ALL=1,
LEVEL_INFO=2,
LEVEL_DEBUG=3,
LEVEL_ERROR=4
};
extern
www.eeworm.com/read/242875/12975308
am makefile.am
SUBDIRS = dom_build dom_parser dom_parse_entities dom_read_write dom_xpath \
sax_parser sax_parser_entities sax_exception sax_parser_build_dom \
import_node
EXTRA_DIST = README Ma
www.eeworm.com/read/205898/5014135
pm node.pm
# $Id: Node.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node;
use strict;
use vars qw(@ISA @EXPORT $AUTOLOAD %EXPORT_TAGS @EXPORT_OK);
use Exporter;
use Carp;
@ISA = ('Exporter');
sub U
www.eeworm.com/read/180137/5290082
abs user.abs
name user
attset bib1.att
#xpath enable
#xelm //des*/ Any:w
#xelm //user/age !:n,ISBN:w
#xelm //user/name !:p
xelm //user/@id !:w,Doc-id:w,Any:w
#xelm /user[@id="strucc"]/description[@xml:lang="en"
www.eeworm.com/read/269397/11099118
hpp xmlwrapper.hpp
#ifndef XMLWRAPPER_HPP
#define XMLWRAPPER_HPP
// #include
#include
#include
#include
#include
#includ
www.eeworm.com/read/440260/7691397
cpp code_conv.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include "Code_Conv.h"
//代码转换:从一种编码转为另一种编码
int code_convert(char* from_chars
www.eeworm.com/read/428185/8884791
am makefile.am
EXTRA_DIST = dom_build.dsp dom_parse_entities.dsp dom_parser.dsp \
dom_read_write.dsp dom_xpath.dsp import_node.dsp Makefile.am \
sax_exception.dsp sax_parser.dsp sax_parser_build_dom.dsp \
sax_par