Represents a closed immutable and loose path to a node in an XML fragment.
Namespace:
Gallio.Common.Xml.PathsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public interface IXmlPathLooseClosed : IXmlPathLoose, IXmlPath |
| Visual Basic (Declaration) |
|---|
Public Interface IXmlPathLooseClosed _ Implements IXmlPathLoose, IXmlPath |
Remarks
A closed path points to a type of node that has no child, like an attribute.
Remarks
A loose path is built based on the name of the elements that lead to it. Thus several nodes might be represented by the same loose path.
