IXmlNamespaceResolver 인터페이스
정의
접두사 및 네임스페이스 매핑 집합에 읽기 전용으로 액세스하는 데 사용됩니다.Provides read-only access to a set of prefix and namespace mappings.
public interface class IXmlNamespaceResolver
public interface IXmlNamespaceResolver
type IXmlNamespaceResolver = interface
Public Interface IXmlNamespaceResolver
- 파생
메서드
GetNamespacesInScope(XmlNamespaceScope) |
현재 범위 내에 정의된 접두사-네임스페이스 매핑 컬렉션을 가져옵니다.Gets a collection of defined prefix-namespace mappings that are currently in scope. |
LookupNamespace(String) |
지정된 접두사에 매핑된 네임스페이스 URI를 가져옵니다.Gets the namespace URI mapped to the specified prefix. |
LookupPrefix(String) |
지정된 네임스페이스 URI에 매핑된 접두사를 가져옵니다.Gets the prefix that is mapped to the specified namespace URI. |