struct Poco::XML::XMLWriter::Namespace

struct Namespace
{
    // fields

    XMLString prefix;
    XMLString namespaceURI;

    // construction

    Namespace(
        const XMLString& thePrefix,
        const XMLString& theNamespaceURI
        );
};