ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function skip_element

alps::skip_element — skips an XML element

Synopsis

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


ALPS_DECL void skip_element(std::istream & in, const XMLTag & tag);

Description

Parameters:

in

the stream to be read

tag

the opening tag of the element to be skipped the function reads until it finds the closing tag correesponding to the tag passed as argument.

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

PrevUpHomeNext