Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsNmtokenNoNamespaces()

static bool System.Xml.ValidateNames.IsNmtokenNoNamespaces ( string s)
inlinestaticpackage

Definition at line 35 of file ValidateNames.cs.

36 {
37 int num = ParseNmtokenNoNamespaces(s, 0);
38 if (num > 0)
39 {
40 return num == s.Length;
41 }
42 return false;
43 }
static int ParseNmtokenNoNamespaces(string s, int offset)

References System.Xml.ValidateNames.ParseNmtokenNoNamespaces(), and System.s.

Referenced by System.Xml.XmlReader.IsNameToken().