This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["XmlVersion","XML version enumeration."]],"fn":[["is_name_char","Checks whether the given character is a name character (`NameChar`) as is defined by XML 1.1 specification, [section 2.3][1]."],["is_name_start_char","Checks whether the given character is a name start character (`NameStartChar`) as is defined by XML 1.1 specification, [section 2.3][1]."],["is_whitespace_char","Checks whether the given character is a white space character (`S`) as is defined by XML 1.1 specification, [section 2.3][1]."],["is_whitespace_str","Checks whether the given string is compound only by white space characters (`S`) using the previous is_whitespace_char to check all characters of this string"]],"struct":[["TextPosition","Represents a position inside some textual document."]],"trait":[["Position","Get the position in the document corresponding to the object"]]});