Package org.apache.tools.ant.helper
Class ProjectHelper2.MainHandler
- java.lang.Object
- 
- org.apache.tools.ant.helper.ProjectHelper2.AntHandler
- 
- org.apache.tools.ant.helper.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
 
- 
- 
Constructor SummaryConstructors Constructor Description MainHandler()
 - 
Method SummaryModifier and Type Method Description ProjectHelper2.AntHandleronStartChild(java.lang.String uri, java.lang.String name, java.lang.String qname, org.xml.sax.Attributes attrs, AntXMLContext context)Handle the project tag- 
Methods inherited from class org.apache.tools.ant.helper.ProjectHelper2.AntHandlercharacters, checkNamespace, onEndChild, onEndElement, onStartElement
 
- 
 
- 
- 
- 
Method Detail- 
onStartChildpublic 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:
- onStartChildin 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".
 
 
- 
 
-