summaryrefslogtreecommitdiff
path: root/xsd/xsd/processing/cardinality/processor.hxx
blob: 93a85fb769a91ceabf7e56d68b8b3aff27d9aa73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : xsd/processing/cardinality/processor.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_PROCESSING_CARDINALITY_PROCESSOR_HXX
#define XSD_PROCESSING_CARDINALITY_PROCESSOR_HXX

#include <libxsd-frontend/semantic-graph/elements.hxx> // Path
#include <libxsd-frontend/semantic-graph/schema.hxx>

#include <xsd/types.hxx>

namespace Processing
{
  namespace Cardinality
  {
    class Processor
    {
    public:
      struct Failed {};

      void
      process (XSDFrontend::SemanticGraph::Schema&,
               XSDFrontend::SemanticGraph::Path const& file);
    };
  }
}

#endif // XSD_PROCESSING_CARDINALITY_PROCESSOR_HXX