Custom
The following tables list the members exposed by ExsltContext.
Public Constructors
| Name | Description | |
|---|---|---|
|
ExsltContext | Overloaded. Creates new ExsltContext instance. |
Public Properties
| Name | Description | |
|---|---|---|
|
DefaultNamespace | Gets the namespace URI for the default namespace. (inherited from XmlNamespaceManager) |
|
NameTable | Gets the |
|
SupportedFunctions | Bitwise enumeration used to specify which EXSLT functions should be accessible to in the ExsltContext. The default value is ExsltFunctionNamespace.All |
|
Whitespace | Overidden. See |
Public Methods
| Name | Description | |
|---|---|---|
|
AddNamespace | Adds the given namespace to the collection. (inherited from XmlNamespaceManager) |
|
CompareDocument | Overidden. See |
|
ConvertToXPathType | Converts CLI type to XPathResultType type. |
|
Equals | Determines whether the specified |
|
GetEnumerator | Returns an enumerator to use to iterate through the namespaces in the |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetNamespacesInScope | Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope. (inherited from XmlNamespaceManager) |
|
GetType | Gets the |
|
HasNamespace | Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope. (inherited from XmlNamespaceManager) |
|
LookupNamespace | Gets the namespace URI for the specified prefix. (inherited from XmlNamespaceManager) |
|
LookupPrefix | Finds the prefix declared for the given namespace URI. (inherited from XmlNamespaceManager) |
|
PopScope | Pops a namespace scope off the stack. (inherited from XmlNamespaceManager) |
|
PreserveWhitespace | Overidden. See |
|
PushScope | Pushes a namespace scope onto the stack. (inherited from XmlNamespaceManager) |
|
RemoveNamespace | Removes the given namespace for the given prefix. (inherited from XmlNamespaceManager) |
|
ResolveFunction | Overidden. Resolves custom function in XPath expression. |
|
ResolveVariable | Overidden. Resolves variables. |
|
ToString | Returns a |