Home
last modified time | relevance | path

Searched refs:current_node_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp84 current_node_ = doc->GetRoot(); in Parse()
131 current_node_->AppendLastChild( in DoSyntaxParse()
173 current_node_->AppendLastChild(node); in DoSyntaxParse()
174 current_node_ = node; in DoSyntaxParse()
189 current_node_->AppendLastChild(child); in DoSyntaxParse()
190 current_node_ = child; in DoSyntaxParse()
272 CFX_XMLElement* elem = ToXMLElement(current_node_); in DoSyntaxParse()
296 if (current_node_ && in DoSyntaxParse()
297 current_node_->GetType() == CFX_XMLNode::Type::kInstruction) in DoSyntaxParse()
298 current_node_ = current_node_->GetParent(); in DoSyntaxParse()
[all …]
Dcfx_xmlparser.h57 CFX_XMLNode* current_node_ = nullptr; variable