org.apache.tools.ant.helper

Class ProjectHelper2.MainHandler

Enclosing Class:
ProjectHelper2

public static class ProjectHelper2.MainHandler
extends ProjectHelper2.AntHandler

The main handler - it handles the <project> tag.
See Also:
ProjectHelper2.AntHandler

Method Summary

ProjectHelper2.AntHandler
onStartChild(String uri, String name, String qname, Attributes attrs, AntXMLContext context)
Handle the project tag

Methods inherited from class org.apache.tools.ant.helper.ProjectHelper2.AntHandler

characters, checkNamespace, onEndChild, onEndElement, onStartChild, onStartElement

Method Details

onStartChild

public ProjectHelper2.AntHandler onStartChild(String uri,
                                              String name,
                                              String qname,
                                              Attributes attrs,
                                              AntXMLContext context)
            throws SAXParseException
Handle the project tag
Overrides:
onStartChild in interface ProjectHelper2.AntHandler
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

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.