Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / ACEXML / docs / parser_features.txt
blobf91f5c56fbddc80f4a1413dee5d520a4efc3fc9a
1 /**  -*- HTML-Helper -*-
2 @defgroup acexml_parser_features Configurable Special Features of ACEXML Parser
3 @{
5 There are special features in ACEXML Parser that can be
6 activated/deactivated thru @c setFeature.  Likewise, whether a feature
7 has been activated or not can be queried using @c getFeature.
9 @sa ACEXML_XMLReader::setFeature
10 @sa ACEXML_XMLReader::getFeature
12 Here is a list of supported features:
14 <OL>
15   <li> namespaces - When this feature is enabled, ACEXML parser allows
16   access by namespace qualified names.
18   <li> namespace_prefixes - Normally the list of attributes returned by the
19   parser will not contain attributes used as namespace declarations
20   (xmlns:foo="bar"). When this feature is enabled, the list of attributes
21   contains the namespace declarations also.
22 </OL>