Method | Description | |
---|---|---|
AddImport ( |
Creates a bi-directional reference between this SchemaRelease and the meta data for other instance that it imports.
|
|
IsInstance ( |
Determines if the given XmlDocument is an instance of the XML grammar represented by this instance.
|
|
NewFragment ( string rootElement ) : |
Create a new XmlDocument instance which will hold a fragment of a document based on the grammar represented by this release.
|
|
NewInstance ( string rootElement ) : |
Creates a new instance the XML grammar represented by this instance using the indicated element name as the root element for the document.
|
|
RemoveImport ( |
Breaks the bi-directional reference between this SchemaRelease and the indicated one.
|
|
SchemaRelease ( |
Constructs a SchemaRelease instance describing a schema based release of a particular Specification. This constructor should be used when creating a description of a pure extension schema, i.e. one that contains no useable root elements. |
|
SchemaRelease ( |
Constructs a SchemaRelease instance describing a schema based release of a particular Specification. This constructor should be used when creating a description of a pure extension schema, i.e. one that contains no useable root elements. |
|
SchemaRelease ( |
Constructs a SchemaRelease instance describing a schema based release of a particular Specification. This constructor should be used when creating a description of a schema that has only a single root element. |
|
SchemaRelease ( |
Constructs a SchemaRelease instance describing a schema based release of a particular Specification. This constructor should be used when creating a description of a schema that has only a single root element. |
Method | Description | |
---|---|---|
FindAllImports ( List |
Recursively build a set of SchemaRelease instances containing this one and any that it imports with the least dependent first.
|
public AddImport ( |
||
release | The imported |
|
return | void |
public IsInstance ( |
||
document | The |
|
return | bool |
public NewFragment ( string rootElement ) : |
||
rootElement | string | The name of the root element. |
return |
public NewInstance ( string rootElement ) : |
||
rootElement | string | The name of the root element. |
return |
public RemoveImport ( |
||
release | The |
|
return | void |
public SchemaRelease ( |
||
specification | The owning |
|
version | string | The version identifier for this release. |
namespaceUri | string | The namespace used to identify the schema. |
schemaLocation | string | The default schema location. |
preferredPrefix | string | The preferred prefix for the namespace. |
alternatePrefix | string | The alternate prefix for the namespace. |
return | System |
public SchemaRelease ( |
||
specification | The owning |
|
version | string | The version identifier for this release. |
namespaceUri | string | The namespace used to identify the schema. |
schemaLocation | string | The default schema location. |
preferredPrefix | string | The preferred prefix for the namespace. |
alternatePrefix | string | The alternate prefix for the namespace. |
initialiser | The |
|
recogniser | The |
|
return | System |
public SchemaRelease ( |
||
specification | The owning |
|
version | string | The version identifier for this release. |
namespaceUri | string | The namespace used to identify the schema. |
schemaLocation | string | The default schema location. |
preferredPrefix | string | The preferred prefix for the namespace. |
alternatePrefix | string | The alternate prefix for the namespace. |
initialiser | The |
|
recogniser | The |
|
rootElement | string | The normal root element. |
return | System |
public SchemaRelease ( |
||
specification | The owning |
|
version | string | The version identifier for this release. |
namespaceUri | string | The namespace used to identify the schema. |
schemaLocation | string | The default schema location. |
preferredPrefix | string | The preferred prefix for the namespace. |
alternatePrefix | string | The alternate prefix for the namespace. |
rootElement | string | The normal root element. |
return | System |