Uses of Class
org.ow2.util.xml.DocumentParserException

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.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.