Home | History | Annotate | Download | only in xml

Lines Matching refs:Element

88  * An Element XML node.
90 struct Element : public BaseNode<Element> {
96 xml::Element* findChild(const StringPiece16& ns, const StringPiece16& name);
97 xml::Element* findChildWithAttribute(const StringPiece16& ns, const StringPiece16& name,
101 std::vector<xml::Element*> getChildElements();
132 Element* findRootElement(XmlResource* doc);
133 Element* findRootElement(Node* node);
143 virtual void visit(Element* node) {}
157 void visit(Element* node) override {