xml_converter Struct Template Reference

Base conversion class. More...

List of all members.

Public Member Functions

template<class OStream>
void save (const Auto &a, OStream &out, const std::string &name="")
 Save automaton to stream.
template<class IStream>
void load (Auto &a, IStream &in)
 Load automaton from stream.
void create_document (const Auto &aut, const std::string &name="")
 Create the DOM document for aut, named name.
xercesc::DOMElement * root_get ()
 The root of the created DOM document.


Detailed Description

template<class Auto>
struct vcsn::xml::xml_converter< Auto >

Base conversion class.

Definition at line 57 of file xml_converter.hh.


Member Function Documentation

void save ( const Auto &  a,
OStream &  out,
const std::string &  name = "" 
) [inline]

Save automaton to stream.

  • OStream Type of the output stream.
Parameters:
a Automaton to save.
out Output stream.
name String containing the name of the automaton.

Definition at line 46 of file xml_converter.hxx.

References xml_converter::create_document().

void load ( Auto &  a,
IStream &  in 
) [inline]

Load automaton from stream.

  • IStream Type of the input stream.
Parameters:
a Automaton to load.
in Input stream.

Definition at line 226 of file xml_converter.hxx.


Generated on Wed Mar 19 13:32:45 2008 for Vaucanson by  doxygen 1.5.5