TypeInfo Class |
Namespace: Aspose.Html.Dom
The TypeInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | TypeName |
The name of a type declared for the associated element or attribute, or null if unknown.
|
![]() | TypeNamespace |
Gets the type namespace.The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsDerivedFrom |
This method returns if there is a derivation between the reference type definition, i.e. the TypeInfo on which the method is being called, and the other type definition, i.e. the one passed as parameters.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DERIVATION_EXTENSION |
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by extension.
|
![]() ![]() | DERIVATION_LIST |
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the list.
|
![]() ![]() | DERIVATION_RESTRICTION |
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
|
![]() ![]() | DERIVATION_UNION |
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the union if simple types are involved.
|