C# Class PHPAnalysis.Parsing.XmlHelper

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Méthode Description
ContainsIllegalCharacters ( string toCheck ) : bool
ReplaceIllegalXmlCharacters ( string inputString ) : string

Method to replace Illegal XML characters, such that we can actually parse the files and analyse them!

Method Details

ContainsIllegalCharacters() public static méthode

public static ContainsIllegalCharacters ( string toCheck ) : bool
toCheck string
Résultat bool

ReplaceIllegalXmlCharacters() public static méthode

Method to replace Illegal XML characters, such that we can actually parse the files and analyse them!
public static ReplaceIllegalXmlCharacters ( string inputString ) : string
inputString string XML string with illegal characters
Résultat string