C# Class Mono.Xml.DTDValidatingReader

Inheritance: XmlReader, IXmlLineInfo, IXmlNamespaceResolver, IHasXmlParserContext, IHasXmlSchemaInfo
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
DTDValidatingReader System
DtdValidateAttributes void
FillAttributes void
FilterNormalization string
GetAttributeIndex int
GetAttributeIndex int
GetAttributeSlot AttributeSlot
HandleError void
HandleError void
IXmlLineInfo bool
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string
ProcessContent bool
ReadContent bool
ValidateAttributes void
ValidateText void
ValidateWhitespaceNode void

Public Methods

Method Description
Close ( ) : void
DTDValidatingReader ( XmlReader reader ) : System
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string ns ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
ProcessEndElement ( ) : void
ProcessStartElement ( ) : void
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadDoctype ( ) : void
ResolveEntity ( ) : void
VerifyDeclaredAttributes ( DTDAttListDeclaration decl ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string ns ) : string

Private Methods

Method Description
DTDValidatingReader ( XmlReader reader, XmlValidatingReader validatingReader ) : System
DtdValidateAttributes ( DTDAttListDeclaration decl, bool validate ) : void
FillAttributes ( ) : void
FilterNormalization ( string attrName, string rawValue ) : string
GetAttributeIndex ( string name ) : int
GetAttributeIndex ( string localName, string ns ) : int
GetAttributeSlot ( ) : AttributeSlot
HandleError ( XmlSchemaException ex, XmlSeverityType severity ) : void
HandleError ( string message, XmlSeverityType severity ) : void
IXmlLineInfo ( ) : bool
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string ns ) : string
ProcessContent ( ) : bool
ReadContent ( ) : bool
ValidateAttributes ( DTDAttListDeclaration decl, bool validate ) : void
ValidateText ( ) : void
ValidateWhitespaceNode ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DTDValidatingReader() public method

public DTDValidatingReader ( XmlReader reader ) : System
reader XmlReader
return System

GetAttribute() public method

public GetAttribute ( int i ) : string
i int
return string

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string name, string ns ) : string
name string
ns string
return string

LookupNamespace() public method

public LookupNamespace ( string prefix ) : string
prefix string
return string

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool

MoveToAttribute() public method

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
return bool

MoveToAttribute() public method

public MoveToAttribute ( int i ) : void
i int
return void

MoveToElement() public method

public MoveToElement ( ) : bool
return bool

MoveToFirstAttribute() public method

public MoveToFirstAttribute ( ) : bool
return bool

MoveToNextAttribute() public method

public MoveToNextAttribute ( ) : bool
return bool

ProcessEndElement() public method

public ProcessEndElement ( ) : void
return void

ProcessStartElement() public method

public ProcessStartElement ( ) : void
return void

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ReadDoctype() public method

public ReadDoctype ( ) : void
return void

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

VerifyDeclaredAttributes() public method

public VerifyDeclaredAttributes ( DTDAttListDeclaration decl ) : void
decl DTDAttListDeclaration
return void

this() public method

public this ( int i ) : string
i int
return string

this() public method

public this ( string name ) : string
name string
return string

this() public method

public this ( string name, string ns ) : string
name string
ns string
return string