Class and Description |
---|
BadParseAttributeException
A
BadParseAttributeException is thrown when
the parse attribute has some value other than
xml or text . |
CircularIncludeException
A
CircularIncludeException is thrown when
an included document attempts to include itself or
one of its ancestor documents. |
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. |
MissingHrefException
A
MissingHrefException is thrown when
an xinclude:include element is missing its
required href attribute. |
UnavailableResourceException
An
UnavailableResourceException is thrown when
an included document cannot be found or loaded. |
XIncludeException
XIncludeException is the generic superclass
for all checked exceptions that may be thrown as a result
of a violation of XInclude's rules. |
XIncludeFilter
This is a SAX filter which resolves all XInclude include elements
before passing them on to the client application.
|
Copyright 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.