Namespaces class

Namespaces keeps track of the namespaces defined on the feed

Constructors

Namespaces(List<XmlAttribute> attributes)
Creates a new Namespace object utilizing the root node

Properties

extensionsIsEmpty bool
Returns true if the feed has no namespaces
no setter
hasAtom bool
Returns true if the feed has the Atom namespace
no setter
hasAtomDefault bool
Returns true if the default namespace is Atom
no setter
hasContent bool
Returns true if the feed has the Content namespace
no setter
hasDc bool
Returns true if the feed has the Dublin Core namespace
no setter
hasDcTerms bool
Returns true if the feed has the Dublin Core Terms namespace
no setter
hasGeoRss bool
Returns true if the feed has the GeoRss namespace
no setter
hashCode int
The hash code for this object.
no setterinherited
hasItunes bool
Returns true if the feed has the Itunes namespace
no setter
hasMedia bool
Returns true if the feed has the Media namespace
no setter
hasSyndication bool
Returns true if the feed has the Syndication namespace
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nsUrl(String name) String?
Will return the url for a given namespace as defined on the feed
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited