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