Method | Description | |
---|---|---|
LoadData ( |
Extracts the data from the DOM tree below the indicated context XmlElement and create a suitable
|
Method | Description | |
---|---|---|
GetPublicId ( |
Extracts the release's public name from the XML section describing the DTD.
|
|
GetRootElement ( |
Extracts the release's system identifier from the XML section describing the DTD.
|
|
GetSystemId ( |
|
|
GetVersion ( |
Extracts the release's version number string from the XML section describing the DTD.
|
protected GetPublicId ( |
||
context | The context |
|
return | string |
protected GetRootElement ( |
||
context | The context |
|
return | string |
protected GetSystemId ( |
||
context | The context |
|
return | string |
protected GetVersion ( |
||
context | The context |
|
return | string |
public LoadData ( |
||
specification | The owning |
|
context | The context |
|
loadedSchemas | SchemaRelease>.Dictionary | A dictionary of all ready loaded schemas. |
return | void |