C# Class Simpl.Serialization.Deserializers.Parsers.Xml.SaxParser

The SaxParser class build a SAX push model from the pull model found in the XmlTextReader.
Exibir arquivo Open project: ecologylab/simplCSharp

Public Methods

Method Description
parse ( String url ) : void

parse ( TextReader textReader ) : void

setContentHandler ( ISAXContentHandler handler ) : void

setErrorHandler ( ISAXErrorHandler errorHandler ) : void

Method Details

parse() public method

public parse ( String url ) : void
url String
return void

parse() public method

public parse ( TextReader textReader ) : void
textReader System.IO.TextReader
return void

setContentHandler() public method

public setContentHandler ( ISAXContentHandler handler ) : void
handler ISAXContentHandler
return void

setErrorHandler() public method

public setErrorHandler ( ISAXErrorHandler errorHandler ) : void
errorHandler ISAXErrorHandler
return void