|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLException | |
|---|---|
| org.wamblee.xml | This package provides support utilities for XML processing. |
| Uses of XMLException in org.wamblee.xml |
|---|
| Methods in org.wamblee.xml that throw XMLException | |
|---|---|
static org.w3c.dom.Document |
DomUtils.read(java.io.InputStream aIs)
Parses an XML document from a stream. |
static org.w3c.dom.Document |
DomUtils.read(java.lang.String aDocument)
Parses an XML document from a string. |
static org.w3c.dom.Document |
DomUtils.readAndValidate(java.io.InputStream aIs,
java.io.InputStream aSchema)
Reads and validates a document against a schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||