5#include <xml/schema/xml_severity_type.h>
6#include <xml/schema/xml_schema_exception.h>
7#include <system/eventargs.h>
24class XmlSchemaCollection;
26class XmlSchemaValidator;
29class XmlValidatingReaderImpl;
49 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
50 ASPOSECPP_SHARED_RTTI_INFO_DECL();
59 friend class System::Xml::XmlValidatingReaderImpl;
60 friend class BaseValidator;
61 friend class BaseProcessor;
62 friend class SchemaInfo;
63 friend class XdrBuilder;
64 friend class XdrValidator;
69 friend class XsdBuilder;
93 #ifdef ASPOSE_GET_SHARED_MEMBERS
94 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
The base class for classes that represent a context that is passed to the event subscribers when an e...
Definition: eventargs.h:19
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Returns detailed information related to the ValidationEventHandler.
Definition: validation_event_args.h:45
String get_Message()
Returns the text description corresponding to the validation event.
XmlSeverityType get_Severity()
Returns the severity of the validation event.
XmlSchemaException get_Exception()
Returns the XmlSchemaException associated with the validation event.
Contains a cache of XML Schema definition language (XSD) and XML-Data Reduced (XDR) schemas.
Definition: xml_schema_collection.h:58
An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML...
Definition: xml_schema.h:78
Contains a cache of XML Schema definition language (XSD) schemas.
Definition: xml_schema_set.h:66
Represents an XML Schema Definition Language (XSD) Schema validation engine. The XmlSchemaValidator c...
Definition: xml_schema_validator.h:93
XmlSeverityType
Represents the severity of the validation event.
Definition: xml_severity_type.h:17
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9