Uses of Class
com.elharo.xml.xinclude.UnavailableResourceException

Packages that use UnavailableResourceException
com.elharo.xml.xinclude   
 

Uses of UnavailableResourceException in com.elharo.xml.xinclude
 

Methods in com.elharo.xml.xinclude that throw UnavailableResourceException
protected static java.util.List JDOMXIncluder.resolve(org.jdom.Element original, java.util.Stack bases)
           This method resolves a JDOM Element and merges in all XInclude references.
static org.jdom.Text JDOMXIncluder.downloadTextDocument(java.net.URL source, java.lang.String encoding)
           This utility method reads a document at a specified URL and returns the contents of that document as a Text.
static org.w3c.dom.DocumentFragment DOMXIncluder.merge(org.w3c.dom.Element original, java.lang.String base)
           This method resolves a DOM Element and merges in all XInclude references.
 



Copyright 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.