| Interface | Description |
|---|---|
| XMLElementParser<E> |
Parent interface for classes that parse XML structures into Java objects.
|
| Class | Description |
|---|---|
| AbstractXMLElementParser<E> |
Abstract implementation of the
XMLElementParser interface. |
| ParseContext<E> |
Provides context informations and operations for XML parsing.
|
| XMLElementParserFactory<E> |
Factory method which provides
XMLElementParsers. |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.