C# Class PHPAnalysis.Parsing.XmlHelper

Exibir arquivo Open project: jtvn/Eir-CTLLTL

Public Methods

Method 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 method

public static ContainsIllegalCharacters ( string toCheck ) : bool
toCheck string
return bool

ReplaceIllegalXmlCharacters() public static method

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
return string