public abstract class AbstractFeedXHTML extends AbstractFeedElement
| Constructor and Description |
|---|
AbstractFeedXHTML(com.helger.html.hc.html.HCDiv aDiv) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.microdom.IMicroElement |
getAsElement(String sElementName)
Convert this news feed element to an MicroElement with the given element
name.
|
com.helger.html.hc.html.HCDiv |
getDIV() |
String |
getType() |
boolean |
isValid()
Check if this element matches the specification.
|
getLanguage, setLanguage, setLanguagepublic AbstractFeedXHTML(@Nonnull com.helger.html.hc.html.HCDiv aDiv)
@Nonnull public final com.helger.html.hc.html.HCDiv getDIV()
public final com.helger.commons.microdom.IMicroElement getAsElement(String sElementName)
IFeedElementIFeedElement.isValid() it
should be safe anyway to create an element.sElementName - The element name to use. May neither be null nor empty.IMicroElement and never null.public final boolean isValid()
IFeedElementtrue if the element is valid, and false
otherwise.Copyright © 2014–2015 Philip Helger. All rights reserved.