System::Xml::XmlValidatingReader::MoveToAttribute metodo

XmlValidatingReader::MoveToAttribute(int32_t) method

Si sposta sull’attributo con l’indice specificato.

void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
ParametroTipoDescrizione
iint32_tL’indice dell’attributo.

Vedi anche

XmlValidatingReader::MoveToAttribute(String, String) method

Si sposta sull’attributo con il nome locale e l’Uniform Resource Identifier (URI) dello spazio dei nomi specificati.

bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
ParametroTipoDescrizione
localNameStringaIl nome locale dell’attributo.
namespaceURIStringaL’URI dello spazio dei nomi dell’attributo.

ReturnValue

true if the attribute is found; otherwise, false. If false, the position of the reader does not change.

Vedi anche

XmlValidatingReader::MoveToAttribute(String) method

Si sposta sull’attributo con il nome specificato.

bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
ParametroTipoDescrizione
nomeStringaIl nome qualificato dell’attributo.

ReturnValue

true if the attribute is found; otherwise, false. If false, the position of the reader does not change.

Vedi anche