org.xhtmlrenderer.resource
Class XMLResource

java.lang.Object
  extended by org.xhtmlrenderer.resource.AbstractResource
      extended by org.xhtmlrenderer.resource.XMLResource
All Implemented Interfaces:
Resource

public class XMLResource
extends AbstractResource

Author:
Patrick Wright

Method Summary
 Document getDocument()
           
static XMLResource load(InputSource source)
           
static XMLResource load(InputStream stream)
           
static XMLResource load(Reader reader)
           
static XMLResource load(Source source)
           
static XMLReader newXMLReader()
           
 
Methods inherited from class org.xhtmlrenderer.resource.AbstractResource
getElapsedLoadTime, getResourceInputSource, getResourceLoadTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static XMLResource load(InputStream stream)

load

public static XMLResource load(InputSource source)

load

public static XMLResource load(Reader reader)

load

public static XMLResource load(Source source)

getDocument

public Document getDocument()

newXMLReader

public static final XMLReader newXMLReader()


Copyright © 2013. All Rights Reserved.