Lines Matching refs:CurrentDoc
1772 : scanner(new Scanner(Input, SM, ShowColors)), CurrentDoc() {}
1775 : scanner(new Scanner(InputBuffer, SM, ShowColors)), CurrentDoc() {}
1789 if (CurrentDoc)
1795 CurrentDoc.reset(new Document(*this));
1796 return document_iterator(CurrentDoc);
2315 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2341 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2348 SequenceNode( stream.CurrentDoc
2355 MappingNode( stream.CurrentDoc
2362 SequenceNode( stream.CurrentDoc
2369 MappingNode( stream.CurrentDoc
2376 ScalarNode( stream.CurrentDoc
2385 BlockScalarNode(stream.CurrentDoc, AnchorInfo.Range.substr(1),
2391 MappingNode( stream.CurrentDoc
2401 return new (NodeAllocator) NullNode(stream.CurrentDoc);