Example usage for javax.xml.stream.util EventReaderDelegate subclass-usage

List of usage examples for javax.xml.stream.util EventReaderDelegate subclass-usage

Introduction

In this page you can find the example usage for javax.xml.stream.util EventReaderDelegate subclass-usage.

Usage

From source file org.slc.sli.ingestion.parser.impl.EdfiRecordParserImpl.java

/**
 * A reader delegate that will intercept an XML Validator's calls to nextEvent() and build the
 * document into a Map of Maps data structure.
 *
 * Additionally, the class implements ErrorHandler so
 * that the parsing of a specific entity can be aware of validation errors.