C# 클래스 System.Xml.XmlTextReaderImpl.NoNamespaceManager

상속: XmlNamespaceManager
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
AddNamespace ( string prefix, string uri ) : void
GetEnumerator ( ) : IEnumerator
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
HasNamespace ( string prefix ) : bool
LookupNamespace ( string prefix ) : string
LookupPrefix ( string uri ) : string
NoNamespaceManager ( ) : System
PopScope ( ) : bool
PushScope ( ) : void
RemoveNamespace ( string prefix, string uri ) : void

메소드 상세

AddNamespace() 공개 메소드

public AddNamespace ( string prefix, string uri ) : void
prefix string
uri string
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetNamespacesInScope() 공개 메소드

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
리턴 string>.IDictionary

HasNamespace() 공개 메소드

public HasNamespace ( string prefix ) : bool
prefix string
리턴 bool

LookupNamespace() 공개 메소드

public LookupNamespace ( string prefix ) : string
prefix string
리턴 string

LookupPrefix() 공개 메소드

public LookupPrefix ( string uri ) : string
uri string
리턴 string

NoNamespaceManager() 공개 메소드

public NoNamespaceManager ( ) : System
리턴 System

PopScope() 공개 메소드

public PopScope ( ) : bool
리턴 bool

PushScope() 공개 메소드

public PushScope ( ) : void
리턴 void

RemoveNamespace() 공개 메소드

public RemoveNamespace ( string prefix, string uri ) : void
prefix string
uri string
리턴 void