Uses of Class
org.ourgrid.common.exception.XMLParserException

Packages that use XMLParserException
org.ourgrid.common.xml   
 

Uses of XMLParserException in org.ourgrid.common.xml
 

Methods in org.ourgrid.common.xml that throw XMLParserException
static org.w3c.dom.Document XMLUtil.parseXMLContent(java.lang.String xmlContent)
          Parse the xmlContent string, verifying if the content is well-formed and validating with the schema, if it exists.
static org.w3c.dom.Document XMLUtil.parseXMLFile(java.lang.String fileName)
          Parse the fileName in xml, verifying if the content is well-formed and validating with the schema, if it exists.
 

Constructors in org.ourgrid.common.xml that throw XMLParserException
XMLParser(java.lang.String filePath)
          The constructor.