org.apache.tools.ant.helper
public static class ProjectHelper2.MainHandler extends ProjectHelper2.AntHandler
See Also: AntHandler
Method Summary | |
---|---|
ProjectHelper2.AntHandler | onStartChild(String uri, String name, String qname, Attributes attrs, AntXMLContext context)
Handle the project tag
|
Parameters: uri The namespace uri. name The element tag. qname The element qualified name. attrs The attributes of the element. context The current context.
Returns: The project handler that handles subelements of project
Throws: SAXParseException if the qualified name is not "project".