Uses of Class

nu.xom.Builder

Packages that use Builder
nu.xom.xinclude nu.xom.xinclude supports XInclude processing of XOM documents and elements. 
 

Uses of Builder in nu.xom.xinclude
 

Methods in nu.xom.xinclude with parameters of type Builder
static DocumentXIncluder.resolve(Document in, Builder builder)

           Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content as loaded by the builder.
static voidXIncluder.resolveInPlace(Document in, Builder builder)

           Modifies a document by replacing all xinclude:include elements with their referenced content as loaded by the builder.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu