<?xml version= "1.0"?>
<kpiresult xmlns:xsd= "Http://www.w3.org/2001/XMLSchema" xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance" >
<AllCount>0</AllCount> <!--Pull parsing is a punctuation meeting "<" is starttag "</" is endtag--> .
<CountZhengchang>0</CountZhengchang> <!-- your starttag to deal with the basic no problem met Endtag 's judgment tagname is handled according to your data structure .
<CountYichang>0</CountYichang>
<CountGuaqi>0</CountGuaqi>
<SeriesGN>
<Series>
<SeriesName> Engineer
</SeriesName> <!-- this endtag doesn't have to be processed--
</Series> <!--meet thisEndtagdescribes aSeriesobject has resolved to the end to determine if there isxyseriesif any, call thesetxyseriesput the correspondingxyseries List Setgo in and putSeriesObjectAddto theListin -
<Series>
<SeriesName> Average
</SeriesName> <!-- this endtag doesn't have to be processed--
<XYSeries>
<XYSerie>
<X>17</X><!-- This endtag doesn't have to be processed.
<Y>24.0</Y><!-- This endtag doesn't have to be processed.
</XYSerie><!-- encountered this endtag Description a xyserie has ended up putting Xyserie object that corresponds to the List in -
</XYSeries><!--meet thisEndtagdescribes axyseriesobject has resolved to end callxyseriesof theSetxyseriemethod toXyserieof theList Setgo in, and putxyseriesObjectAddto the correspondingListin -
</Series><!--meet thisEndtagdescribes aSeriesobject has resolved to the end to determine if there isxyseriesif any, call thesetxyseriesput the correspondingxyseries List Setgo in and putSeriesObjectAddto theListin -
<Series>
<SeriesName> Group
</SeriesName> <!-- this endtag doesn't have to be processed--
</Series><!--meet thisEndtagdescribes aSeriesobject has resolved to the end to determine if there isxyseriesif any, call thesetxyseriesput the correspondingxyseries List Setgo in and putSeriesObjectAddto theListin -
</SeriesGN><!--meet thisEndtagdescribes aSERIESGNobject has resolved to end callSERIESGNof thesetseries (list<series> Series)method toSeriescorresponding to theList Setgo in and put theSERIESGNObjectAddto theListin -
</KPIResult><!-- encountered this Endtag stating that the entire kpiresult has ended the call The SETSERIESGN method seriesgn the list set of the corresponding
Pull parsing--detailed