FeedChannel.from_xml
Description:
[ CCode ( has_construct_function = false ) ]
public FeedChannel.from_xml (unowned Doc* doc) throws Error
public FeedChannel.from_xml (unowned Doc* doc) throws Error
Allocates a new FeedChannel and init it with contents found in specified XML document.
Parameters:
doc |
an XML document previously parsed with libxml2. |
Returns:
a FeedChannel, or null if an error occurs. |