Package org.eclipse.wst.xml.xpath2.processor
public class DOMLoader extendsThe DOM loader loads the XML document.
Method Summary | |
public org.w3c.dom.Document | load(java.io.InputStream in) The DOM loader loads the XML docuemnt |
public void | set_validating(boolean val) Set validating boolean. |
Methods Detail |
public org.w3c.dom.Document load(java.io.InputStream in)
The DOM loader loads the XML docuemnt
in
- is the input stream.
org.w3c.dom.Document
- The loaded document. The document is always loaded as namespace-aware
org.eclipse.wst.xml.xpath2.processor.DOMLoaderException - DOM loader exception.
public void set_validating(boolean val)
Set validating boolean.
val
- is the validating boolean.