E - the type of elements to providepublic class XMLElementParserFactory<E> extends Object
XMLElementParsers.
Created: 05.12.2010 12:15:57| Modifier and Type | Field and Description |
|---|---|
protected List<XMLElementParser<E>> |
parsers |
| Constructor and Description |
|---|
XMLElementParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParser(XMLElementParser<E> parser) |
XMLElementParser<E> |
getParser(Element element,
E[] parentPath) |
protected List<XMLElementParser<E>> parsers
public void addParser(XMLElementParser<E> parser)
public XMLElementParser<E> getParser(Element element, E[] parentPath)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.