|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
nu.xom.xinclude
contains a few classes designed to
support XInclude processing of XOM documents and elements.
See:
Description
Class Summary | |
XIncluder | Implements XInclude resolution as specified in the November 10, 2003 2nd Last Call Working Draft of XML Inclusions (XInclude) Version 1.0. |
Exception Summary | |
BadParseAttributeException |
A BadParseAttributeException is thrown when
the parse attribute has some value other than
xml or text . |
InclusionLoopException |
An InclusionLoopException is thrown when
an included document attempts to include itself or
one of its ancestor documents. |
MisplacedFallbackException |
A MisplacedFallbackException is thrown when
an xinclude:fallback element is found outside
of an xinclude:include element. |
NoIncludeLocationException |
A NoIncludeLocationException is thrown when
an xinclude:include element has neither an
href nor an xpointer attribute. |
XIncludeException |
XIncludeException is the generic superclass
for all checked exceptions that may be thrown as a result
of a violation of XInclude's rules. |
nu.xom.xinclude
contains a few classes designed to
support XInclude processing of XOM documents and elements.
This supports the
November 10, 2003
Working Draft of XInclude
including fallbacks, XPointer bare names, the accept, accept-charset,
and accept-language attributes, and the XPointer
element()
scheme.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |