Uses of Class

nu.xom.xinclude.XIncludeException

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

Uses of XIncludeException in nu.xom.xinclude
 

Subclasses of XIncludeException in nu.xom.xinclude
 classBadEncodingAttributeException

           Indicates that the parse attribute has some value other than xml or text.
 classBadHrefAttributeException

           Indicates that an href attribute contains an illegal value, such as a URI with a fragment identifier, or a syntactically incorrect IRI.
 classBadHTTPHeaderException

           Indicates that an accept or accept-language attribute contains C0 control characters (including linefeed, tab, or carriage return) or non-ASCII characters.
 classBadParseAttributeException

           Indicates that the parse attribute has some value other than xml or text.
 classInclusionLoopException

           Indicates that an included document attempts to include itself or one of its ancestor documents, directly or indirectly.
 classMisplacedFallbackException

           Indicates that an xinclude:fallback element was found outside of an xinclude:include element.
 classNoIncludeLocationException

           Indicates that an xinclude:include element has neither an href attribute nor an xpointer attribute.
 

Methods in nu.xom.xinclude that throw XIncludeException
static DocumentXIncluder.resolve(Document in)

           Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
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)

           Modifies a document by replacing all xinclude:include elements by their referenced content.
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