Home
last modified time | relevance | path

Searched refs:CFX_XMLAttributeNode (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlattributenode.cpp11 CFX_XMLAttributeNode::CFX_XMLAttributeNode(const WideString& name) in CFX_XMLAttributeNode() function in CFX_XMLAttributeNode
16 CFX_XMLAttributeNode::~CFX_XMLAttributeNode() {} in ~CFX_XMLAttributeNode()
18 bool CFX_XMLAttributeNode::HasAttribute(const WideString& name) const { in HasAttribute()
22 WideString CFX_XMLAttributeNode::GetString(const WideString& name) const { in GetString()
27 void CFX_XMLAttributeNode::SetString(const WideString& name, in SetString()
32 void CFX_XMLAttributeNode::RemoveAttribute(const WideString& name) { in RemoveAttribute()
Dcfx_xmlattributenode.h16 class CFX_XMLAttributeNode : public CFX_XMLNode {
18 explicit CFX_XMLAttributeNode(const WideString& name);
19 ~CFX_XMLAttributeNode() override;
Dcfx_xmlelement.h16 class CFX_XMLElement : public CFX_XMLAttributeNode {
Dcfx_xmlinstruction.h16 class CFX_XMLInstruction : public CFX_XMLAttributeNode {
Dcfx_xmlinstruction.cpp16 : CFX_XMLAttributeNode(wsTarget) {} in CFX_XMLInstruction()
Dcfx_xmlelement.cpp19 : CFX_XMLAttributeNode(wsTag) {} in CFX_XMLElement()