Java org.dom4j.io SAXValidator fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.io SAXValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.io SAXValidator.

The text is from its open source code.

Constructor

Method

voidsetErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler used by the SAX XMLReader.
voidvalidate(Document document)
Validates the given Document by writing it to a validating SAX Parser.