CustomContext Class
Definition
- Namespace
- Sandcastle.Core.BuildAssembler
- Assembly
- Sandcastle.Core.dll
This represents a custom XSLT context used by BuildAssembler
public class CustomContext : XsltContext, IEnumerable, IXmlNamespaceResolver
- Inheritance
-
CustomContext
- Implements
Constructors
| CustomContext() |
Constructor |
| CustomContext(IDictionary<string, string>) |
This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is the namespace URI). |
Properties
| this[string] |
Indexer |
| Whitespace |
Methods
| ClearVariable(string) |
Clear the named variable |
| ClearVariables() |
Clear all variables |
| CompareDocument(string, string) |
This method is not used |
| PreserveWhitespace(XPathNavigator) | |
| ResolveFunction(string, string, XPathResultType[]) |
This method is not implemented |
| ResolveVariable(string, string) |