// file : xsde/cxx/hybrid/parser-name-processor.hxx // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX #define CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX #include #include #include namespace CXX { namespace Hybrid { class ParserNameProcessor { public: bool process (options const& options, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file, bool deep); }; } } #endif // CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX