5#include <system/string.h> 
   14class IXmlNamespaceResolver;
 
   15class QueryOutputWriter;
 
   16class QueryOutputWriterV1;
 
   19class Datatype_NOTATION;
 
   21class Datatype_QNameXdr;
 
   24class SchemaCollectionPreprocessor;
 
   27class XmlSchemaAttribute;
 
   28class XmlSchemaComplexType;
 
   29class XmlSchemaElement;
 
   30class XmlSchemaSimpleTypeList;
 
   31class XmlSchemaSimpleTypeRestriction;
 
   32class XmlSchemaSimpleTypeUnion;
 
   33class XmlSchemaValidator;
 
   40class XsltArgumentList;
 
   59    typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
 
   60    ASPOSECPP_SHARED_RTTI_INFO_DECL();
 
   69    friend class QueryOutputWriter;
 
   70    friend class QueryOutputWriterV1;
 
   71    friend class Schema::Datatype_QName;
 
   72    friend class Schema::Datatype_NOTATION;
 
   73    friend class Schema::Datatype_QNameXdr;
 
   74    friend class Schema::DtdValidator;
 
   75    friend class Schema::Preprocessor;
 
   76    friend class Schema::SchemaCollectionPreprocessor;
 
   77    friend class Schema::XdrBuilder;
 
   78    friend class Schema::XdrValidator;
 
   86    friend class Schema::XsdBuilder;
 
   87    friend class Schema::XsdValidator;
 
  140    void SetNamespace(
const String& ns);
 
  145    #ifdef ASPOSE_GET_SHARED_MEMBERS 
  146    ASPOSECPP_SHARED_API 
void GetSharedMembers(System::Object::shared_members_type& result) 
const override;
 
  149    #ifdef __DBG_FOR_EACH_MEMBER 
  153    ASPOSECPP_SHARED_API 
void DBG_for_each_member(DBG::for_each_member_visitor& visitor) 
const override;
 
  156    const char* DBG_class_name()
 const override { 
return "XmlQualifiedName"; }
 
  164    mutable int32_t _hash;
 
  166    String ToString_NonConst();
 
  167    virtual ThisType* CppMemberwiseClone()
 const { 
return new ThisType(*
this); }
 
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
 
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
 
Represents the attribute element from the XML Schema as specified by the World Wide Web Consortium (W...
Definition: xml_schema_attribute.h:58
 
Represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C...
Definition: xml_schema_complex_type.h:64
 
Represents the element element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_element.h:60
 
Represents the list element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_simple_type_list.h:36
 
Represents the restriction element for simple types from XML Schema as specified by the World Wide We...
Definition: xml_schema_simple_type_restriction.h:37
 
Represents the union element for simple types from XML Schema as specified by the World Wide Web Cons...
Definition: xml_schema_simple_type_union.h:41
 
Represents an XML Schema Definition Language (XSD) Schema validation engine. The XmlSchemaValidator c...
Definition: xml_schema_validator.h:93
 
Represents an XML qualified name.
Definition: xml_qualified_name.h:55
 
XmlQualifiedName(const String &name, const String &ns)
Initializes a new instance of the XmlQualifiedName class with the specified name and namespace.
 
String ToString() const override
Returns the string value of the XmlQualifiedName.
 
static SharedPtr< XmlQualifiedName > Empty
Provides an empty XmlQualifiedName.
Definition: xml_qualified_name.h:96
 
String get_Name() const
Returns a string representation of the qualified name of the XmlQualifiedName.
 
XmlQualifiedName(const String &name)
Initializes a new instance of the XmlQualifiedName class with the specified name.
 
bool Equals(SharedPtr< Object > other) override
Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName obj...
 
XmlQualifiedName()
Initializes a new instance of the XmlQualifiedName class.
 
int32_t GetHashCode() const override
Returns the hash code for the XmlQualifiedName.
 
static String ToString(const String &name, const String &ns)
Returns the string value of the XmlQualifiedName.
 
String get_Namespace() const
Returns a string representation of the namespace of the XmlQualifiedName.
 
bool get_IsEmpty() const
Returns a value indicating whether the XmlQualifiedName is empty.
 
Contains a variable number of arguments which are either XSLT parameters or extension objects.
Definition: xslt_argument_list.h:65
 
bool operator!=(const SharedPtr< XmlQualifiedName > &a, const SharedPtr< XmlQualifiedName > &b)
Compares two XmlQualifiedName objects.
 
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
 
@ Xml
Serialize according to the XML 1.0 rules.
 
@ Parse
Used for parsing DTDs.
 
bool operator==(const SharedPtr< XmlQualifiedName > &a, const SharedPtr< XmlQualifiedName > &b)
Compares two XmlQualifiedName objects.
 
Definition: db_command.h:9