|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilmweb.ComponentList
Field Summary | |
(package private) Console |
console
Deklarering av variabler: |
(package private) Parsing |
parsing
|
Constructor Summary | |
ComponentList(Console c)
Konstruktør av klassen Console. |
Method Summary | |
java.util.Vector |
getComponentList(org.w3c.dom.Document didDocument)
Metoden getComponentList lager en liste over alle Component som inneholder MethodInfo. |
java.util.Vector |
getDIMResourceList(org.w3c.dom.Element component)
Metoden getDIMResourceList henter ressursene i xml-dokumentet som inneholder ECMAScriptkode. |
java.lang.String |
getFilmwebIcon(org.w3c.dom.Document didDocument)
Metoden getFilmwebIcon henter referansen til ikonet til filmweb i xml-dokumentet. |
java.util.Vector |
getListOfElement(java.util.Vector componentList)
Metoden getListOfElement henter listen fra getMenuList og returnerer i vektoren list. |
java.util.Vector |
getMenuList(org.w3c.dom.Element element)
Metoden getMenuList henter alle Resource og Statement i Descriptor i xml- dokumentet. |
java.lang.String |
getStatementText(org.w3c.dom.Element element)
Metoden getStatementText henter teksten i Statement. |
java.lang.String |
getTitle(org.w3c.dom.Document didDocument)
Metoden getTitle henter overskriften for GUI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Console console
Parsing parsing
Constructor Detail |
public ComponentList(Console c)
Method Detail |
public java.lang.String getTitle(org.w3c.dom.Document didDocument)
public java.lang.String getStatementText(org.w3c.dom.Element element)
public java.util.Vector getComponentList(org.w3c.dom.Document didDocument) throws java.lang.Exception
java.lang.Exception
public java.util.Vector getListOfElement(java.util.Vector componentList) throws java.lang.Exception
java.lang.Exception
public java.util.Vector getMenuList(org.w3c.dom.Element element) throws javax.xml.xpath.XPathExpressionException, java.io.IOException
javax.xml.xpath.XPathExpressionException
java.io.IOException
public java.util.Vector getDIMResourceList(org.w3c.dom.Element component) throws javax.xml.xpath.XPathExpressionException
javax.xml.xpath.XPathExpressionException
public java.lang.String getFilmwebIcon(org.w3c.dom.Document didDocument) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |