Parsing XML from the Net Using the SAXParser
Parsing XML from the Net - Using the SAXParser
http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html
What you learn:
You will learn how to properly parse XML
(here: from the net
) using a SAXParser
.
What it will look like:
Description:
0.)
In this tutorial we are going to parse the following XML-File located at the following url: http://www.anddev.org/images/tut/basic/parsingxml/example.xml
:
XML:
<?xml
version
="1.0"
?>
<outertag>
<innertag
sampleattribute
="innertagAttribute"
>
<mytag>
anddev.org rulez =)
</mytag>
<tagwithnumber
thenumber
="1337"
/>
</innertag>
</outertag>
To accomplish the parsing, we are going to use a SAX-Parser
(Wiki-Info
). SAX
stands for "S
imple A
PI for X
ML
", so it is perfect for us
1.)
Lets take a look at the onCreate(...)
-method. It will open an URL
, create a SAXParser
, add a ContentHandler
to it, parse the URL
and display the Results
in a TextView
.
Java:
/** Called when the activity is first created. */
@Override
public
void
onCreate(
Bundle icicle)
{
super
.onCreate
(
icicle)
;
/* Create a new TextView to display the parsingresult later. */
TextView tv = new
TextView(
this
)
;
try
{
/* Create a URL we want to load some xml-data from. */
URL
url = new
URL
(
"http://www.
Ïà¹ØÎĵµ£º
Èý¡¢ÑµÁ··ÖÀàÆ÷
Ñù±¾´´½¨Ö®ºó£¬½ÓÏÂÀ´ÒªÑµÁ··ÖÀàÆ÷£¬Õâ¸ö¹ý³ÌÊÇÓÉhaartraining ³ÌÐòÀ´ÊµÏֵġ£
Haartraining µÄÃüÁîÐвÎÊýÈçÏ£º
£data<dir_name>
´æ·ÅѵÁ·ºÃµÄ·ÖÀàÆ÷µÄ·¾¶Ãû¡£
£vec<vec_file_name>
ÕýÑù±¾ÎļþÃû£¨ÓÉtrainingssamples ³ÌÐò»òÕßÓÉÆäËûµÄ·½·¨´´½¨µÄ£©
£bg<background_file_name& ......
Ð÷ÂÛ
LibxmlÊÇÒ»¸öÓÐÃâ·ÑÐí¿ÉµÄÓÃÓÚ´¦ÀíXML¡¢¿ÉÒÔÇáËÉ¿çÔ½¶à¸öƽ̨µÄCÓïÑÔ¿â¡£LibxmlʵÏÖÁ˶Á¡¢´´½¨¼°²Ù×ÝXMLÊý¾Ý¹¦ÄÜ¡£
Õâ¸öÖ¸ÄÏ»ùÓÚÒ»¸ö¼òµ¥µÄXMLÓ¦Óá£
Êý¾ÝÀàÐÍ
Libxml ¶¨ÒåÁËÐí¶àÊý¾ÝÀàÐÍ£¬ËüÒþ²ØÁËÔÓÂÒµÄÀ´Ô´ÒÔÖÂÄã²»±Ø´¦ÀíËü³ý·ÇÄãÓÐÌض¨µÄÐèÒª¡£xmlChar Ìæ´úchar,ʹÓÃUTF-8±àÂëµÄÒ»×Ö½Ú×Ö·û´®¡£Èç¹ûÄãµÄÊ ......
Ò»¡¢Libxml2½éÉÜ£º
Libxml2 ÊÇÒ»¸öxmlµÄcÓïÑÔ°æµÄ½âÎöÆ÷£¬±¾À´ÊÇΪGnomeÏîÄ¿¿ª·¢µÄ¹¤¾ß£¬ÊÇÒ»¸ö»ùÓÚMIT LicenseµÄÃâ·Ñ¿ªÔ´Èí¼þ¡£Ëü³ýÁËÖ§³ÖcÓïÑÔ°æÒÔÍ⣬»¹Ö§³Öc++¡¢PHP¡¢Pascal¡¢Ruby¡¢TclµÈÓïÑԵİ󶨣¬ÄÜÔÚWindows¡¢Linux¡¢Solaris¡¢MacOsXµÈƽ̨ÉÏÔËÐС£¹¦ÄÜ»¹ÊÇÏ൱ǿ´óµÄ£¬ÏàÐÅÂú×ãÒ»°ãÓû§ÐèÇóûÓÐÈκÎÎÊÌâ¡£
¶þ¡ ......
declare @x xml
set @x='
<ROOT>
<SM>
<SMID>88</SMID>
<SMCD>A5</SMCD>
<SMNM>ÁõÑó</SMNM>
<NDS>
<ND>
<SF>3</SF>
<NDID>88</NDID>
<NDCD>A5< ......
ת×Ô£ºhttp://www.w3school.com.cn/xml/xml_syntax.asp
XML µÄÓï·¨¹æÔòºÜ¼òµ¥£¬ÇÒºÜÓÐÂß¼¡£ÕâЩ¹æÔòºÜÈÝÒ×ѧϰ£¬Ò²ºÜÈÝÒ×ʹÓá£
ËùÓÐ XML ÔªËض¼ÐëÓйرձêÇ©
ÔÚ HTML£¬¾³£»á¿´µ½Ã»ÓйرձêÇ©µÄÔªËØ£º
<p>This is a paragraph
<p>This is another paragraph
ÔÚ XML ÖУ¬Ê¡ÂԹرձêÇ©ÊÇ·Ç·¨µÄ¡£ËùÓÐÔª ......