Lines Matching refs:documents
75 documents.
167 And you can also read such YAML documents with the following code:
189 One other feature of YAML is the ability to define multiple documents in a
290 values in YAML documents. This is done by specializing ScalarEnumerationTraits<>
694 required to exist when parsing YAML documents, otherwise YAML I/O will issue an
902 YAML allows you to define multiple "documents" in a single YAML file. Each
903 new document starts with a left aligned "---" token. The end of all documents
905 have need for multiple documents. The top level node in their YAML schema
907 But for cases where you do want multiple documents, you can specify a
955 can contain multiple "documents". If the top level data structure you are
1023 the document(s). If you expect there might be multiple YAML documents in
1048 // Reading multiple documents in one file