XmlDocument.CreateNavigator 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 문서를 탐색하기 위한 새 XPathNavigator 개체를 만듭니다.
오버로드
| Name | Description |
|---|---|
| CreateNavigator() |
이 문서를 탐색하기 위한 새 XPathNavigator 개체를 만듭니다. |
| CreateNavigator(XmlNode) |
XPathNavigator 지정된 위치에 있는 이 문서를 탐색하기 위한 개체를 XmlNode 만듭니다. |
CreateNavigator()
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
이 문서를 탐색하기 위한 새 XPathNavigator 개체를 만듭니다.
public:
override System::Xml::XPath::XPathNavigator ^ CreateNavigator();
public override System.Xml.XPath.XPathNavigator? CreateNavigator();
public override System.Xml.XPath.XPathNavigator CreateNavigator();
override this.CreateNavigator : unit -> System.Xml.XPath.XPathNavigator
Public Overrides Function CreateNavigator () As XPathNavigator
반품
XPathNavigator 개체입니다.
예제
이 메서드를 사용하는 예제를 참조 XmlNode.CreateNavigator 하세요.
설명
이 메서드는 DOM(문서 개체 모델)에 대한 Microsoft 확장입니다.
적용 대상
CreateNavigator(XmlNode)
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
- Source:
- XmlDocument.cs
XPathNavigator 지정된 위치에 있는 이 문서를 탐색하기 위한 개체를 XmlNode 만듭니다.
protected public:
virtual System::Xml::XPath::XPathNavigator ^ CreateNavigator(System::Xml::XmlNode ^ node);
protected internal virtual System.Xml.XPath.XPathNavigator? CreateNavigator(System.Xml.XmlNode node);
protected internal virtual System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node);
override this.CreateNavigator : System.Xml.XmlNode -> System.Xml.XPath.XPathNavigator
Protected Friend Overridable Function CreateNavigator (node As XmlNode) As XPathNavigator
매개 변수
반품
XPathNavigator 개체입니다.
예제
이 메서드를 사용하는 예제를 참조 XmlNode.CreateNavigator 하세요.
설명
이 메서드는 DOM(문서 개체 모델)에 대한 Microsoft 확장입니다.