org.sourceprojects.xmlparser
Interface DefinitionBuilder
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 |
org.w3c.dom.Document |
getDocument()
Returns the Document instance given by the XmlParser
implementation |
getDocument
org.w3c.dom.Document getDocument()
- Returns the
Document
instance given by the XmlParser
implementation
- Returns:
- Document for transforming
Node
s
Copyright © 2010. All Rights Reserved.