Uses of Class
nu.xom.xinclude.InclusionLoopException
Packages that use InclusionLoopException
Package
Description
nu.xom.xinclude
supports XInclude processing of XOM documents and elements.-
Uses of InclusionLoopException in nu.xom.xinclude
Methods in nu.xom.xinclude that throw InclusionLoopExceptionModifier 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.