|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Builder | |
nu.xom.xinclude |
nu.xom.xinclude contains a few classes designed to
support 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 Document |
XIncluder.resolve(Document in,
Builder builder)
Returns a copy of the argument Document
in which all xinclude:include elements have been
replaced by their referenced content. |
static void |
XIncluder.resolveInPlace(Document in,
Builder builder)
Modifies a Document by replacing all
xinclude:include elements with their referenced
content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |