MessageBuffer.CreateNavigator 메서드
정의
이 개체를 탐색하기 위한 새로운 XPathNavigator 개체를 만듭니다.Creates a new XPathNavigator object for navigating this object.
오버로드
CreateNavigator() |
이 개체를 탐색하기 위한 새로운 XPathNavigator 개체를 만듭니다.Creates a new XPathNavigator object for navigating this object. 이 메서드는 상속될 수 없습니다.This method cannot be inherited. |
CreateNavigator(Int32) |
지정된 노드에 검색기를 배치하여 이 개체를 탐색하기 위한 새 XPathNavigator 개체를 만듭니다.Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the node specified. |
CreateNavigator(XmlSpace) |
지정된 XPathNavigator 범위를 사용하여 이 개체를 탐색하기 위한 새 |
CreateNavigator(Int32, XmlSpace) |
지정된 노드 및 XPathNavigator 범위에 검색기를 배치하여 이 개체를 탐색하기 위한 새 |
설명
메시지 복사본의 일부만 조작하려면 이 메서드를 사용합니다.Use this method if you want to manipulate just a portion of the message copy.
CreateNavigator()
이 개체를 탐색하기 위한 새로운 XPathNavigator 개체를 만듭니다.Creates a new XPathNavigator object for navigating this object. 이 메서드는 상속될 수 없습니다.This method cannot be inherited.
public:
virtual System::Xml::XPath::XPathNavigator ^ CreateNavigator();
public System.Xml.XPath.XPathNavigator CreateNavigator ();
abstract member CreateNavigator : unit -> System.Xml.XPath.XPathNavigator
override this.CreateNavigator : unit -> System.Xml.XPath.XPathNavigator
Public Function CreateNavigator () As XPathNavigator
반환
이 개체를 탐색하기 위한 XPathNavigator 개체입니다.An XPathNavigator object for navigating this object.
구현
설명
메시지 복사본의 일부만 조작하려면 이 메서드를 사용합니다.Use this method if you want to manipulate just a portion of the message copy.
CreateNavigator(Int32)
지정된 노드에 검색기를 배치하여 이 개체를 탐색하기 위한 새 XPathNavigator 개체를 만듭니다.Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the node specified.
public:
System::Xml::XPath::XPathNavigator ^ CreateNavigator(int nodeQuota);
public System.Xml.XPath.XPathNavigator CreateNavigator (int nodeQuota);
member this.CreateNavigator : int -> System.Xml.XPath.XPathNavigator
Public Function CreateNavigator (nodeQuota As Integer) As XPathNavigator
매개 변수
- nodeQuota
- Int32
검색기를 맨 처음 배치할 위치입니다.The location you want the navigator to be positioned on initially.
반환
이 개체를 탐색하기 위한 XPathNavigator 개체입니다.An XPathNavigator object for navigating this object.
설명
메시지 복사본의 일부만 조작하려면 이 메서드를 사용합니다.Use this method if you want to manipulate just a portion of the message copy.
CreateNavigator(XmlSpace)
지정된 XPathNavigator 범위를 사용하여 이 개체를 탐색하기 위한 새 xml:space
개체를 만듭니다.Creates a new XPathNavigator object for navigating this object, with the specified xml:space
scope.
public:
System::Xml::XPath::XPathNavigator ^ CreateNavigator(System::Xml::XmlSpace space);
public System.Xml.XPath.XPathNavigator CreateNavigator (System.Xml.XmlSpace space);
member this.CreateNavigator : System.Xml.XmlSpace -> System.Xml.XPath.XPathNavigator
Public Function CreateNavigator (space As XmlSpace) As XPathNavigator
매개 변수
반환
이 개체를 탐색하기 위한 XPathNavigator 개체입니다.An XPathNavigator object for navigating this object.
설명
메시지 복사본의 일부만 조작하려면 이 메서드를 사용합니다.Use this method if you want to manipulate just a portion of the message copy.
CreateNavigator(Int32, XmlSpace)
지정된 노드 및 XPathNavigator 범위에 검색기를 배치하여 이 개체를 탐색하기 위한 새 xml:space
개체를 만듭니다.Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the specified node and xml:space
scope.
public:
System::Xml::XPath::XPathNavigator ^ CreateNavigator(int nodeQuota, System::Xml::XmlSpace space);
public System.Xml.XPath.XPathNavigator CreateNavigator (int nodeQuota, System.Xml.XmlSpace space);
member this.CreateNavigator : int * System.Xml.XmlSpace -> System.Xml.XPath.XPathNavigator
Public Function CreateNavigator (nodeQuota As Integer, space As XmlSpace) As XPathNavigator
매개 변수
- nodeQuota
- Int32
검색기를 맨 처음 배치할 위치입니다.The location you want the navigator to be positioned on initially.
반환
이 개체를 탐색하기 위한 XPathNavigator 개체입니다.An XPathNavigator object for navigating this object.
설명
메시지 복사본의 일부만 조작하려면 이 메서드를 사용합니다.Use this method if you want to manipulate just a portion of the message copy.