Poco::XML

class NamespaceStrategy

File Information

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

Description

This class is used by ParserEngine to handle the startElement, endElement, startPrefixMapping and endPrefixMapping events.

Inheritance

Known Derived Classes: NoNamespacesStrategy, NoNamespacePrefixesStrategy, NamespacePrefixesStrategy

Member Summary

Member Functions: endElement, splitName, startElement

Destructor

~NamespaceStrategy virtual

virtual ~NamespaceStrategy();

Member Functions

endElement virtual

virtual void endElement(
    const XMLChar * name,
    ContentHandler * pContentHandler
) = 0;

Translate the arguments as delivered by Expat and call the endElement() method of the ContentHandler.

startElement virtual

virtual void startElement(
    const XMLChar * name,
    const XMLChar * * atts,
    int specifiedCount,
    ContentHandler * pContentHandler
) = 0;

Translate the arguments as delivered by Expat and call the startElement() method of the ContentHandler.

splitName protected static

static void splitName(
    const XMLChar * qname,
    XMLString & uri,
    XMLString & localName
);

splitName protected static

static void splitName(
    const XMLChar * qname,
    XMLString & uri,
    XMLString & localName,
    XMLString & prefix
);

Variables

NOTHING protected static

static const XMLString NOTHING;

Securely control IoT edge devices from anywhere   Connect a Device