org.apache.wookie.w3c.xml
Interface IContentEntity

All Superinterfaces:
IContent, IDirectional, IElement, ILocalized
All Known Implementing Classes:
ContentEntity

public interface IContentEntity
extends IContent, IElement

A Widget Start Page


Method Summary
 void fromXML(org.jdom.Element element, java.lang.String[] locales, java.lang.String[] encodings, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 
Methods inherited from interface org.apache.wookie.w3c.IContent
getCharSet, getSrc, getType, setCharSet, setSrc, setType
 
Methods inherited from interface org.apache.wookie.w3c.ILocalized
getLang, setLang
 
Methods inherited from interface org.apache.wookie.w3c.IDirectional
getDir, isValid, setDir
 
Methods inherited from interface org.apache.wookie.w3c.xml.IElement
fromXML, toXml
 

Method Detail

fromXML

void fromXML(org.jdom.Element element,
             java.lang.String[] locales,
             java.lang.String[] encodings,
             org.apache.commons.compress.archivers.zip.ZipFile zip)
             throws BadManifestException
Throws:
BadManifestException


2012 Apache Software Foundation.