Uses of Class
nu.xom.xinclude.BadParseAttributeException

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

Uses of BadParseAttributeException in nu.xom.xinclude
 

Methods in nu.xom.xinclude that throw BadParseAttributeException
static Document XIncluder.resolve(Document in)
           Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
static Document XIncluder.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 void XIncluder.resolveInPlace(Document in)
           Modifies a document by replacing all xinclude:include elements 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 as loaded by the builder.
 



Copyright 2002-2013 Elliotte Rusty Harold
elharo@ibiblio.org