XmlUtilisXmlWhitespace Method |
Name | Description | |
---|---|---|
![]() ![]() | isXmlWhitespace(Char) |
Returns whether the specified char conforms to the S
production in the XML 1.0 grammar. Such a string consists only of XML
whitespace.
|
![]() ![]() | isXmlWhitespace(String) |
Returns whether the specified string conforms to the S
production in the XML 1.0 grammar. Such a string consists only of XML
whitespace.
|