Searched refs:childHandler (Results 1 – 2 of 2) sorted by relevance
770 AttributeHandler* childHandler = NULL; in _ParseAttributeTree() local772 hasChildren ? &childHandler : NULL); in _ParseAttributeTree()779 if (childHandler == NULL) { in _ParseAttributeTree()780 childHandler = new(std::nothrow) IgnoreAttributeHandler; in _ParseAttributeTree()781 if (childHandler == NULL) { in _ParseAttributeTree()787 childHandler->SetLevel(++level); in _ParseAttributeTree()788 PushAttributeHandler(childHandler); in _ParseAttributeTree()
1155 AttributeHandler* childHandler = NULL; in _ParseAttributeTree() local1157 hasChildren ? &childHandler : NULL); in _ParseAttributeTree()1164 if (childHandler == NULL) { in _ParseAttributeTree()1165 childHandler = new(context) IgnoreAttributeHandler; in _ParseAttributeTree()1166 if (childHandler == NULL) { in _ParseAttributeTree()1172 childHandler->SetLevel(++level); in _ParseAttributeTree()1173 PushAttributeHandler(childHandler); in _ParseAttributeTree()