Uses of Class nu.xom.xinclude.XIncludeException

Uses in package nu.xom.xinclude

Classes derived from nu.xom.xinclude.XIncludeException

class
Indicates that the encoding attribute is not an EncName as defined in the XML specification, section 4.3.3, rule 81.
class
Indicates that an href attribute contains an illegal value, such as a URI with a fragment identifier, or a syntactically incorrect IRI.
class
Indicates that an accept or accept-language attribute contains C0 control characters (including linefeed, tab, or carriage return) or non-ASCII characters.
class
Indicates that the parse attribute has some value other than xml or text.
class
Indicates that an included document attempts to include itself or one of its ancestor documents, directly or indirectly.
class
Indicates that an xinclude:fallback element was found outside of an xinclude:include element.
class
Indicates that an xinclude:include element has neither an href attribute nor an xpointer attribute.

Methods which throw type nu.xom.xinclude.XIncludeException

Document
Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
Document
Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content as loaded by the builder.
void
Modifies a document by replacing all xinclude:include elements by their referenced content.
void
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