Uses of Class
nu.xom.Builder
-
Packages that use Builder Package Description nu.xom.xinclude nu.xom.xincludesupports XInclude processing of XOM documents and elements. -
-
Uses of Builder in nu.xom.xinclude
Methods in nu.xom.xinclude with parameters of type Builder Modifier and Type Method Description static DocumentXIncluder. resolve(Document in, Builder builder)Returns a copy of the document in which allxinclude:includeelements have been replaced by their referenced content as loaded by the builder.static voidXIncluder. resolveInPlace(Document in, Builder builder)Modifies a document by replacing allxinclude:includeelements with their referenced content as loaded by the builder.
-