C# Class System.Xml.XmlNodeReaderNavigator

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CheckIndexCondition void
DefaultLookupNamespace string
GetAttributeFromElement String
GetAttributeFromElement String
GetNamespacesInScope string>.IDictionary
InitDecAttr void
InitDocTypeAttr void
IsLocalNameEmpty bool
LookupPrefix String
MoveToAttributeFromElement bool
MoveToNextSibling bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetAttribute() public méthode

public GetAttribute ( String name ) : String
name String
Résultat String

GetAttribute() public méthode

public GetAttribute ( String name, String ns ) : String
name String
ns String
Résultat String

GetAttribute() public méthode

public GetAttribute ( int attributeIndex ) : String
attributeIndex int
Résultat String

GetDecAttrInd() public méthode

public GetDecAttrInd ( String name ) : int
name String
Résultat int

GetDeclarationAttr() public méthode

public GetDeclarationAttr ( XmlDeclaration decl, String name ) : String
decl XmlDeclaration
name String
Résultat String

GetDeclarationAttr() public méthode

public GetDeclarationAttr ( int i ) : String
i int
Résultat String

GetDocTypeAttrInd() public méthode

public GetDocTypeAttrInd ( String name ) : int
name String
Résultat int

GetDocumentTypeAttr() public méthode

public GetDocumentTypeAttr ( XmlDocumentType docType, String name ) : String
docType XmlDocumentType
name String
Résultat String

GetDocumentTypeAttr() public méthode

public GetDocumentTypeAttr ( int i ) : String
i int
Résultat String

LogMove() public méthode

public LogMove ( int level ) : void
level int
Résultat void

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : String
prefix string
Résultat String

MoveToAttribute() public méthode

public MoveToAttribute ( string name ) : bool
name string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int attributeIndex ) : void
attributeIndex int
Résultat void

MoveToElement() public méthode

public MoveToElement ( ) : bool
Résultat bool

MoveToFirstChild() public méthode

public MoveToFirstChild ( ) : bool
Résultat bool

MoveToNext() public méthode

public MoveToNext ( ) : bool
Résultat bool

MoveToNextAttribute() public méthode

public MoveToNextAttribute ( int &level ) : bool
level int
Résultat bool

MoveToParent() public méthode

public MoveToParent ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( int &level, bool &bResolveEntity, System.Xml.XmlNodeType &nt ) : bool
level int
bResolveEntity bool
nt System.Xml.XmlNodeType
Résultat bool

ResetMove() public méthode

public ResetMove ( int &level, System.Xml.XmlNodeType &nt ) : void
level int
nt System.Xml.XmlNodeType
Résultat void

ResetToAttribute() public méthode

public ResetToAttribute ( int &level ) : void
level int
Résultat void

RollBackMove() public méthode

public RollBackMove ( int &level ) : void
level int
Résultat void

XmlNodeReaderNavigator() public méthode

public XmlNodeReaderNavigator ( XmlNode node ) : System
node XmlNode
Résultat System