System::Xml::XmlReader::ReadToFollowing 메서드

XmlReader::ReadToFollowing(String, String) method

지정된 로컬 이름 및 네임스페이스 URI를 가진 요소가 발견될 때까지 읽습니다.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
매개변수형식설명
localNameString요소의 로컬 이름입니다.
namespaceURIString요소의 네임스페이스 URI.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

또 보기

XmlReader::ReadToFollowing(String) method

지정된 한정 이름을 가진 요소가 발견될 때까지 읽습니다.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
매개변수형식설명
nameString요소의 정규화된 이름.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

또 보기