AtomParserNameTable. An initialized nametable for faster XML processing parses: 4 Element Definitions 4.1 The "atom:feed" Element 4.1.1 The "version" Attribute 4.2 The "atom:head" Element 4.2.1 Usage of "atom:head" within "atom:entry" 4.3 The "atom:entry" Element 4.4 The "atom:title" Element 4.5 The "atom:id" Element 4.6 The "atom:link" Element 4.6.1 The "href" Attribute 4.6.2 The "rel" Attribute 4.6.3 The "type" Attribute 4.6.4 The "hreflang" Attribute 4.6.5 The "title" Attribute 4.6.6 The "length" Attribute 4.7 The "atom:updated" Element 4.8 The "atom:published" Element 4.9 The "atom:author" Element 4.10 The "atom:contributor" Element 4.12 The "atom:copyright" Element 4.13 The "atom:category" Element 4.13.1 The "term" Attribute 4.13.2 The "scheme" Attribute 4.13.3 The "label" attribute 4.14 The "atom:summary" Element 4.15 The "atom:content" Element 4.15.1 The "type" attribute 4.15.2 The "src" attribute 4.15.3 Processing Model 4.16 The "atom:introspection" Element 4.17 The "atom:post" Element 4.18 The "atom:edit" Element 4.20 The "atom:generator" Element the atom:icon element the atom:logo element

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public class AtomParserNameTable : BaseNameTable
Visual Basic (Declaration)
Public Class AtomParserNameTable _

	Inherits BaseNameTable
Visual C++
public ref class AtomParserNameTable : public BaseNameTable

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.BaseNameTable
    Google.GData.Client..::.AtomParserNameTable

See Also