Click or drag to resize

SchematronContext Methods

The SchematronContext type exposes the following members.

Methods
 NameDescription
Public methodAddNamespaceAdds the given namespace to the collection.
(Inherited from XmlNamespaceManager)
Public methodCompareDocument
(Overrides XsltContextCompareDocument(String, String))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager.
(Inherited from XmlNamespaceManager)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNamespacesInScopeGets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.
(Inherited from XmlNamespaceManager)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasNamespaceGets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.
(Inherited from XmlNamespaceManager)
Public methodLookupNamespaceGets the namespace URI for the specified prefix.
(Inherited from XmlNamespaceManager)
Public methodLookupPrefixFinds the prefix declared for the given namespace URI.
(Inherited from XmlNamespaceManager)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPopScopePops a namespace scope off the stack.
(Inherited from XmlNamespaceManager)
Public methodPreserveWhitespace
(Overrides XsltContextPreserveWhitespace(XPathNavigator))
Public methodPushScopePushes a namespace scope onto the stack.
(Inherited from XmlNamespaceManager)
Public methodRemoveNamespaceRemoves the given namespace for the given prefix.
(Inherited from XmlNamespaceManager)
Public methodResolveFunction
(Overrides XsltContextResolveFunction(String, String, XPathResultType))
Public methodResolveVariable
(Overrides XsltContextResolveVariable(String, String))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also