|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XIncludeException | |
nu.xom.xinclude |
nu.xom.xinclude contains a few classes designed to
support XInclude processing of XOM documents and elements. |
Uses of XIncludeException in nu.xom.xinclude |
Subclasses of XIncludeException in nu.xom.xinclude | |
class |
BadParseAttributeException
A BadParseAttributeException is thrown when
the parse attribute has some value other than
xml or text . |
class |
InclusionLoopException
An InclusionLoopException is thrown when
an included document attempts to include itself or
one of its ancestor documents. |
class |
MisplacedFallbackException
A MisplacedFallbackException is thrown when
an xinclude:fallback element is found outside
of an xinclude:include element. |
class |
NoIncludeLocationException
A NoIncludeLocationException is thrown when
an xinclude:include element has neither an
href nor an xpointer attribute. |
Methods in nu.xom.xinclude that throw XIncludeException | |
static Document |
XIncluder.resolve(Document in)
Returns a copy of the argument Document
in which all xinclude:include elements have been
replaced by their referenced content. |
static Document |
XIncluder.resolve(Document in,
Builder builder)
Returns a copy of the argument Document
in which all xinclude:include elements have been
replaced by their referenced content. |
static void |
XIncluder.resolveInPlace(Document in)
Modifies a Document by replacing all
xinclude:include elements
by their referenced content. |
static void |
XIncluder.resolveInPlace(Document in,
Builder builder)
Modifies a Document by replacing all
xinclude:include elements with their referenced
content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |