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