Variables | |
const ACEXML_Char | simple_parsing_name_ [] = { 'S', 'i', 'm', 'p', 'l', 'e', 0 } |
This constant string defines the name of "simple XML parsing" feature. More... |
There are special features in ACEXML Parser that can be activated/deactivated thru setFeature
. Likewise, whether a feature has been activated or not can be queried using getFeature
.
|
This constant string defines the name of "simple XML parsing" feature. When this feature is enable, ACEXML parser is allowed to parse a simple XML stream without mandated XML prolog and no DTD defintion. |