[Release] wrt-installer_0.1.9
[framework/web/wrt-installer.git] / src / configuration_parser / widget_parser.h
index 64d09be..c8c1a2b 100644 (file)
@@ -13,7 +13,7 @@
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
  */
- /**
+/**
  * This file  have been implemented in compliance with  W3C WARP SPEC.
  * but there are some patent issue between  W3C WARP SPEC and APPLE.
  * so if you want to use this file, refer to the README file in root directory
@@ -75,14 +75,19 @@ class WidgetParser : public ElementParser
     ElementParserPtr OnAccessElement();
     ElementParserPtr OnLinkElement();
     ElementParserPtr OnSettingElement();
-    ElementParserPtr OnServiceElement();
     ElementParserPtr OnApplicationElement();
     ElementParserPtr OnSplashElement();
     ElementParserPtr OnBackgroundElement();
     ElementParserPtr OnPrivilegeElement();
+    ElementParserPtr OnAppServiceElement();
+    ElementParserPtr OnAppControlElement();
+    ElementParserPtr OnCategoryElement();
+    ElementParserPtr OnLiveboxElement();
+    ElementParserPtr OnCspElement();
+    ElementParserPtr OnCspReportOnlyElement();
 
     virtual ActionFunc GetElementParser(const DPL::String& ns,
-            const DPL::String& name);
+                                        const DPL::String& name);
 
     virtual void Accept(const Element&);
     virtual void Accept(const Text&);