![]() | InDesign SDK 20.5 |
#include <ISAXParserOptions.h>

Public Types | |
| enum | { kDefaultIID = IID_ISAXPARSEROPTIONS } |
Public Member Functions | |
| virtual bool16 | IsNamespacesFeatureEnabled () const =0 |
| virtual void | SetNamespacesFeature (bool16 enable)=0 |
| virtual bool16 | IsShowWarningAlertEnabled () const =0 |
| virtual void | SetShowWarningAlert (bool16 enable)=0 |
| virtual bool16 | IsAbortAfterWarningEnabled () const =0 |
| virtual void | SetAbortAfterWarning (bool16 enable)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface for specifying the set of options/features desired when parsing an XML file. Used in conjunction with SAXServices to parse XML content correctly.
| pure virtual |
Returns kTrue if parsing will abort if a warning is encountered.
| pure virtual |
Returns kTrue if namespace constraints are enabled.
| pure virtual |
Returns kTrue if an parsing warnings will display an alert.
| pure virtual |
When enabled, a parsing warning will also abort any furthur parsing just like an error.
| pure virtual |
Apply namespace constraints and processing. Enabled by default.
| pure virtual |
When enabled, a parsing alert will display a warning. Enabled by default.