Lines Matching full:currentdoc
1525 : scanner(new Scanner(Input, SM)), CurrentDoc() {}
1528 : scanner(new Scanner(InputBuffer, SM)), CurrentDoc() {}
1544 if (CurrentDoc)
1550 CurrentDoc.reset(new Document(*this));
1551 return document_iterator(CurrentDoc);
2069 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2095 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2102 SequenceNode( stream.CurrentDoc
2109 MappingNode( stream.CurrentDoc
2116 SequenceNode( stream.CurrentDoc
2123 MappingNode( stream.CurrentDoc
2130 ScalarNode( stream.CurrentDoc
2137 MappingNode( stream.CurrentDoc
2147 return new (NodeAllocator) NullNode(stream.CurrentDoc);