ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function parse_tag

alps::parse_tag — parses an XML tag

Synopsis

// In header: <alps/parser/parser.h>


ALPS_DECL XMLTag parse_tag(std::istream & in, bool skip_comments = true);

Description

Parameters:

in

the stream to be read

skip_comments

if true, the function skips any comments or processing instructions while parsing

Returns:

an XMLTag structure containing information about the tag

Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext