5#include <system/object.h>
24 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
25 ASPOSECPP_SHARED_RTTI_INFO_DECL();
66 ASPOSECPP_SHARED_API
XsltSettings(
bool enableDocumentFunction,
bool enableScript);
72 void set_CheckOnly(
bool value);
73 bool get_IncludeDebugInformation();
74 void set_IncludeDebugInformation(
bool value);
75 int32_t get_WarningLevel();
76 void set_WarningLevel(int32_t value);
77 bool get_TreatWarningsAsErrors();
78 void set_TreatWarningsAsErrors(
bool value);
83 bool _enableDocumentFunction;
86 bool _includeDebugInformation;
87 int32_t _warningLevel;
88 bool _treatWarningsAsErrors;
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Specifies the XSLT features to support during execution of the XSLT style sheet.
Definition: xslt_settings.h:20
static SharedPtr< XsltSettings > get_TrustedXslt()
Returns an XsltSettings object that enables support for the XSLT document() function and embedded scr...
bool get_EnableDocumentFunction()
Returns a value indicating whether to enable support for the XSLT document() function.
static SharedPtr< XsltSettings > get_Default()
Returns an XsltSettings object with default settings. Support for the XSLT document() function and em...
void set_EnableScript(bool value)
Sets a value indicating whether to enable support for embedded script blocks.
void set_EnableDocumentFunction(bool value)
Sets a value indicating whether to enable support for the XSLT document() function.
XsltSettings(bool enableDocumentFunction, bool enableScript)
Initializes a new instance of the XsltSettings class with the specified settings.
bool get_EnableScript()
Returns a value indicating whether to enable support for embedded script blocks.
XsltSettings()
Initializes a new instance of the XsltSettings class with default settings.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9