Package org.kohsuke.args4j
Class Config.ConfigHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.kohsuke.args4j.Config.ConfigHandler
-
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- Config
public class Config.ConfigHandler extends DefaultHandler
SAX-Handler for reading the configuration file.- Author:
- Jan Materne
-
-
Constructor Summary
Constructors Constructor Description ConfigHandler(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startElement(String uri, String localName, String qName, Attributes attributes)
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
ConfigHandler
public ConfigHandler(Config config)
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
-