C# Class DiscogsNet.XmlReaderExtensionMethods

Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
AssertElementEnd ( this reader, string name ) : void
AssertElementStart ( this reader, string name ) : void
AssertEmptyElement ( this reader ) : void
AssertNonEmptyElement ( this reader ) : void
AssertRead ( this reader ) : void
IsElementEnd ( this reader, string name ) : bool
IsElementStart ( this reader, string name ) : bool

Method Details

AssertElementEnd() public static method

public static AssertElementEnd ( this reader, string name ) : void
reader this
name string
return void

AssertElementStart() public static method

public static AssertElementStart ( this reader, string name ) : void
reader this
name string
return void

AssertEmptyElement() public static method

public static AssertEmptyElement ( this reader ) : void
reader this
return void

AssertNonEmptyElement() public static method

public static AssertNonEmptyElement ( this reader ) : void
reader this
return void

AssertRead() public static method

public static AssertRead ( this reader ) : void
reader this
return void

IsElementEnd() public static method

public static IsElementEnd ( this reader, string name ) : bool
reader this
name string
return bool

IsElementStart() public static method

public static IsElementStart ( this reader, string name ) : bool
reader this
name string
return bool