public class PathReader extends AbstractReader
file
library configuration XML element reader.
Modifier and Type | Field and Description |
---|---|
(package private) static String |
NODE
file XML element name. |
private List<String> |
paths
Paths retrieved from XML elements.
|
path
Constructor and Description |
---|
PathReader(String pathPrefix)
Creates an instance of Java EE platform check configuration
XML element reader.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getPaths()
Get paths retrieved from XML elements.
|
void |
readAttributes(String qname,
Attributes attributes)
Process attributes from current XML element.
|
void |
reset()
Reset this XML element reader.
|
getPath
endNode, readCData, readChildren
static final String NODE
file
XML element name.PathReader(String pathPrefix)
pathPrefix
- Tree parser path prefix to be prepended before
current XML element.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> getPaths()
public void reset()
Copyright © 2013. All Rights Reserved.