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

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

Constructor Detail

AbstractDOMDocumentParser

protected AbstractDOMDocumentParser(AbstractXMLInputFactory inputFactory)
Method Detail

parse

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


Copyright © 2010. All Rights Reserved.