Lines Matching refs:Doc
1804 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
1814 Ret = Doc->getTagMap().find("!")->second; in getVerbatimTag()
1818 Ret = Doc->getTagMap().find("!!")->second; in getVerbatimTag()
1824 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1825 if (It != Doc->getTagMap().end()) in getVerbatimTag()
1855 return Doc->peekNext(); in peekNext()
1859 return Doc->getNext(); in getNext()
1863 return Doc->parseBlockNode(); in parseBlockNode()
1867 return Doc->NodeAllocator; in getAllocator()
1871 Doc->setError(Msg, Tok); in setError()
1875 return Doc->failed(); in failed()
2063 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2072 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2084 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2094 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2099 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2131 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()