Package org.apache.batik.apps.svgpp
Class Main.XMLDeclHandler
java.lang.Object
org.apache.batik.apps.svgpp.Main.XMLDeclHandler
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
- Main
To handle the '-xml-decl' option.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.void
Handles the current option.
-
Constructor Details
-
XMLDeclHandler
protected XMLDeclHandler()
-
-
Method Details
-
handleOption
public void handleOption()Description copied from interface:Main.OptionHandler
Handles the current option.- Specified by:
handleOption
in interfaceMain.OptionHandler
-
getDescription
Description copied from interface:Main.OptionHandler
Returns the option description.- Specified by:
getDescription
in interfaceMain.OptionHandler
-