Searched refs:ignoreInstruction (Results 1 – 2 of 2) sorted by relevance
117 if (curNode->type == xmlElementType::XML_PI_NODE && !options_.ignoreInstruction) { in GetPrevNodeList()164 if (curNode->type == xmlElementType::XML_PI_NODE && !options_.ignoreInstruction) { in SetXmlElementType()190 if (!options_.ignoreInstruction) { in SetNodeInfo()198 if (!(curNode->type == xmlElementType::XML_PI_NODE && options_.ignoreInstruction)) { in SetNodeInfo()418 options_.ignoreInstruction = bRecv; in DealIgnore()
54 bool ignoreInstruction = false; member