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

Packages that use CircularIncludeException
com.elharo.xml.xinclude   
 

Uses of CircularIncludeException in com.elharo.xml.xinclude
 

Methods in com.elharo.xml.xinclude that throw CircularIncludeException
static java.util.List JDOMXIncluder.resolve(org.jdom.Element original, java.lang.String base)
           This method resolves a JDOM Element and merges in all XInclude references.
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.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.