C# Class System.Xml.XmlValidatingReader

Inheritance: XmlReader, IXmlLineInfo, IXmlNamespaceResolver
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

Public Methods

Method Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
HasLineInfo ( ) : bool
LookupNamespace ( String prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadString ( ) : string
ReadTypedValue ( ) : object
ResolveEntity ( ) : void
XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
XmlValidatingReader ( XmlReader reader ) : System
XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System

Private Methods

Method Description
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

Method Details

Close() public method

public Close ( ) : void
return void

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 localName, string namespaceURI ) : string
localName string
namespaceURI string
return string

HasLineInfo() public method

public HasLineInfo ( ) : bool
return bool

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 localName, string namespaceURI ) : bool
localName string
namespaceURI 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

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ReadContentAsBase64() public method

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadContentAsBinHex() public method

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadElementContentAsBase64() public method

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadElementContentAsBinHex() public method

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadString() public method

public ReadString ( ) : string
return string

ReadTypedValue() public method

public ReadTypedValue ( ) : object
return object

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

XmlValidatingReader() public method

public XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType System.Xml.XmlNodeType
context XmlParserContext
return System

XmlValidatingReader() public method

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

XmlValidatingReader() public method

public XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType System.Xml.XmlNodeType
context XmlParserContext
return System