The methods of the DDomContext class are listed below. For a complete list of DDomContext class members, see the DDomContext Members topic.
AddNamespace (inherited from XmlNamespaceManager) | Adds the given namespace to the collection. |
CompareDocument | When overridden in a derived class, compares the base URIs of two documents based upon the order the documents were loaded by the XSLT processor (that is the XslTransform class). |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator (inherited from XmlNamespaceManager) | Provides support for the "foreach" style iteration over the collection of namespaces in the XmlNamespaceManager . |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HasNamespace (inherited from XmlNamespaceManager) | Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope. |
LookupNamespace | Gets the namespace URI for the specified prefix. |
LookupPrefix (inherited from XmlNamespaceManager) | Finds the prefix declared for the given namespace URI. |
PopScope (inherited from XmlNamespaceManager) | Pops a namespace scope off the stack. |
PreserveWhitespace | When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context. |
PushScope (inherited from XmlNamespaceManager) | Pushes a namespace scope onto the stack. |
RemoveNamespace (inherited from XmlNamespaceManager) | Removes the given namespace for the given prefix. |
ResolveFunction | When overridden in a derived class, resolves a function reference and returns an IXsltContextFunction representing the function. The IXsltContextFunction is used at execution time to get the return value of the function. |
ResolveVariable | When overridden in a derived class, resolves a function reference and returns an IXsltContextFunction representing the function. The IXsltContextFunction is used at execution time to get the return value of the function. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DDomContext Class | XRules Namespace