com.i3sp.ant.depend
Class XmlParser

java.lang.Object
  |
  +--com.i3sp.ant.depend.XmlParser
Direct Known Subclasses:
SubProjectDependencies, SubProjectEnvironment

public abstract class XmlParser
extends java.lang.Object

This is an abstraction/cut-and-paste of the stuff in ProjectHelper.

Author:
duncan@x180.com (for ProjectHelper), Matthew Watson mattw@i3sp.com

Inner Class Summary
 class XmlParser.AbstractHandler
           
 
Constructor Summary
XmlParser()
           
 
Method Summary
abstract  XmlParser.AbstractHandler getRootHandler()
          Supply the base handler for the xml config
 void parse(java.io.File file)
          Straight from ant.ProjectHelper
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParser

public XmlParser()
Method Detail

getRootHandler

public abstract XmlParser.AbstractHandler getRootHandler()
Supply the base handler for the xml config

parse

public void parse(java.io.File file)
           throws org.apache.tools.ant.BuildException
Straight from ant.ProjectHelper


Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.