HomeSort by relevance Sort by last modified time
    Searched defs:CXML_Element (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/xml/
cxml_element.cpp 7 #include "core/fxcrt/xml/cxml_element.h"
32 std::unique_ptr<CXML_Element> CXML_Element::Parse(const void* pBuffer,
40 CXML_Element::CXML_Element(const CXML_Element* pParent,
45 CXML_Element::~CXML_Element() {}
47 CXML_Element* CXML_Element::AsElement()
    [all...]
cxml_element.h 17 class CXML_Element : public CXML_Object {
19 static std::unique_ptr<CXML_Element> Parse(const void* pBuffer, size_t size);
21 CXML_Element(const CXML_Element* pParent,
24 ~CXML_Element() override;
27 CXML_Element* AsElement() override;
28 const CXML_Element* AsElement() const override;
32 const CXML_Element* GetParent() const { return m_pParent.Get(); }
50 CXML_Element* GetElement(const ByteStringView& space,
59 static bool MatchesElement(const CXML_Element* pKid
    [all...]

Completed in 46 milliseconds