|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XIncludeException | |
com.elharo.xml.xinclude |
Uses of XIncludeException in com.elharo.xml.xinclude |
Subclasses of XIncludeException in com.elharo.xml.xinclude | |
class |
BadParseAttributeException
A BadParseAttributeException is thrown when
the parse attribute has some value other than
xml or text . |
class |
CircularIncludeException
A CircularIncludeException is thrown when
an included document attempts to include itself or
one of its ancestor documents. |
class |
MalformedResourceException
A MalformedResourceException is thrown when
a parsed included document is not namespace well-formed
as specified by XML 1.0 and Namespaces in XML. |
class |
MissingHrefException
A MissingHrefException is thrown when
an xinclude:include element is missing its
required href attribute. |
class |
UnavailableResourceException
An UnavailableResourceException is thrown when
an included document cannot be found or loaded. |
Methods in com.elharo.xml.xinclude that throw XIncludeException | |
static org.jdom.Document |
JDOMXIncluder.resolve(org.jdom.Document original,
java.lang.String base)
This method resolves a JDOM Document
and merges in all XInclude references. |
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.Document |
DOMXIncluder.merge(org.w3c.dom.Document original,
java.lang.String base)
This method resolves a DOM Document
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |