org.apache.tools.ant
Class SunParser

java.lang.Object
  |
  +--org.apache.tools.ant.Parser
        |
        +--org.apache.tools.ant.SunParser

public class SunParser
extends Parser

Implementation of Parser using Sun ProjectX.

Author:
pier@apache.org

Constructor Summary
SunParser()
           
 
Method Summary
 org.w3c.dom.Document parse(java.io.File buildFile)
          Parse the specified file and return a DOM Document.
 
Methods inherited from class org.apache.tools.ant.Parser
getParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunParser

public SunParser()
Method Detail

parse

public org.w3c.dom.Document parse(java.io.File buildFile)
                           throws org.xml.sax.SAXException,
                                  java.io.IOException
Parse the specified file and return a DOM Document.
Overrides:
parse in class Parser


Copyright © 2000 Apache Software Foundation. All Rights Reserved.