|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilmweb.Parsing
Field Summary | |
(package private) ComponentList |
componentList
|
(package private) Console |
console
|
Constructor Summary | |
Parsing(Console c)
|
Method Summary | |
org.w3c.dom.NodeList |
doXPath(org.w3c.dom.Node document,
java.lang.String path)
Metoden doXPath lar XPath finne interessante noder. |
org.w3c.dom.Document |
load(java.lang.String xmlSti)
Metoden åpner XML-dokuemntet, parser det ved hjelp av DOMParser og lukker filen igjen. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Console console
ComponentList componentList
Constructor Detail |
public Parsing(Console c)
Method Detail |
public org.w3c.dom.Document load(java.lang.String xmlSti) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.NodeList doXPath(org.w3c.dom.Node document, java.lang.String path) throws javax.xml.xpath.XPathExpressionException
document
- path
-
javax.xml.xpath.XPathExpressionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |