XmlTextReader « XML « VB.Net

Home
VB.Net
1.2D
2.Application
3.Class
4.Data Structure
5.Data Types
6.Database ADO.net
7.Date Time
8.Development
9.Event
10.File Directory
11.Generics
12.GUI
13.Internationalization I18N
14.Language Basics
15.LINQ
16.Network Remote
17.Reflection
18.Security
19.Thread
20.Windows Presentation Foundation
21.Windows System
22.XML
23.XML LINQ
VB.Net Tutorial
VB.Net by API
VB.Net » XML » XmlTextReaderScreenshots 
1.Create XmlTextReader class with the specified file.
2.Create XmlTextReader class with the specified TextReader.
3.XmlTextReader.AttributeCount gets the number of attributes on the current node.
4.XmlTextReader.BaseURI Property gets the base URI of the current node.
5.XmlTextReader.Depth Property gets the depth of the current node in the XML document.
6.XmlTextReader.GetAttribute gets the value of the attribute with the specified name.
7.XmlTextReader.GetRemainder gets the remainder of the buffered XML.
8.XmlTextReader.HasValue tells whether the current node can have a Value other than String.Empty.
9.XmlTextReader.IsEmptyElement tells whether the current node is an empty element (for example, ).
10.XmlTextReader.LinePosition Property gets the current line position.
11.XmlTextReader.LocalName Property gets the local name of the current node.
12.XmlTextReader.MoveToFirstAttribute Method moves to the first attribute.
13.XmlTextReader.Name Property gets the qualified name of the current node.
14.XmlTextReader.Normalization Property tells whether to normalize white space and attribute values.
15.XmlTextReader.ReadBase64 Method decodes Base64 and returns the decoded binary bytes.
16.XmlTextReader.XmlLang Property gets the current xml:lang scope.
17.XmlTextReader.XmlSpace Property gets the current xml:space scope.
18.Read binary hex value
w__ww___._j__a___va2_s__.co___m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.