Method | Description | |
---|---|---|
HasRootElement ( String rootElement ) : bool |
Determines if the indicated root element name is one accepted by this Release.
|
|
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.
|
|
ToString ( ) : string |
Returns the specification name and version of this Release.
|
Method | Description | |
---|---|---|
AddSourceConversion ( |
Adds the indicated Conversion to the set of conversions that take this Release as the source format.
|
|
AddTargetConversion ( |
Adds the indicated Conversion to the set of conversions that take this Release as the target format.
|
|
Release ( |
Constructs a Release instance and associates it with the indicated Specification.
|
protected AddSourceConversion ( |
||
conversion | The |
|
return | void |
protected AddTargetConversion ( |
||
conversion | The |
|
return | void |
public HasRootElement ( String rootElement ) : bool | ||
rootElement | String | The root element name to test. |
return | bool |
public abstract IsInstance ( |
||
document | The |
|
return | bool |
public abstract NewFragment ( string rootElement ) : |
||
rootElement | string | The name of the root element. |
return |
public abstract NewInstance ( String rootElement ) : |
||
rootElement | String | The name of the root element. |
return |
protected Release ( |
||
specification | The owning |
|
version | string | The version identifier for this release. |
rootElements | string | The set of possible root element. |
return | System |