Uses of Class
nu.xom.xinclude.XIncludeException
Packages that use XIncludeException
Package
Description
nu.xom.xinclude
supports XInclude processing of XOM documents and elements.-
Uses of XIncludeException in nu.xom.xinclude
Subclasses of XIncludeException in nu.xom.xincludeModifier and TypeClassDescriptionclass
Indicates that theencoding
attribute is not an EncName as defined in the XML specification, section 4.3.3, rule 81.class
Indicates that anhref
attribute contains an illegal value, such as a URI with a fragment identifier, or a syntactically incorrect IRI.class
Indicates that anaccept
oraccept-language
attribute contains C0 control characters (including linefeed, tab, or carriage return) or non-ASCII characters.class
Indicates that theparse
attribute has some value other thanxml
ortext
.class
Indicates that an included document attempts to include itself or one of its ancestor documents, directly or indirectly.class
Indicates that anxinclude:fallback
element was found outside of anxinclude:include
element.class
Indicates that anxinclude:include
element has neither anhref
attribute nor anxpointer
attribute.Methods in nu.xom.xinclude that throw XIncludeExceptionModifier and TypeMethodDescriptionstatic Document
Returns a copy of the document in which allxinclude:include
elements have been replaced by their referenced content.static Document
Returns a copy of the document in which allxinclude:include
elements have been replaced by their referenced content as loaded by the builder.static void
XIncluder.resolveInPlace
(Document in) Modifies a document by replacing allxinclude:include
elements by their referenced content.static void
XIncluder.resolveInPlace
(Document in, Builder builder) Modifies a document by replacing allxinclude:include
elements with their referenced content as loaded by the builder.