C# 클래스 System.Xml.XmlNodeReaderNavigator

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckIndexCondition void
DefaultLookupNamespace string
GetAttributeFromElement String
GetAttributeFromElement String
GetNamespacesInScope string>.IDictionary
InitDecAttr void
InitDocTypeAttr void
IsLocalNameEmpty bool
LookupPrefix String
MoveToAttributeFromElement bool
MoveToNextSibling bool

공개 메소드들

메소드 설명
GetAttribute ( String name ) : String
GetAttribute ( String name, String ns ) : String
GetAttribute ( int attributeIndex ) : String
GetDecAttrInd ( String name ) : int
GetDeclarationAttr ( XmlDeclaration decl, String name ) : String
GetDeclarationAttr ( int i ) : String
GetDocTypeAttrInd ( String name ) : int
GetDocumentTypeAttr ( XmlDocumentType docType, String name ) : String
GetDocumentTypeAttr ( int i ) : String
LogMove ( int level ) : void
LookupNamespace ( string prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string namespaceURI ) : bool
MoveToAttribute ( int attributeIndex ) : void
MoveToElement ( ) : bool
MoveToFirstChild ( ) : bool
MoveToNext ( ) : bool
MoveToNextAttribute ( int &level ) : bool
MoveToParent ( ) : bool
ReadAttributeValue ( int &level, bool &bResolveEntity, System.Xml.XmlNodeType &nt ) : bool
ResetMove ( int &level, System.Xml.XmlNodeType &nt ) : void
ResetToAttribute ( int &level ) : void
RollBackMove ( int &level ) : void
XmlNodeReaderNavigator ( XmlNode node ) : System

비공개 메소드들

메소드 설명
CheckIndexCondition ( int attributeIndex ) : void
DefaultLookupNamespace ( string prefix ) : string
GetAttributeFromElement ( XmlElement elem, String name ) : String
GetAttributeFromElement ( XmlElement elem, String name, String ns ) : String
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
InitDecAttr ( ) : void
InitDocTypeAttr ( ) : void
IsLocalNameEmpty ( System.Xml.XmlNodeType nt ) : bool
LookupPrefix ( string namespaceName ) : String
MoveToAttributeFromElement ( XmlElement elem, String name, String ns ) : bool
MoveToNextSibling ( XmlNode node ) : bool

메소드 상세

GetAttribute() 공개 메소드

public GetAttribute ( String name ) : String
name String
리턴 String

GetAttribute() 공개 메소드

public GetAttribute ( String name, String ns ) : String
name String
ns String
리턴 String

GetAttribute() 공개 메소드

public GetAttribute ( int attributeIndex ) : String
attributeIndex int
리턴 String

GetDecAttrInd() 공개 메소드

public GetDecAttrInd ( String name ) : int
name String
리턴 int

GetDeclarationAttr() 공개 메소드

public GetDeclarationAttr ( XmlDeclaration decl, String name ) : String
decl XmlDeclaration
name String
리턴 String

GetDeclarationAttr() 공개 메소드

public GetDeclarationAttr ( int i ) : String
i int
리턴 String

GetDocTypeAttrInd() 공개 메소드

public GetDocTypeAttrInd ( String name ) : int
name String
리턴 int

GetDocumentTypeAttr() 공개 메소드

public GetDocumentTypeAttr ( XmlDocumentType docType, String name ) : String
docType XmlDocumentType
name String
리턴 String

GetDocumentTypeAttr() 공개 메소드

public GetDocumentTypeAttr ( int i ) : String
i int
리턴 String

LogMove() 공개 메소드

public LogMove ( int level ) : void
level int
리턴 void

LookupNamespace() 공개 메소드

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

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name ) : bool
name string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int attributeIndex ) : void
attributeIndex int
리턴 void

MoveToElement() 공개 메소드

public MoveToElement ( ) : bool
리턴 bool

MoveToFirstChild() 공개 메소드

public MoveToFirstChild ( ) : bool
리턴 bool

MoveToNext() 공개 메소드

public MoveToNext ( ) : bool
리턴 bool

MoveToNextAttribute() 공개 메소드

public MoveToNextAttribute ( int &level ) : bool
level int
리턴 bool

MoveToParent() 공개 메소드

public MoveToParent ( ) : bool
리턴 bool

ReadAttributeValue() 공개 메소드

public ReadAttributeValue ( int &level, bool &bResolveEntity, System.Xml.XmlNodeType &nt ) : bool
level int
bResolveEntity bool
nt System.Xml.XmlNodeType
리턴 bool

ResetMove() 공개 메소드

public ResetMove ( int &level, System.Xml.XmlNodeType &nt ) : void
level int
nt System.Xml.XmlNodeType
리턴 void

ResetToAttribute() 공개 메소드

public ResetToAttribute ( int &level ) : void
level int
리턴 void

RollBackMove() 공개 메소드

public RollBackMove ( int &level ) : void
level int
리턴 void

XmlNodeReaderNavigator() 공개 메소드

public XmlNodeReaderNavigator ( XmlNode node ) : System
node XmlNode
리턴 System