[gxml] * remove proposed function
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * remove proposed function
- Date: Tue, 20 Sep 2011 20:22:16 +0000 (UTC)
commit a393367d618a5c4b2e7559e3c49ebd7d47d26796
Author: Richard Schwarting <aquarichy gmail com>
Date: Tue Sep 20 16:13:52 2011 -0400
* remove proposed function
gxml/Element.vala | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/gxml/Element.vala b/gxml/Element.vala
index 3a3fce8..53f8986 100644
--- a/gxml/Element.vala
+++ b/gxml/Element.vala
@@ -53,16 +53,6 @@ namespace GXml.Dom {
// TODO: note that NamedNodeMap is 'live' so changes to the Node should be seen in the NamedNodeMap (already retrieved), no duplicating it: http://www.w3.org/TR/DOM-Level-1/level-one-core.html
private HashTable<string,Attr> _attributes = null;
- // private _attr
- // public override NodeList attribute_list {
- // get {
- // AttrNodeList attrs = new AttrNodeList (this, this.owner_document);
- // return attrs;
- // }
- // internal set {
- // }
- // }
-
/**
* Contains a HashTable of Attr attributes associated with this element.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]