代码搜索:libxml

找到约 1,579 项符合「libxml」的源代码

代码结果 1,579
www.eeworm.com/read/428185/8884709

h libxml++.h

/* node.h * libxml++ and this file are copyright (C) 2000 by Ari Johnson, and * are covered by the GNU Lesser General Public License, which should be * included with libxml++ as the file COPYING.
www.eeworm.com/read/428185/8884850

dsp libxml++.dsp

# Microsoft Developer Studio Project File - Name="libxml++" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/428185/8884853

dsw libxml++.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/428185/8884860

opt libxml++.opt

www.eeworm.com/read/428185/8884904

in libxml++.spec.in

Summary: A C++ interface to the libxml2 library Name: libxml++ Version: @VERSION@ Release: 2 URL: http://libxmlplusplus.sourceforge.net Source0: %{name}-%{version}.tar.gz License: LGPL Group: Librari
www.eeworm.com/read/364251/7075492

in libxml.spec.in

Summary: Library providing XML and HTML support Name: libxml2 Version: @VERSION@ Release: 1 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz BuildRoot: %{_
www.eeworm.com/read/364251/7075531

3 libxml.3

.TH libxml 3 "12 April 2000" .SH NAME libxml \- library used to parse XML files .SH DESCRIPTION The .I libxml library is used to parse XML files. Its internal document repesentation is as close as p
www.eeworm.com/read/364251/7075852

gif libxml.gif

www.eeworm.com/read/364251/7075956

h libxml.h

/* * libxml.h: internal header only used during the compilation of libxml * * See COPYRIGHT for the status of this software * * Author: breese@users.sourceforge.net */ #ifndef __XML_LIBXML_H__
www.eeworm.com/read/364251/7076022

py libxml.py

import libxml2mod import types import sys # The root of all libxml2 errors. class libxmlError(Exception): pass # # id() is sometimes negative ... # def pos_id(o): i = id(o) if (i < 0):