org.apache.commons.jxpath.xml
Class DOMParser

java.lang.Object
  |
  +--org.apache.commons.jxpath.xml.DOMParser
All Implemented Interfaces:
XMLParser

public class DOMParser
extends java.lang.Object
implements XMLParser

An implementation of the XMLParser interface that produces a DOM Document.

Version:
$Revision: 1.3 $ $Date: 2003/03/11 00:59:34 $
Author:
Dmitri Plotnikov

Constructor Summary
DOMParser()
           
 
Method Summary
 java.lang.Object parseXML(java.io.InputStream stream)
          Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMParser

public DOMParser()
Method Detail

parseXML

public java.lang.Object parseXML(java.io.InputStream stream)
Description copied from interface: XMLParser
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
Specified by:
parseXML in interface XMLParser


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.