XmlExtensions
Useful helpers for the XML parser.
Determines if the given character is a legal character for the public id field:
http://www.w3.org/TR/REC-xml/#NT-PubidChar
Determines if the given string is a valid qualified name.
Checks if the given integer would be a valid character.
Checks if the given char is a valid character.
Determines if the given character is a name character for XML.
http://www.w3.org/TR/REC-xml/#NT-NameChar
Determines if the given string is a valid (local or qualified) name.
Determines if the given character is a legal name start character for XML.
http://www.w3.org/TR/REC-xml/#NT-NameStartChar