System::Xml::XmlTextReader::MoveToAttribute μέθοδος

XmlTextReader::MoveToAttribute(int32_t) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο δείκτη.

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
ParameterTypeΠεριγραφή
iint32_tΟ δείκτης του χαρακτηριστικού.

Δείτε επίσης

XmlTextReader::MoveToAttribute(String, String) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο τοπικό όνομα και το URI του ονοματοχώρου.

bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
ParameterTypeΠεριγραφή
localNameStringΤο τοπικό όνομα του χαρακτηριστικού.
namespaceURIStringΤο URI του χώρου ονομάτων του χαρακτηριστικού.

ReturnValue

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

Δείτε επίσης

XmlTextReader::MoveToAttribute(String) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο όνομα.

bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
ParameterTypeΠεριγραφή
όνομαStringΤο πλήρες όνομα του χαρακτηριστικού.

ReturnValue

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

Δείτε επίσης