| java.lang.Object org.geotools.xml.DOMParser
DOMParser | public class DOMParser (Code) | | Parses a DOM (Document Object Model) using the geotools xml binding system.
author: Justin Deoliveira, The Open Planning Project |
Method Summary | |
public Object | parse() Parses the supplied DOM returning a single object respresenting the
result of the parse. |
DOMParser | public DOMParser(Configuration configuration, Document document)(Code) | | Creates a new instance of the parser.
Parameters: configuration - Object representing the configuration of the parser. Parameters: document - An xml document. |
|
|