org.codehaus.jettison
Class AbstractDOMDocumentParser

java.lang.Object
  extended by org.codehaus.jettison.AbstractDOMDocumentParser
Direct Known Subclasses:
BadgerFishDOMDocumentParser, MappedDOMDocumentParser

public class AbstractDOMDocumentParser
extends java.lang.Object

An abstract JSON DOM parser

Since:
21-Mar-2008
Author:
Thomas.Diesler@jboss.com, Dejan Bosanac

Method Summary
 org.w3c.dom.Document parse(java.io.InputStream input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public org.w3c.dom.Document parse(java.io.InputStream input)
                           throws java.io.IOException
Throws:
java.io.IOException