Click or drag to resize

SchematronContext Class

[Missing <summary> documentation for "T:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext"]

Inheritance Hierarchy
SystemObject
  System.XmlXmlNamespaceManager
    System.Xml.XslXsltContext
      WorkZone.Dispatcher.Base.Schematron.XsltSchematronContext

Namespace: WorkZone.Dispatcher.Base.Schematron.Xslt
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class SchematronContext : XsltContext

The SchematronContext type exposes the following members.

Constructors
 NameDescription
Public methodSchematronContext(IEnumerableLet)Initializes a new instance of the SchematronContext class
Public methodSchematronContext(NameTable, IEnumerableLet, XPathNavigator)Initializes a new instance of the SchematronContext class
Top
Properties
 NameDescription
Public propertyDefaultNamespaceGets the namespace URI for the default namespace.
(Inherited from XmlNamespaceManager)
Public propertyNameTableGets the XmlNameTable associated with this object.
(Inherited from XmlNamespaceManager)
Public propertyNavigator 
Public propertyWhitespace
(Overrides XsltContextWhitespace)
Top
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