org.xmlhammer
Class XMLValidatorModule
java.lang.Object
org.xmlhammer.gui.util.JAXPSettings
org.xmlhammer.Module
org.xmlhammer.XMLValidatorModule
public class XMLValidatorModule
- extends Module
Put comment...
- Version:
- $Revision: 1.17 $, $Date: 2007/07/04 19:42:48 $
- Author:
- Edwin Dankert
| Methods inherited from class org.xmlhammer.Module |
execute, getCatalogResolver, getDocumentBuilderFactory, getLogger, getPreferences, getProject, getSAXParser, getSchema, getSchemaFactory, getTransformerFactory, getXPath, hasErrors, hasFatal, hasWarnings, isLogSettings, isResultEnabled, logError, logError, logError, logFatal, logFatal, logSettings, logWarning, logWarning |
| Methods inherited from class org.xmlhammer.gui.util.JAXPSettings |
getDocumentBuilderFactoryAttributes, getDocumentBuilderFactoryFeatures, getDocumentBuilderFactorySettings, getSAXParserFactoryFeatures, getSAXParserFactoryProperties, getSAXParserSettings, getSchemaFactoryFeatures, getSchemaFactoryLanguageProperties, getSchemaFactoryProperties, getSchemaFactorySettings, getTransformerFactoryAttributes, getTransformerFactoryFeatures, getTransformerFactorySettings, getXPathFactoryFeatures, getXPathFactoryMappings, getXPathFactorySettings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLValidatorModule
public XMLValidatorModule(Preferences preferences,
Project project,
org.apache.log4j.Logger logger,
boolean logSettings)
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
- Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
XMLValidatorModule
public XMLValidatorModule(Preferences preferences,
Project project,
org.apache.log4j.Logger logger)
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
- Sets-up an XML Validator Module.
- Parameters:
preferences - the global preferences.project - the project specific properties;
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
execute
public void execute(StatusModel status,
ResultModel result,
java.net.URI uri)
- Execute the XPath expressio.
- Overrides:
execute in class Module
- Throws:
java.net.MalformedURLException
javax.xml.parsers.ParserConfigurationException
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.