|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Parser
Dummy parser abstraction class for ANT to be used until the Java API for XML Parsing are released.
Constructor Summary | |
Parser()
|
Method Summary | |
static Parser |
getParser(Project project)
Create a working instance of a parser |
abstract org.w3c.dom.Document |
parse(java.io.File f)
Parse the specified file and return a DOM Document. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Parser()
Method Detail |
public static Parser getParser(Project project) throws BuildException
public abstract org.w3c.dom.Document parse(java.io.File f) throws org.xml.sax.SAXException, java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |