Wolframe, 0.0.3

doctypeDetector.hpp File Reference

Interface for document type and format recognition. More...

#include "types/doctypeinfo.hpp"
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::cmdbind::DoctypeDetector
 Interface to document type and format detection. More...
 
class  _Wolframe::cmdbind::DoctypeDetectorType
 Constructor as class. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::cmdbind
 Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind)
 

Typedefs

typedef boost::shared_ptr
< DoctypeDetector > 
_Wolframe::cmdbind::DoctypeDetectorR
 Shared doctype detector reference. More...
 
typedef DoctypeDetector *(* _Wolframe::cmdbind::CreateDoctypeDetector )()
 Constructor function for doctype detector instance. More...
 

Detailed Description

Interface for document type and format recognition.