Searched refs:KeyValueNode (Results 1 – 2 of 2) sorted by relevance
236 class KeyValueNode : public Node {239 KeyValueNode(OwningPtr<Document> &D) in KeyValueNode() function362 friend class basic_collection_iterator<MappingNode, KeyValueNode>;363 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;385 KeyValueNode *CurrentEntry;
103 void KeyValueNode::anchor() {} in anchor()1859 Node *KeyValueNode::getKey() { in getKey()1884 Node *KeyValueNode::getValue() { in getValue()1936 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()