Gets remainder of a double-quoted NEXUS word (the first double quote character was read in already by GetNextToken). This function reads characters until the next double quote is encountered. Tandem double quotes within a double-quoted NEXUS word are not allowed and will be treated as the end of the first word and the beginning of the next double-quoted NEXUS word. Tandem single quotes inside a double-quoted NEXUS word are saved as two separate single quote characters; to embed a single quote inside a double-quoted NEXUS word, simply use the single quote by itself (not paired with another tandem single quote). Definition at line 626 of file nxstoken.cpp. |