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 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.
 



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