Newer
Older
#pragma once
#include <alphabet/BlankSymbol.h>
#include <core/xmlApi.hpp>
template < >
struct xmlApi < alphabet::BlankSymbol > {
static alphabet::BlankSymbol parse ( ext::deque < sax::Token >::iterator & input );
static bool first ( const ext::deque < sax::Token >::const_iterator & input );
static void compose ( ext::deque < sax::Token > & output, const alphabet::BlankSymbol & data );
};