org.sourceprojects.xmlparser
Interface DefinitionBuilder


Deprecated. Use DefinitionBuilder instead

@Deprecated
public interface DefinitionBuilder

The interface for a DefinitionParser. This interface can be extended for own implementations of a DefinitionParser but for the standard one there is just a method which returns the new Document needed for transforming

Since:
0.0.1
Author:
noctarius

Method Summary
 Document getDocument()
          Deprecated. Returns the Document instance given by the XmlParser implementation
 

Method Detail

getDocument

Document getDocument()
Deprecated. 
Returns the Document instance given by the XmlParser implementation

Returns:
Document for transforming Nodes


Copyright © 2010. All Rights Reserved.