public class LookupReader extends TreeParser.NodeListener
lookup
library configuration XML element reader.
Modifier and Type | Field and Description |
---|---|
private List<String> |
lookups
Lookups retrieved from XML elements.
|
Constructor and Description |
---|
LookupReader() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getLookups()
Get lookups retrieved from XML elements.
|
void |
readAttributes(String qname,
Attributes attributes)
Process attributes from current XML element.
|
void |
reset()
Reset this XML element reader.
|
endNode, readCData, readChildren
public void readAttributes(String qname, Attributes attributes) throws SAXException
readAttributes
in class TreeParser.NodeListener
qname
- Not used.attributes
- List of XML attributes.SAXException
- When any problem occurs.public List<String> getLookups()
public void reset()
Copyright © 2013. All Rights Reserved.