Interface Main.OptionHandler
- All Known Implementing Classes:
Main.DoctypeHandler, Main.DocWidthHandler, Main.NewlineHandler, Main.NoFormatHandler, Main.PublicIdHandler, Main.SystemIdHandler, Main.TabWidthHandler, Main.XMLDeclHandler
- Enclosing class:
Main
protected static interface Main.OptionHandler
This interface represents an option handler.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.voidHandles the current option.
-
Method Details
-
handleOption
void handleOption()Handles the current option. -
getDescription
String getDescription()Returns the option description.
-