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

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

Méthodes publiques

Méthode Description
parse ( String url ) : void

parse ( TextReader textReader ) : void

setContentHandler ( ISAXContentHandler handler ) : void

setErrorHandler ( ISAXErrorHandler errorHandler ) : void

Method Details

parse() public méthode

public parse ( String url ) : void
url String
Résultat void

parse() public méthode

public parse ( TextReader textReader ) : void
textReader System.IO.TextReader
Résultat void

setContentHandler() public méthode

public setContentHandler ( ISAXContentHandler handler ) : void
handler ISAXContentHandler
Résultat void

setErrorHandler() public méthode

public setErrorHandler ( ISAXErrorHandler errorHandler ) : void
errorHandler ISAXErrorHandler
Résultat void