root/win32/xsd-3.1.0-i686/libxsd/xsd/cxx/tree/text.hxx @ 124

Revision 111, 0.6 kB (checked in by mido, 16 years ago)

pridana knihovna XSD (a jeji chlebodarkyne XERCES), v ramci Win32 zprovoznen priklad tests/test_xsd_hello.cxx

Line 
1// file      : xsd/cxx/tree/text.hxx
2// author    : Boris Kolpackov <boris@codesynthesis.com>
3// copyright : Copyright (c) 2005-2008 Code Synthesis Tools CC
4// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file
5
6#ifndef XSD_CXX_TREE_TEXT_HXX
7#define XSD_CXX_TREE_TEXT_HXX
8
9#include <string>
10
11#include <xercesc/dom/DOMElement.hpp>
12
13namespace xsd
14{
15  namespace cxx
16  {
17    namespace tree
18    {
19      // Throws expected_text_content.
20      //
21      template <typename C>
22      std::basic_string<C>
23      text_content (const xercesc::DOMElement&);
24    }
25  }
26}
27
28#include <xsd/cxx/tree/text.txx>
29
30#endif // XSD_CXX_TREE_TEXT_HXX
Note: See TracBrowser for help on using the browser.