Package cdc.util.xml.tools
Class XmlStats
- java.lang.Object
-
- cdc.util.xml.tools.XmlStats
-
public final class XmlStats extends Object
Utility that counts elements, attributes and texts in XML files.- Author:
- Damien Carbonne
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlStats.MainArgs
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOGGER
protected XmlStats.MainArgs
margs
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
execute(XmlStats.MainArgs margs)
static void
main(String[] args)
-
-
-
Field Detail
-
LOGGER
protected static final org.apache.logging.log4j.Logger LOGGER
-
margs
protected final XmlStats.MainArgs margs
-
-
Method Detail
-
execute
public static void execute(XmlStats.MainArgs margs) throws Exception
- Throws:
Exception
-
main
public static void main(String[] args)
-
-