OSDN Git Service

structure.hpp: headerとbody
authorMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 01:20:37 +0000 (10:20 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 01:20:37 +0000 (10:20 +0900)
roast/include/roast/xml/roast_xml/structure.hpp

index 87acbeb..060d291 100644 (file)
@@ -87,6 +87,9 @@ namespace roast
                        {
                        };
 
+                       class body
+                       {
+                       };
                        
                        
                        /*class header
@@ -100,7 +103,9 @@ namespace roast
                ////////////////////////////////////////////////////
                
                typedef lexical::structure_base<
-                       structure::xmldecl
+                       ::roast::lexical::structure::series2<
+                               structure::header,
+                               structure::body>
                > _structure;
        }
 }