|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.DOMParser
public class DOMParser
Parses a DOM (Document Object Model) using the geotools xml binding system.
Constructor Summary | |
---|---|
DOMParser(Configuration configuration,
org.w3c.dom.Document document)
Creates a new instance of the parser. |
Method Summary | |
---|---|
java.lang.Object |
parse()
Parses the supplied DOM returning a single object respresenting the result of the parse. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMParser(Configuration configuration, org.w3c.dom.Document document)
configuration
- Object representing the configuration of the parser.document
- An xml document.Method Detail |
---|
public java.lang.Object parse() throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |