Index: third_party/libxml/chromium/libxml_utils.h |
diff --git a/third_party/libxml/chromium/libxml_utils.h b/third_party/libxml/chromium/libxml_utils.h |
index d230c5d9b23f3a5a561425a12beb49501de87256..c66c3c23f1c171bc77e0e424c4810f11a17232db 100644 |
--- a/third_party/libxml/chromium/libxml_utils.h |
+++ b/third_party/libxml/chromium/libxml_utils.h |
@@ -73,6 +73,9 @@ class XmlReader { |
// returns true and |value| is set to "a". |
bool NodeAttribute(const char* name, std::string* value); |
+ // Returns true if the node is a closing element (e.g. </foo>). |
+ bool IsClosingElement(); |
+ |
// Helper functions not provided by libxml ---------------------------------- |
// Return the string content within an element. |