Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
||
GetDeclarationAttr ( int i ) : String | ||
GetDocTypeAttrInd ( String name ) : int | ||
GetDocumentTypeAttr ( |
||
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 ( |
Метод | Описание | |
---|---|---|
CheckIndexCondition ( int attributeIndex ) : void | ||
DefaultLookupNamespace ( string prefix ) : string | ||
GetAttributeFromElement ( |
||
GetAttributeFromElement ( |
||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
InitDecAttr ( ) : void | ||
InitDocTypeAttr ( ) : void | ||
IsLocalNameEmpty ( System.Xml.XmlNodeType nt ) : bool | ||
LookupPrefix ( string namespaceName ) : String | ||
MoveToAttributeFromElement ( |
||
MoveToNextSibling ( |
public GetAttribute ( String name ) : String | ||
name | String | |
Результат | String |
public GetAttribute ( String name, String ns ) : String | ||
name | String | |
ns | String | |
Результат | String |
public GetAttribute ( int attributeIndex ) : String | ||
attributeIndex | int | |
Результат | String |
public GetDecAttrInd ( String name ) : int | ||
name | String | |
Результат | int |
public GetDeclarationAttr ( |
||
decl | ||
name | String | |
Результат | String |
public GetDeclarationAttr ( int i ) : String | ||
i | int | |
Результат | String |
public GetDocTypeAttrInd ( String name ) : int | ||
name | String | |
Результат | int |
public GetDocumentTypeAttr ( |
||
docType | ||
name | String | |
Результат | String |
public GetDocumentTypeAttr ( int i ) : String | ||
i | int | |
Результат | String |
public LookupNamespace ( string prefix ) : String | ||
prefix | string | |
Результат | String |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
Результат | bool |
public MoveToAttribute ( string name, string namespaceURI ) : bool | ||
name | string | |
namespaceURI | string | |
Результат | bool |
public MoveToAttribute ( int attributeIndex ) : void | ||
attributeIndex | int | |
Результат | void |
public MoveToNextAttribute ( int &level ) : bool | ||
level | int | |
Результат | bool |
public ReadAttributeValue ( int &level, bool &bResolveEntity, System.Xml.XmlNodeType &nt ) : bool | ||
level | int | |
bResolveEntity | bool | |
nt | System.Xml.XmlNodeType | |
Результат | bool |
public ResetMove ( int &level, System.Xml.XmlNodeType &nt ) : void | ||
level | int | |
nt | System.Xml.XmlNodeType | |
Результат | void |
public ResetToAttribute ( int &level ) : void | ||
level | int | |
Результат | void |
public XmlNodeReaderNavigator ( |
||
node | ||
Результат | System |