代码搜索:reader
找到约 10,000 项符合「reader」的源代码
代码结果 10,000
www.eeworm.com/read/134406/13992189
rc chm reader.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/134406/13992303
vco chm reader.vco
www.eeworm.com/read/132665/14080617
c reader2.c
/**
* section: xmlReader
* synopsis: Parse and validate an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
* validating the content in
www.eeworm.com/read/132665/14080618
c reader1.c
/**
* section: xmlReader
* synopsis: Parse an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
* and dump the informations about the no
www.eeworm.com/read/132665/14080623
c reader3.c
/**
* section: xmlReader
* synopsis: Show how to extract subdocuments with xmlReader
* purpose: Demonstrate the use of xmlTextReaderPreservePattern()
* to parse an XML file with the xmlR
www.eeworm.com/read/132665/14080629
c reader4.c
/**
* section: xmlReader
* synopsis: Parse multiple XML files reusing an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() and
* xmlReaderNewFile to parse XML files while reusing the
www.eeworm.com/read/132665/14080630
res reader1.res
0 10 doc 0 0
0 1 doc 0 0
1 14 #text 0 1
1 1 src 1 0
1 14 #text 0 1
1 1 dest 1 0
1 14 #text 0 1
1 1 src 1 0
1 14 #text 0 1
0 15 doc 0 0
www.eeworm.com/read/132665/14080654
res reader4.res
test1.xml: Processed ok
test2.xml: Processed ok
test3.xml: Processed ok
www.eeworm.com/read/132665/14081198
py reader2.py
#!/usr/bin/python -u
#
# this tests the DTD validation with the XmlTextReader interface
#
import sys
import glob
import string
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemo