NamespaceParserInterface
interface NamespaceParserInterface
Feed Namespace interface.
Methods
void
processElementForFeed(
Feed $feed,
SimpleXMLElement $el)
Method to handle an element for the feed given that a certain namespace is present.
void
processElementForFeedEntry(
FeedEntry $entry,
SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that a certain namespace is present.
Details
void
processElementForFeed(
Feed $feed,
SimpleXMLElement $el)
Method to handle an element for the feed given that a certain namespace is present.
void
processElementForFeedEntry(
FeedEntry $entry,
SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that a certain namespace is present.