|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.DOMBuilder
The DOM builder creates the string representation of an XML document.
Constructor Summary | |
DOMBuilder()
Constructor for DOM builder. |
Method Summary | |
org.w3c.dom.Document |
load(java.io.InputStream in)
Loads The XML document. |
void |
set_validating(boolean x)
Set validating boolean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMBuilder()
Method Detail |
public org.w3c.dom.Document load(java.io.InputStream in) throws DOMLoaderException
load
in interface DOMLoader
in
- is the input stream.
DOMLoaderException
- DOM loader exception.public void set_validating(boolean x)
set_validating
in interface DOMLoader
x
- is the value to set the validating boolean to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |