|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.helper.ProjectHelper2.AntHandler | +--org.apache.tools.ant.helper.ProjectHelper2.MainHandler
The main handler - it handles the <project> tag.
AntHandler
Constructor Summary | |
ProjectHelper2.MainHandler()
|
Method Summary | |
ProjectHelper2.AntHandler |
onStartChild(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.AntHandler |
characters, checkNamespace, onEndChild, onEndElement, onStartElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProjectHelper2.MainHandler()
Method Detail |
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
onStartChild
in class ProjectHelper2.AntHandler
uri
- The namespace uri.name
- The element tag.qname
- The element qualified name.attrs
- The attributes of the element.context
- The current context.
org.xml.sax.SAXParseException
- if the qualified name is not "project".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |