public class LinkReader extends TreeParser.NodeListener
link
library configuration XML element reader.
Modifier and Type | Field and Description |
---|---|
private List<String> |
links
Links retrieved from XML elements.
|
Constructor and Description |
---|
LinkReader() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getLinks()
Get links 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> getLinks()
public void reset()
Copyright © 2013. All Rights Reserved.