File Information
Library: XML
Package: XML
Header: Poco/XML/NamespaceStrategy.h
Description
The NamespaceStrategy implementation used if namespaces processing is requested, but prefixes are not reported.
Inheritance
Direct Base Classes: NamespaceStrategy
All Base Classes: NamespaceStrategy
Member Summary
Member Functions: endElement, startElement
Inherited Functions: endElement, splitName, startElement
Constructors
NoNamespacePrefixesStrategy
NoNamespacePrefixesStrategy();
Destructor
~NoNamespacePrefixesStrategy
~NoNamespacePrefixesStrategy();
Member Functions
endElement
void endElement(
const XMLChar * name,
ContentHandler * pContentHandler
);
startElement
void startElement(
const XMLChar * name,
const XMLChar * * atts,
int specifiedCount,
ContentHandler * pContentHandler
);