| Package | Description |
|---|---|
| org.databene.formats.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLElementParser<E>
Abstract implementation of the
XMLElementParser interface. |
| Modifier and Type | Field and Description |
|---|---|
protected List<XMLElementParser<E>> |
XMLElementParserFactory.parsers |
| Modifier and Type | Method and Description |
|---|---|
XMLElementParser<E> |
XMLElementParserFactory.getParser(Element element,
E[] parentPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLElementParserFactory.addParser(XMLElementParser<E> parser) |
void |
ParseContext.addParser(XMLElementParser<E> parser) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.