public static class ProjectHelper2.MainHandler extends ProjectHelper2.AntHandler
ProjectHelper2.AntHandler| Constructor and Description | 
|---|
| MainHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectHelper2.AntHandler | onStartChild(String uri,
            String name,
            String qname,
            org.xml.sax.Attributes attrs,
            AntXMLContext context)Handle the project tag | 
characters, checkNamespace, onEndChild, onEndElement, onStartElementpublic ProjectHelper2.AntHandler onStartChild(String uri, String name, String qname, org.xml.sax.Attributes attrs, AntXMLContext context) throws org.xml.sax.SAXParseException
onStartChild in class ProjectHelper2.AntHandleruri - The namespace uri.name - The element tag.qname - The element qualified name.attrs - The attributes of the element.context - The current context.org.xml.sax.SAXParseException - if the qualified name is not "project".