Modifier and Type | Class and Description |
---|---|
class |
BadParseAttributeException
A
BadParseAttributeException is thrown when
the parse attribute has some value other than
xml or text . |
class |
CircularIncludeException
A
CircularIncludeException is thrown when
an included document attempts to include itself or
one of its ancestor documents. |
class |
MalformedResourceException
A
MalformedResourceException is thrown when
a parsed included document is not namespace well-formed
as specified by XML 1.0 and Namespaces in XML. |
class |
MissingHrefException
A
MissingHrefException is thrown when
an xinclude:include element is missing its
required href attribute. |
class |
UnavailableResourceException
An
UnavailableResourceException is thrown when
an included document cannot be found or loaded. |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Document |
DOMXIncluder.merge(org.w3c.dom.Document original,
java.lang.String base)
This method resolves a DOM
Document
and merges in all XInclude references. |
static org.w3c.dom.DocumentFragment |
DOMXIncluder.merge(org.w3c.dom.Element original,
java.lang.String base)
This method resolves a DOM
Element
and merges in all XInclude references. |
static org.jdom.Document |
JDOMXIncluder.resolve(org.jdom.Document original,
java.lang.String base)
This method resolves a JDOM
Document
and merges in all XInclude references. |
protected static java.util.List |
JDOMXIncluder.resolve(org.jdom.Element original,
java.util.Stack bases)
This method resolves a JDOM
Element
and merges in all XInclude references. |
static java.util.List |
JDOMXIncluder.resolve(org.jdom.Element original,
java.lang.String base)
This method resolves a JDOM
Element
and merges in all XInclude references. |
Copyright 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.