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).
[Visual Basic] Overrides Public Function CompareDocument( _ ByVal baseUri As String, _ ByVal nextbaseUri As String _ ) As Integer [C#] public override int CompareDocument( string baseUri, string nextbaseUri ); [C++] public: int CompareDocument( String* baseUri, String* nextbaseUri ); [JScript] public override function CompareDocument( String baseUri, String nextbaseUri ): int;
An integer value describing the relative order of the two base URIs. -1 if baseUri occurs before nextbaseUri, 0 if the two base URIs are identical and 1 if baseUri occurs after nextbaseUri.
DDomContext Class | XRules Namespace