Library: XML
Package: XML
Header: Poco/XML/NamespaceStrategy.h
The NamespaceStrategy implementation used if namespaces processing is requested and prefixes are reported.
Direct Base Classes: NamespaceStrategy
All Base Classes: NamespaceStrategy
Member Functions: endElement, startElement
Inherited Functions: endElement, splitName, startElement
 
  
 void endElement(
    const XMLChar * name,
    ContentHandler * pContentHandler
);
 
 void startElement(
    const XMLChar * name,
    const XMLChar * * atts,
    int specifiedCount,
    ContentHandler * pContentHandler
);