Метод | Описание | |
---|---|---|
AddDependencies ( ) : void |
Adds the specified dependencies.
|
|
AddDependencies ( IEnumerable |
Adds the specified dependencies.
|
|
CacheableXmlDocument ( ) : System |
Initializes a new instance of the CacheableXmlDocument class.
|
|
CreateReaderSettings ( |
Creates XmlReaderSettings and assigns it the specified resolver.
|
|
Load ( string filename, SageContext context ) : void |
Loads the XML document from the specified URL, with support for
|
Метод | Описание | |
---|---|---|
CreateErrorElement ( string errorText ) : |
||
GetIncludeId ( |
||
LoadInternal ( string filename, SageContext context, bool processIncludes = true ) : void | ||
ProcessInclude ( |
||
ProcessIncludes ( |
||
ProcessIncludes ( |
||
ResolveExtraDocumentInclude ( |
||
ResolveIntraDocumentInclude ( |
public AddDependencies ( IEnumerable |
||
dependencies | IEnumerable |
The dependencies to add. |
Результат | void |
public static CreateReaderSettings ( |
||
resolver | The resolver to use with this settings.. | |
Результат |
public Load ( string filename, SageContext context ) : void | ||
filename | string | URL for the file containing the XML document to load. The URL can be either a local /// file or an HTTP URL (a Web address). |
context | SageContext | The context under which the code is being invoked. |
Результат | void |