org.apache.tools.ant.helper

Class ProjectHelper2.MainHandler

    • Constructor Detail

      • MainHandler

        public MainHandler()
    • Method Detail

      • onStartChild

        public ProjectHelper2.AntHandler onStartChild(java.lang.String uri,
                                                      java.lang.String name,
                                                      java.lang.String qname,
                                                      org.xml.sax.Attributes attrs,
                                                      AntXMLContext context)
                                               throws org.xml.sax.SAXParseException
        Handle the project tag
        Overrides:
        onStartChild in class 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
        Throws:
        org.xml.sax.SAXParseException - if the qualified name is not "project".