메소드 | 설명 | |
---|---|---|
LoadData ( |
Extracts the data from the DOM tree below the indicated context XmlElement and create a suitable
|
메소드 | 설명 | |
---|---|---|
GetAlternatePrefix ( |
Extracts the release's alternate prefix string from the XML section describing the schema.
|
|
GetNamespaceUri ( |
Extracts the release's namespace URI from the XML section describing the schema.
|
|
GetPreferredPrefix ( |
Extracts the release's preferred prefix string from the XML section describing the schema.
|
|
GetRootElements ( |
Extracts the release's root element names from the XML section describing the schema.
|
|
GetSchemaLocation ( |
Extracts the release's default schema location path from the XML section describing the schema.
|
|
GetVersion ( |
Extracts the release's version number string from the XML section describing the schema.
|
|
HandleImports ( |
Connects this schema to any other schemas that it imports.
|
protected GetAlternatePrefix ( |
||
context | The context |
|
리턴 | string |
protected GetNamespaceUri ( |
||
context | The context |
|
리턴 | string |
protected GetPreferredPrefix ( |
||
context | The context |
|
리턴 | string |
protected GetRootElements ( |
||
context | The context |
|
리턴 | string[] |
protected GetSchemaLocation ( |
||
context | The context |
|
리턴 | string |
protected GetVersion ( |
||
context | The context |
|
리턴 | string |
protected HandleImports ( |
||
release | The |
|
context | The context |
|
loadedSchemas | SchemaRelease>.Dictionary | A dictionay of previous bootstrapped schemas. |
리턴 | void |
public LoadData ( |
||
specification | The owning |
|
context | The context |
|
loadedSchemas | SchemaRelease>.Dictionary | A dictionary of all ready loaded schemas. |
리턴 | void |