Parent Directory
|
Revision Log
|
Patch
revision 91 by william, Sat Mar 9 17:48:02 2013 UTC | revision 96 by william, Sun Mar 10 09:10:42 2013 UTC | |
---|---|---|
# | Line 107 namespace libxmltv.Core | Line 107 namespace libxmltv.Core |
107 | ||
108 | private void Create(XElement node) | private void Create(XElement node) |
109 | { | { |
110 | var nodes = node.DescendantsAndSelf().ToList(); | CreateHandlerForProgramMetaDataNode(node); |
111 | var nodes = node.Elements().ToList(); | |
112 | foreach (var sub_node in nodes) | foreach (var sub_node in nodes) |
113 | { | { |
114 | if (this.GetInstance().IsAborting) | if (this.GetInstance().IsAborting) |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |