antsnest.io
Class DefaultConvertor

java.lang.Object
  extended by antsnest.io.DefaultConvertor
All Implemented Interfaces:
Convertor

public class DefaultConvertor
extends Object
implements Convertor

Implementation of Convertor

Author:
Chris Clohosy
See Also:
Convertor

Constructor Summary
DefaultConvertor()
           
 
Method Summary
 SAXSource convertToSAX(AntNode node)
          Converts a node to a SAX source
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConvertor

public DefaultConvertor()
Method Detail

convertToSAX

public SAXSource convertToSAX(AntNode node)
Converts a node to a SAX source

Specified by:
convertToSAX in interface Convertor
Parameters:
node - the node to convert
Returns:
a SAXSource, the node as a SAX source