System::Xml::XPath::XPathNavigator::GetAttribute method
XPathNavigator::GetAttribute method
지정된 로컬 이름 및 네임스페이스 URI를 가진 속성의 값을 반환합니다.
virtual String System::Xml::XPath::XPathNavigator::GetAttribute(String localName, String namespaceURI)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| localName | String | 속성의 로컬 이름입니다. localName은 대소문자를 구분합니다. |
| namespaceURI | String | 속성의 네임스페이스 URI입니다. |
ReturnValue
지정된 속성의 값을 포함하는 String; 일치하는 속성을 찾을 수 없거나 XPathNavigator가 요소 노드에 위치하지 않은 경우 String::Empty.
또 보기
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++