summaryrefslogtreecommitdiff
path: root/core/fxcrt/xml/cfx_xmlelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/xml/cfx_xmlelement.h')
-rw-r--r--core/fxcrt/xml/cfx_xmlelement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxcrt/xml/cfx_xmlelement.h b/core/fxcrt/xml/cfx_xmlelement.h
index e665e24a98..f713114eb7 100644
--- a/core/fxcrt/xml/cfx_xmlelement.h
+++ b/core/fxcrt/xml/cfx_xmlelement.h
@@ -23,6 +23,10 @@ class CFX_XMLElement : public CFX_XMLAttributeNode {
std::unique_ptr<CFX_XMLNode> Clone() override;
void Save(const RetainPtr<CFX_SeekableStreamProxy>& pXMLStream) override;
+ CFX_XMLElement* GetFirstChildNamed(const WideStringView& name) const;
+ CFX_XMLElement* GetNthChildNamed(const WideStringView& name,
+ size_t idx) const;
+
WideString GetLocalTagName() const;
WideString GetNamespacePrefix() const;
WideString GetNamespaceURI() const;