org.apache.tools.ant.helper

Class ProjectHelper2.MainHandler

public static class ProjectHelper2.MainHandler extends ProjectHelper2.AntHandler

The main handler - it handles the <project> tag.

See Also: AntHandler

Method Summary
ProjectHelper2.AntHandleronStartChild(String uri, String name, String qname, Attributes attrs, AntXMLContext context)
Handle the project tag

Method Detail

onStartChild

public 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".