XmlSchemaSimpleType
Contents
[
Hide
]XmlSchemaSimpleType class
Represents the simpleType element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a simple type. Simple types can specify information and constraints for the value of attributes or elements with text-only content.
class XmlSchemaSimpleType : public System::Xml::Schema::XmlSchemaType
Methods
Method | Description |
---|---|
virtual bool Equals(ptr) | Compares objects using C# Object.Equals semantics. |
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares reference type objects in C# style. |
static std::enable_if<!IsSmartPtr<T1>::value&&!IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares value type objects in C# style. |
static bool Equals(float const&, float const&) | Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. |
static bool Equals(double const&, double const&) | Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. |
virtual bool FastCast(const Details::FastRttiBase&, void **) const | For internal purposes only. |
SharedPtr<XmlSchemaAnnotation> get_Annotation() | Returns the annotation property. |
SharedPtr<Object> get_BaseSchemaType() | Returns the post-compilation object type or the built-in XML Schema Definition Language (XSD) data type, simpleType element, or complexType element. This is a post-schema-compilation infoset value. |
SharedPtr<XmlSchemaType> get_BaseXmlSchemaType() | Returns the post-compilation value for the base type of this schema type. |
SharedPtr<XmlSchemaSimpleTypeContent> get_Content() | Returns one of XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList, or XmlSchemaSimpleTypeRestriction. |
SharedPtr<XmlSchemaDatatype> get_Datatype() | Returns the post-compilation value for the data type of the complex type. |
XmlSchemaDerivationMethod get_DerivedBy() | Returns the post-compilation information on how this element was derived from its base type. |
XmlSchemaDerivationMethod get_Final() | Returns the final attribute of the type derivation that indicates if further derivations are allowed. |
XmlSchemaDerivationMethod get_FinalResolved() | Returns the post-compilation interpretation of the XmlSchemaType::get_Final value. |
String get_Id() | Returns the string id. |
virtual bool get_IsMixed() | Returns a value indicating if this type has a mixed content model. This call is only valid in a complex type. |
int32_t get_LineNumber() | Returns the line number in the file to which the schema element refers. |
int32_t get_LinePosition() | Returns the line position in the file to which the schema element refers. |
String get_Name() | Returns the name of the type. |
SharedPtr<System::Xml::Serialization::XmlSerializerNamespaces> get_Namespaces() | Returns the XmlSerializerNamespaces to use with this schema object. |
SharedPtr<XmlSchemaObject> get_Parent() | Returns the parent of this XmlSchemaObject. |
SharedPtr<XmlQualifiedName> get_QualifiedName() | Returns the qualified name for the type built from the Name attribute of this type. This is a post-schema-compilation value. |
String get_SourceUri() | Returns the source location for the file that loaded the schema. |
XmlTypeCode get_TypeCode() | Returns the XmlTypeCode of the type. |
ArrayPtr<SharedPtr<XmlAttribute>> get_UnhandledAttributes() | Returns the qualified attributes that do not belong to the current schema’s target namespace. |
static SharedPtr<XmlSchemaComplexType> GetBuiltInComplexType(XmlTypeCode) | Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified. |
static SharedPtr<XmlSchemaComplexType> GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) | Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name. |
static SharedPtr<XmlSchemaSimpleType> GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName>&) | Returns an XmlSchemaSimpleType that represents the built-in simple type of the simple type that is specified by the qualified name. |
static SharedPtr<XmlSchemaSimpleType> GetBuiltInSimpleType(XmlTypeCode) | Returns an XmlSchemaSimpleType that represents the built-in simple type of the specified simple type. |
Detail::SmartPtrCounter * GetCounter() | Gets reference counter data structure associated with the object. |
virtual int32_t GetHashCode() const | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
virtual const TypeInfo& GetType() const | Gets actual type of object. Analog of C# System.Object.GetType() call. |
virtual bool Is(const TypeInfo&) const | Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator. |
static bool IsDerivedFrom(SharedPtr<XmlSchemaType>, const SharedPtr<XmlSchemaType>&, XmlSchemaDerivationMethod) | Returns a value indicating if the derived schema type specified is derived from the base schema type specified. |
void Lock() | Implements C# lock() statement locking. Call directly or use LockContext sentry object. |
virtual ptr MemberwiseClone() const | Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. |
Object() | Creates object. Initializes all internal data structures. |
Object(Object const&) | Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
Object& operator=(Object const&) | Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
static bool ReferenceEquals(ptr const&, ptr const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t) | Reference-compares value type object with nullptr. |
bool ReferenceEquals(String const&, std::nullptr_t) | Specialization of Object::ReferenceEquals for case of string and nullptr. |
bool ReferenceEquals(String const&, String const&) | Specialization of Object::ReferenceEquals for case of strings. |
int RemovedSharedRefs(int) | Decreases shared reference count by specified value. |
void set_Annotation(const SharedPtr<XmlSchemaAnnotation>&) | Sets the annotation property. |
void set_Content(const SharedPtr<XmlSchemaSimpleTypeContent>&) | Sets one of XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList, or XmlSchemaSimpleTypeRestriction. |
void set_Final(XmlSchemaDerivationMethod) | Sets the final attribute of the type derivation that indicates if further derivations are allowed. |
void set_Id(const String&) | Sets the string id. |
virtual void set_IsMixed(bool) | Sets a value indicating if this type has a mixed content model. This call is only valid in a complex type. |
void set_LineNumber(int32_t) | Sets the line number in the file to which the schema element refers. |
void set_LinePosition(int32_t) | Sets the line position in the file to which the schema element refers. |
void set_Name(const String&) | Sets the name of the type. |
void set_Namespaces(const SharedPtr<System::Xml::Serialization::XmlSerializerNamespaces>&) | Sets the XmlSerializerNamespaces to use with this schema object. |
void set_Parent(const SharedPtr<XmlSchemaObject>&) | Sets the parent of this XmlSchemaObject. |
void set_SourceUri(const String&) | Sets the source location for the file that loaded the schema. |
void set_UnhandledAttributes(const ArrayPtr<SharedPtr<XmlAttribute>>&) | Sets the qualified attributes that do not belong to the current schema’s target namespace. |
virtual void SetTemplateWeakPtr(uint32_t) | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
int SharedCount() const | Gets current value of shared reference counter. |
Object * SharedRefAdded() | Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
int SharedRefRemovedSafe() | Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
virtual String ToString() const | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
static const TypeInfo& Type() | Implements C# typeof(System.Object) construct. |
void Unlock() | Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. |
Detail::SmartPtrCounter * WeakRefAdded() | Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
void WeakRefRemoved() | Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
XmlSchemaObject() | Initializes a new instance of the XmlSchemaObject class. |
XmlSchemaSimpleType() | Initializes a new instance of the XmlSchemaSimpleType class. |
XmlSchemaType() | Initializes a new instance of the XmlSchemaType class. |
virtual ~Object() | Destroys object. Frees all internal data structures. |
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 XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Slides