Represents an open, immutable and strict path to a node in an XML fragment.

Namespace:  Gallio.Common.Xml.Paths
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IXmlPathStrict : IXmlPath
Visual Basic (Declaration)
Public Interface IXmlPathStrict _
	Implements IXmlPath

Remarks

A strict path is built based on the index of the elements that lead to it. Thus a strict path unambiguously designates one and only one node in an XML fragment.

See Also