C# Class Smoothget.Smooth.Parse

Mostrar archivo Open project: pinglossy/smoothget

Public Methods

Method Description
Attributes ( XmlNode element ) : string>.IDictionary
BoolAttribute ( string>.IDictionary attributes, string key ) : bool
CustomAttributes ( XmlNode element ) : string>.IDictionary
HexStringAttribute ( string>.IDictionary attributes, string key ) : byte[]
MediaStreamTypeAttribute ( string>.IDictionary attributes, string key ) : MediaStreamType
StringAttribute ( string>.IDictionary attributes, string key ) : string
UInt16Attribute ( string>.IDictionary attributes, string key ) : ushort
UInt32Attribute ( string>.IDictionary attributes, string key ) : uint
UInt64Attribute ( string>.IDictionary attributes, string key ) : ulong

Method Details

Attributes() public static method

public static Attributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
return string>.IDictionary

BoolAttribute() public static method

public static BoolAttribute ( string>.IDictionary attributes, string key ) : bool
attributes string>.IDictionary
key string
return bool

CustomAttributes() public static method

public static CustomAttributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
return string>.IDictionary

HexStringAttribute() public static method

public static HexStringAttribute ( string>.IDictionary attributes, string key ) : byte[]
attributes string>.IDictionary
key string
return byte[]

MediaStreamTypeAttribute() public static method

public static MediaStreamTypeAttribute ( string>.IDictionary attributes, string key ) : MediaStreamType
attributes string>.IDictionary
key string
return MediaStreamType

StringAttribute() public static method

public static StringAttribute ( string>.IDictionary attributes, string key ) : string
attributes string>.IDictionary
key string
return string

UInt16Attribute() public static method

public static UInt16Attribute ( string>.IDictionary attributes, string key ) : ushort
attributes string>.IDictionary
key string
return ushort

UInt32Attribute() public static method

public static UInt32Attribute ( string>.IDictionary attributes, string key ) : uint
attributes string>.IDictionary
key string
return uint

UInt64Attribute() public static method

public static UInt64Attribute ( string>.IDictionary attributes, string key ) : ulong
attributes string>.IDictionary
key string
return ulong