File: IXPathNavigable.xml

package info (click to toggle)
monodoc 1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 98,436 kB
  • ctags: 5,261
  • sloc: xml: 1,506,218; cs: 40,827; sh: 3,647; perl: 554; makefile: 476
file content (34 lines) | stat: -rwxr-xr-x 1,808 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Type Name="IXPathNavigable" FullName="System.Xml.XPath.IXPathNavigable">
  <TypeSignature Maintainer="auto" Language="C#" Value="public interface IXPathNavigable" />
  <AssemblyInfo>
    <AssemblyName>System.Xml</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <ThreadSafetyStatement>Thread safety depends on the implementation.</ThreadSafetyStatement>
  <Interfaces />
  <Docs>
    <summary>Represents an interface to provide XPathNavigator instance.</summary>
    <remarks>This interface provides the way to create XPathNavigator instance.  Two XPathNavigable implementation are available in System.XML.dll: XPathDocument and XmlDocument. See <see cref="T:System.Xml.XPath.XPathDocument" /> for the detailed differences of those implementations.</remarks>
  </Docs>
  <Members>
    <Member MemberName="CreateNavigator">
      <MemberSignature Language="C#" Value="public System.Xml.XPath.XPathNavigator CreateNavigator ();" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Xml.XPath.XPathNavigator</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Creates an instance of the <see cref="System.Xml.XPath.XPathNavigator" /> provided by the implemantation of this interface.</summary>
        <returns>The <see cref="System.Xml.XPath.XPathNavigator" /> instance created by the implementation of this interface.</returns>
        <remarks>To be added.</remarks>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
  </Members>
</Type>