|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DocumentParserException in org.ow2.util.xml |
|---|
| Methods in org.ow2.util.xml that throw DocumentParserException | |
|---|---|
static org.w3c.dom.Document |
DocumentParser.getDocument(org.xml.sax.InputSource inputSource,
boolean isValidating,
org.xml.sax.EntityResolver entityResolver)
Builds a new Document for a given xml file. |
static org.w3c.dom.Document |
DocumentParser.getDocument(org.xml.sax.InputSource inputSource,
boolean isValidating,
org.xml.sax.EntityResolver entityResolver,
java.util.Collection<java.lang.String> schemaLocations)
Builds a new Document for a given xml file. |
static org.w3c.dom.Document |
DocumentParser.getDocument(java.io.InputStream stream,
boolean isValidating,
org.xml.sax.EntityResolver entityResolver)
Builds a new Document for a given xml file. |
static org.w3c.dom.Document |
DocumentParser.getDocument(java.net.URL url,
boolean isValidating,
org.xml.sax.EntityResolver entityResolver)
Builds a new Document for a given xml file. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||