C# Class Mono.Xml.DTDValidatingReader.AttributeSlot

ファイルを表示 Open project: runefs/Marvin

Public Properties

Property Type Description
IsDefault bool
LocalName string
NS string
Name string
Prefix string
Value string

Public Methods

Method Description
Clear ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Property Details

IsDefault public_oe property

public bool IsDefault
return bool

LocalName public_oe property

public string LocalName
return string

NS public_oe property

public string NS
return string

Name public_oe property

public string Name
return string

Prefix public_oe property

public string Prefix
return string

Value public_oe property

public string Value
return string