System::Xml::Schema::XmlSchemaNotation class
Contents
[
Hide
]XmlSchemaNotation class
Represents the notation element from XML Schema as specified by the World Wide Web Consortium (W3C). An XML Schemanotation declaration is a reconstruction of XML 1.0 NOTATION declarations. The purpose of notations is to describe the format of non-XML data within an XML document.
class XmlSchemaNotation : public System::Xml::Schema::XmlSchemaAnnotated
Methods
Method | Description |
---|---|
get_Name() | Returns the name of the notation. |
get_Public() | Returns the public identifier. |
get_System() | Returns the system identifier. |
set_Name(const String&) | Sets the name of the notation. |
set_Public(const String&) | Sets the public identifier. |
set_System(const String&) | Sets the system identifier. |
XmlSchemaNotation() | Initializes a new instance of the XmlSchemaNotation class. |
Typedefs
Typedef | Description |
---|---|
Ptr | An alias for shared pointer to an instance of this class. |
Remarks
Objects of this class should only be allocated using System::MakeObject() function. Never create instances of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
See Also
- Class XmlSchemaAnnotated
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++