antsnest.io
Interface Convertor

All Known Implementing Classes:
DefaultConvertor

public interface Convertor

Converts projects to DOM and vice-versa

Author:
Chris Clohosy
See Also:
AntProject

Method Summary
 SAXSource convertToSAX(AntNode node)
          Converts a node to a SAX source
 

Method Detail

convertToSAX

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

Parameters:
node - the node to convert
Returns:
a SAXSource, the node as a SAX source