2012-05-14 4 views
0

У меня есть проблема, которая оставила меня в замешательстве.Как сохранить строку данных в массив

В этом проблема.

<Placemark> 
    <name>Turn left onto Jalan Raden Ajeng Kartini</name> 
<description><![CDATA[go 550&#160;m]]></description> 
<StyleMap> 
<Pair> 
    <key>normal</key> 
    <Style> 
     <IconStyle> 
     <Icon><href>http://maps.gstatic.com/intl/en_ALL/mapfiles/kml/paddle/pause.png</href></Icon> 
     <hotSpot x="0.500000" y="0.000000" xunits="fraction" yunits="fraction" /> 
     </IconStyle> 
     <ListStyle> 
     <ItemIcon><href>http://maps.gstatic.com/intl/en_ALL/mapfiles/kml/paddle/pause-lv.png</href></ItemIcon> 
     </ListStyle> 
    </Style> 
</Pair> 
<Pair> 
    <key>highlight</key> 
    <Style> 
     <IconStyle> 
     <scale>1.300000</scale> 
     <Icon><href>http://maps.gstatic.com/intl/en_ALL/mapfiles/kml/paddle/pause.png</href></Icon> 
     <hotSpot x="0.500000" y="0.000000" xunits="fraction" yunits="fraction" /> 
     </IconStyle> 
     <ListStyle> 
     <ItemIcon><href>http://maps.gstatic.com/intl/en_ALL/mapfiles/kml/paddle/pause-lv.png</href></ItemIcon> 
     </ListStyle> 
    </Style> 
</Pair> 
</StyleMap> 
<Point> 
    <coordinates>106.827140,-6.296370,0</coordinates> 
</Point> 
<LookAt> 
    <longitude>106.827140</longitude> 
    <latitude>-6.296370</latitude> 
    <range>100.000000</range> 
    <tilt>45.000000</tilt> 
    <heading>347.976074</heading> 
</LookAt> 
</Placemark> 

В теге Placemark мы можем видеть ребенка тег <name>...</name>, который содержит строковое значение, как «Поверните налево на Jalan Раден Ajeng KARTINI»

В моей XML-документа, я нашел много имен тегов, таких как вот этот. Как сохранить их в массиве?

+0

См [этот вопрос] (http://stackoverflow.com/questions/6026916/android-how-to-get-values-in-under-specific -xml-теги) – keyser

ответ