OpenCamera源码阅读之XML解析

时间:2024-11-17 07:29:29
  • <?xml version="1.0" encoding="UTF-8"?>
  • <config>
  • <mode id="single" name="single_mode_name" savename="">
  • <icon id="gui_almalence_mode_single"/>
  • <vf id=""/> 
  • <vf id=""/>   
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="burstmode" name="burst_mode_name" savename="">
  • <icon id="gui_almalence_mode_burst"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>   
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="expobracketing" name="expobracketing_mode_name" savename="BKT">
  • <icon id="gui_almalence_mode_expobracketing"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="hdrmode" name="hdr_mode_name" savename="HDR">
  • <icon id="gui_almalence_mode_hdr"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku id="plugin_almalence_hdr"/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="nightmode" name="night_mode_name" savename="NIGHT" nameHAL="super_mode_name" savenameHAL="SUPER">
  • <icon id="gui_almalence_mode_night"/>
  • <iconHAL id="gui_almalence_mode_super"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  • <export id=""/>
  • <howtotext id=""/>
  • <sku id="plugin_almalence_super"/>
  • </mode>
  • <mode id="video" name="video_mode_name" savename="">
  • <icon id="gui_almalence_mode_video"/>
  • <vf id=""/>   
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku id="plugin_almalence_video"/>
  • <howtotext id=""/>
  • </mode>
  •  
  • <mode id="preshot" name="preshot_mode_name" savename="PRESHOT">
  • <icon id="gui_almalence_mode_backintime"/>
  • <vf id=""/>
  • <vf id=""/>   
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id=""/>    
  •     <filter/>    
  •     <export id=""/>
  • <sku/>
  • <howtotext id="preshot_mode_howto"/>
  • </mode>
  • <mode id="multishot" name="multishot_mode_name" savename="MS">
  • <icon id="gui_almalence_mode_moving"/>
  • <vf id=""/>
  • <vf id=""/>   
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id=""/>    
  •     <filter/>    
  •     <export id=""/>
  • <sku id="plugin_almalence_moving_burst"/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="panorama_augmented" name="panorama_mode_name" savename="PANO">
  • <icon id="gui_almalence_mode_panorama"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  •     <capture id=".panoramacapture_augmented" />
  •     <processing id=""/>    
  •     <filter/>    
  •     <export id=""/>
  • <sku id="plugin_almalence_panorama"/>
  • <howtotext id=""/>
  • </mode>
  • <mode id="bestshotmode" name="bestshot_mode_name" savename="BEST">
  • <icon id="gui_almalence_mode_bestshot"/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>
  • <vf id=""/>   
  • <vf id=""/>
  •     <capture id="" />    
  •     <processing id="" />    
  •     <filter/>    
  •     <export id=""/>
  • <sku/>
  • <howtotext id=""/>
  • </mode>
  • <!-- Default plugin for initial start -->
  • <defaultmode id="single"/>
  • </config>