|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.co.westhawk.test.XMLtoDOM
The class XMLtoDOM creates a DOM (Document Object Model) from XML input. This XML input is received via a URL.
Constructor Summary | |
XMLtoDOM()
The constructor. |
Method Summary | |
org.w3c.dom.Document |
getDocument(java.net.URL u)
Translates a URL into a DOM document. |
void |
setWriter(java.io.PrintWriter w)
Sets the writer to be used for all output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLtoDOM()
Method Detail |
public void setWriter(java.io.PrintWriter w)
w
- The writerpublic org.w3c.dom.Document getDocument(java.net.URL u)
http://host/servlet?k1=v1&k2=v2&k3=v3
l
- the URL
|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |