public class Extension extends Object implements Serializable
The external namespace extension element.
From the RSS 2.0 specification...
This class can be used to add extended namespace elements.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Attribute |
getAttribute(String attrName) |
List<Attribute> |
getAttributes() |
String |
getContent() |
String |
getElementName() |
int |
hashCode() |
String |
toString()
Shows the contents of the extension element.
|
public List<Attribute> getAttributes()
public String getContent()
public String getElementName()
public Attribute getAttribute(String attrName)
attrName - the name of the attribute to get.Copyright © 2014. All rights reserved.