Class TXSSchema
Unit
xquery
Declaration
type TXSSchema = class(TObject)
Description
XML Schema
Hierarchy
Overview
Fields
Methods
Description
Fields
|
version: TXSSchemaVersion; |
XML Schema version , XSD1.0 or XSD1.1. Only latter will be maintained in future
|
|
url: string; |
|
Methods
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function findType(const typeName: string): TXSType; |
|
|
function isValidNCName(const s: string): boolean; |
|
|
function isValidQName(s: string): boolean; |
|
|
procedure show(const s: string); |
|
|
procedure hide(const s: string); |
|
Generated by PasDoc 0.14.0.
|