Package org.kohsuke.args4j
Class Config.ConfigHandler
- java.lang.Object
 - 
- org.xml.sax.helpers.DefaultHandler
 - 
- org.kohsuke.args4j.Config.ConfigHandler
 
 
 
- 
- All Implemented Interfaces:
 org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
- Enclosing class:
 - Config
 
public class Config.ConfigHandler extends org.xml.sax.helpers.DefaultHandlerSAX-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 voidstartElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.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(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException- Specified by:
 startElementin interfaceorg.xml.sax.ContentHandler- Overrides:
 startElementin classorg.xml.sax.helpers.DefaultHandler- Throws:
 org.xml.sax.SAXException
 
 - 
 
 -