public abstract class ConfigReaderJava extends AbstractReader implements XMLReader
Modifier and Type | Field and Description |
---|---|
private String |
version
Highest JavaEE specification version implemented.
|
private static String |
VERSION_ATTR
version XML element attribute name. |
path
Constructor and Description |
---|
ConfigReaderJava(String pathPrefix,
String node)
Creates an instance of Java EE configuration XML element reader.
|
Modifier and Type | Method and Description |
---|---|
(package private) String |
getVersion()
Get highest JavaEE specification version implemented.
|
void |
readAttributes(String qname,
Attributes attributes)
Process attributes from current XML element.
|
(package private) void |
reset()
Reset this XML element reader.
|
getPath
endNode, readCData, readChildren
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPathsToListen
private static final String VERSION_ATTR
version
XML element attribute name.private String version
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.String getVersion()
void reset()
Copyright © 2013. All Rights Reserved.