Poco::XML::XMLStreamParser

struct Iterator

File Information

Library: XML
Package: XML
Header: Poco/XML/XMLStreamParser.h

Member Summary

Member Functions: operator !=, operator *, operator ++, operator ==

Types Aliases

value_type

using value_type = EventType;

Constructors

Iterator inline

Iterator(
    XMLStreamParser * p = 0,
    EventType e = EV_EOF
);

Member Functions

operator != inline

bool operator != (
    Iterator y
) const;

Comparison only makes sense when comparing to end (eof).

operator * inline

value_type operator * () const;

operator ++ inline

Iterator & operator ++ ();

operator == inline

bool operator == (
    Iterator y
) const;

Comparison only makes sense when comparing to end (eof).