C# 클래스 System.Xml.Xsl.Runtime.XmlAttributeCache.AttrNameVal

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

공개 메소드들

메소드 설명
Init ( XmlAtomicValue value ) : void

Cache all or part of the attribute's typed value.

Init ( string text ) : void

Cache all or part of the attribute's string value.

Init ( string prefix, string localName, string ns, int hashCode ) : void

Cache an attribute's name and type.

IsDuplicate ( string localName, string ns, int hashCode ) : bool

Returns true if this attribute has the specified name (and thus is a duplicate).

메소드 상세

Init() 공개 메소드

Cache all or part of the attribute's typed value.
public Init ( XmlAtomicValue value ) : void
value System.Xml.Schema.XmlAtomicValue
리턴 void

Init() 공개 메소드

Cache all or part of the attribute's string value.
public Init ( string text ) : void
text string
리턴 void

Init() 공개 메소드

Cache an attribute's name and type.
public Init ( string prefix, string localName, string ns, int hashCode ) : void
prefix string
localName string
ns string
hashCode int
리턴 void

IsDuplicate() 공개 메소드

Returns true if this attribute has the specified name (and thus is a duplicate).
public IsDuplicate ( string localName, string ns, int hashCode ) : bool
localName string
ns string
hashCode int
리턴 bool